Skip to content

Commit 9527138

Browse files
author
pipeline
committed
v33.2.10 is released
1 parent ccdedd4 commit 9527138

44 files changed

Lines changed: 162 additions & 46 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 33.2.8 (2026-05-26)
5+
## 33.2.10 (2026-06-02)
66

77
### Common
88

components/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "33.2.3",
3+
"version": "33.2.8",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/blockeditor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 33.2.8 (2026-05-26)
5+
## 33.2.10 (2026-06-02)
66

77
### Block Editor
88

components/buttons/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 33.2.8 (2026-05-26)
5+
## 33.2.10 (2026-06-02)
66

77
### CheckBox
88

components/calendars/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 33.2.8 (2026-05-26)
5+
## 33.2.10 (2026-06-02)
66

77
### DatePicker
88

components/charts/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 33.2.8 (2026-05-26)
5+
## 33.2.10 (2026-06-02)
66

77
### Chart
88

components/diagrams/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## [Unreleased]
44

5-
## 33.2.8 (2026-05-26)
5+
## 33.2.10 (2026-06-02)
66

77
### Diagram
88

99
#### Bug Fixes
1010

11+
- `#I835347` - Fixed Overview resize rectangle incorrectly updates when diagram zoom is outside minimum and maximum zoom bounds.
12+
- `#I841836` - Fixed the issue where annotation templates were moving unexpectedly while dragging.
1113
- `#I839614` - Fixed the trackpad zoom interaction is non linear issue.
1214

1315
## 33.2.7 (2026-05-19)

components/diagrams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-diagrams",
3-
"version": "33.2.7",
3+
"version": "33.2.8",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 33.2.10 (2026-06-02)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
`#I840440` - Fixed an issue where multiple Table of Contents (TOC) were allowed to be inserted in DocumentEditor.
12+
`#I839118` - Fixed an issue where group shape elements were not properly preserved in Document Editor.
13+
`#I839117` - Fixed an issue where empty comments were inserted during collaborative editing.
14+
`#I840926` - Fixed an issue where shape text layout was incorrect in the footer section.
15+
`#I842828` - Fixed an issue where a script error occurred when exporting DOCX after pasting text and image together.
16+
517
## 33.2.8 (2026-05-26)
618

719
### DocumentEditor

components/documenteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-documenteditor",
3-
"version": "33.2.7",
3+
"version": "33.2.8",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)