Skip to content

Commit 9948627

Browse files
author
pipeline
committed
v33.2.12 is released
1 parent 9527138 commit 9948627

34 files changed

Lines changed: 157 additions & 25 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.10 (2026-06-02)
5+
## 33.2.12 (2026-06-09)
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.10 (2026-06-02)
5+
## 33.2.12 (2026-06-09)
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.10 (2026-06-02)
5+
## 33.2.12 (2026-06-09)
66

77
### CheckBox
88

components/calendars/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22

33
## [Unreleased]
44

5-
## 33.2.10 (2026-06-02)
5+
## 33.2.12 (2026-06-09)
66

77
### DatePicker
88

99
#### Bug Fixes
1010

1111
- `#I838664` - Fixed an accessibility issue causing repeated screen reader announcements in the DatePicker.
1212

13+
- `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
14+
1315
- `#I1026156` - Fixed an issue where date selection in the DatePicker calendar popup was not working on iPhone when openOnFocus was enabled.
1416

17+
- `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
18+
1519
### DateRangePicker
1620

1721
#### Bug Fixes
@@ -20,8 +24,24 @@
2024

2125
- `#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.
2226

27+
- `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
28+
2329
- `#I831012` - Fixed an issue where the DateRangePicker marked the reactive form control as touched when the popup was opened via icon click.
2430

31+
- `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
32+
33+
### DateTimePicker
34+
35+
#### Bug Fixes
36+
37+
- `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
38+
39+
### TimePicker
40+
41+
#### Bug Fixes
42+
43+
- `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
44+
2545
## 33.1.44 (2026-03-16)
2646

2747
### DateRangePicker

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 33.2.12 (2026-06-09)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I842396` - The data label is now rendered correctly above the trackball when hovering over a bubble point.
12+
13+
### 3DCircularChart
14+
15+
#### Bug Fixes
16+
17+
- `#I843312` - The console error no longer occurs when moving the mouse over the 3D pie chart after resizing the panel.
18+
519
## 33.2.10 (2026-06-02)
620

721
### Chart
822

923
#### Bug Fixes
1024

1125
- `#I1026972` - Axis label tooltip now correctly interprets `<br>` tags as line breaks, improving readability instead of displaying raw HTML text.
26+
- `#I1027864` - Stacked column series now toggles visibility correctly through legend interaction without causing incorrect series visibility.
27+
28+
## 33.2.8 (2026-05-26)
29+
1230
- `#I1026478` - The `legendClick` event in Accumulation Chart now triggers correctly when `legendSettings.toggleVisibility` is set to `false`, enabling custom legend interaction logic such as filtering and visibility updates.
1331
- `#FB73933` - Stacked labels now render correctly after legend toggling in grouped stacked series, without overlapping.
1432
- `#FB69182` - Column series now renders with the correct width when only a single data point is provided.

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.12 (2026-06-09)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I826568` - Improved zoom performance when using the CTRL key with the mouse scroll wheel in Firefox.
12+
513
## 33.2.10 (2026-06-02)
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.8",
3+
"version": "33.2.10",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 33.2.12 (2026-06-09)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
`#I844039` - Resolved a script error when deleting content after text search and selection.
12+
513
## 33.2.10 (2026-06-02)
614

715
### 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.8",
3+
"version": "33.2.10",
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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
## [Unreleased]
44

5+
## 33.2.12 (2026-06-09)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
12+
13+
### DropdownList
14+
15+
#### Bug Fixes
16+
17+
- `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
18+
19+
- `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
20+
21+
- `#I841769` - Fixed an issue where `No records found` message is not announced by NVDA when using DropDownList with Reactive Forms.
22+
23+
### AutoComplete
24+
25+
#### Bug Fixes
26+
27+
- `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
28+
529
## 33.2.10 (2026-06-02)
630

731
### MultiSelect

0 commit comments

Comments
 (0)