Skip to content

Commit 3dc6793

Browse files
author
pipeline
committed
v33.2.5 is released
1 parent 68eb34a commit 3dc6793

38 files changed

Lines changed: 147 additions & 39 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.4 (2026-04-28)
5+
## 33.2.5 (2026-05-05)
66

77
### Common
88

components/blockeditor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22

33
## [Unreleased]
44

5+
## 33.2.5 (2026-05-05)
6+
7+
### Block Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I822414` - Now the issue with can't be able to type the text after pasting an image in Block Editor component has been resolved.

components/buttons/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.5 (2026-05-05)
6+
7+
### CheckBox
8+
9+
#### Bug Fixes
10+
11+
- `#I833797` - Fixed an issue where getComponent Method fails to retrieve CheckBox Instance.
12+
513
## 33.1.44 (2026-03-16)
614

715
### Chip

components/buttons/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-buttons",
3-
"version": "33.1.44",
3+
"version": "33.2.3",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 33.2.4 (2026-04-28)
5+
## 33.2.5 (2026-05-05)
66

77
### DateRangePicker
88

99
#### Bug Fixes
1010

1111
- `#I830285` - Fixed a console error that occurred when presets was set to an empty array ([]) in the date range picker.
1212

13+
- `#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.
14+
1315
## 33.1.44 (2026-03-16)
1416

1517
### 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.4 (2026-04-28)
5+
## 33.2.5 (2026-05-05)
66

77
### Chart
88

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 33.2.5 (2026-05-05)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I829065` - Fixed Diagram Scroll bar flicker when scrolled rapidly with trackpad or mouseWheel where offset already at boundary.
12+
- `#I826568` - Resolved zoom flicker during Mac trackpad zoom operations.
13+
514
## 33.2.4 (2026-04-28)
615

716
### 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.3",
3+
"version": "33.2.4",
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.5 (2026-05-05)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
`#I830700` - Resolved an issue when pressing the cancel button in spell check dialog.
12+
513
## 33.2.4 (2026-04-28)
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.3",
3+
"version": "33.2.4",
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)