Skip to content

Commit f2082bb

Browse files
author
pipeline
committed
v33.2.6 is released
1 parent 381ff73 commit f2082bb

31 files changed

Lines changed: 133 additions & 27 deletions

File tree

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.5 (2026-05-05)
5+
## 33.2.6 (2026-05-12)
66

77
### Common
88

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.5 (2026-05-05)
5+
## 33.2.6 (2026-05-12)
66

77
### Block Editor
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.5 (2026-05-05)
5+
## 33.2.6 (2026-05-12)
66

77
### DateRangePicker
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.5 (2026-05-05)
5+
## 33.2.6 (2026-05-12)
66

77
### Chart
88

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 33.2.6 (2026-05-12)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I835347` - Fixed Overview does not updated correctly for SVG node positions when resized or diagram zoompan action.
12+
513
## 33.2.5 (2026-05-05)
614

715
### Diagram

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-vue-diagrams",
3-
"version": "33.2.4",
3+
"version": "33.2.5",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 33.2.6 (2026-05-12)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
`#I834582` - Fixed an issue where header and body content overlapped after pasting SFDT.
12+
`#I831706` - Fixed incorrect rendering size of bookmark square brackets.
13+
`#I826955` - Fixed an issue where ribbon styles were not updated after applying a style programmatically.
14+
`#I834593` - Fixed incorrect positioning of bullet arrows.
15+
`#I820015` - Fixed the floating table position issue.
16+
`#I827614` - Fixed cursor misalignment with pasted content inside the footer.
17+
`#I832429` - Resolved overlapping issue caused by `ShapeElementBox`.
18+
`#I821391` - Fixed an issue where vertically resizing a table caused content to shift or disappear during export.
19+
`#I834540` - Fixed an issue where the "Dialog failed to load" alert was displayed twice on document open.
20+
`#I835298` - Fixed an exception thrown during export for content control group type.
21+
`#F71684` - Fixed improper preservation of Hebrew content.
22+
`#I829713` - Fixed incorrect behaviour of table border styles.
23+
`#I834548` - Fixed an issue where image size fields did not retain decimal values.
24+
`#I817551` - Fixed an issue where using "Ignore Once" in spell check left a partial underline.
25+
526
## 33.2.5 (2026-05-05)
627

728
### 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-vue-documenteditor",
3-
"version": "33.2.4",
3+
"version": "33.2.5",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 33.2.5 (2026-05-05)
5+
## 33.2.6 (2026-05-12)
6+
7+
### DropdownList
8+
9+
#### Bug Fixes
10+
11+
- `#I835445` - Fixed an issue where the Index property was not applied when virtualization was enabled.
612

713
### MultiSelect
814

915
#### Bug Fixes
1016

1117
- `#I828952, #I828480, #I828633` - The issue with MultiSelect, where inconsistencies occurred when enable Virtualization was used along with other APIs, has been resolved.
1218

19+
## 33.2.5 (2026-05-05)
20+
1321
## 33.2.4 (2026-04-28)
1422

1523
### MultiSelect

components/dropdowns/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-vue-dropdowns",
3-
"version": "33.2.4",
3+
"version": "33.2.5",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)