Skip to content

Commit 8da025c

Browse files
author
pipeline
committed
v33.2.6 is released
1 parent 3dc6793 commit 8da025c

33 files changed

Lines changed: 164 additions & 45 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/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.5 (2026-05-05)
5+
## 33.2.6 (2026-05-12)
66

77
### CheckBox
88

components/calendars/CHANGELOG.md

Lines changed: 3 additions & 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

@@ -12,6 +12,8 @@
1212

1313
- `#I832441` - Fixed an issue where the DateRangePicker start date did not update on the first selection when the popup was opened via the input field after using the range icon.
1414

15+
- `#I831012` - Fixed an issue where the DateRangePicker marked the reactive form control as touched when the popup was opened via icon click.
16+
1517
## 33.1.44 (2026-03-16)
1618

1719
### DateRangePicker

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-angular-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 Angular",
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-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,34 @@
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+
### ListBox
20+
21+
#### Bug Fixes
22+
23+
- `#I827511` - Resolved an issue where the NVDA screen reader required double Tab navigation to focus a ListBox in Angular.
24+
25+
### DropDownList
26+
27+
#### Bug fixes
28+
29+
- `#I835656` - Issue with "Font size inconsistency for float label in Material theme with e-outline CSS class" has been resolved.
30+
31+
## 33.2.5 (2026-05-05)
32+
1333
## 33.2.4 (2026-04-28)
1434

1535
### MultiSelect

0 commit comments

Comments
 (0)