Skip to content

Commit 08b7f56

Browse files
author
pipeline
committed
v33.1.49 is released
1 parent 7aba1fb commit 08b7f56

File tree

40 files changed

+155
-34
lines changed

40 files changed

+155
-34
lines changed

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.1.47 (2026-04-07)
5+
## 33.1.44 (2026-03-16)
66

77
### DateRangePicker
88

components/calendars/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-react-calendars",
3-
"version": "18.32.5",
3+
"version": "33.1.44",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.1.47 (2026-04-07)
5+
## 33.1.49 (2026-04-14)
66

77
### Chart
88

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 33.1.47 (2026-04-07)
5+
## 33.1.49 (2026-04-14)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I827900` - Fixed an issue where group style updates were incorrectly applied to the child node.
12+
13+
## 33.1.46 (2026-03-31)
614

715
### Diagram
816

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-react-diagrams",
3-
"version": "33.1.45",
3+
"version": "33.1.46",
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 React",
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.1.49 (2026-04-14)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
`#I818385` - Fixed an issue where the Editor crashed due to an infinite loop during the Select All action.
12+
513
## 33.1.47 (2026-04-07)
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-react-documenteditor",
3-
"version": "33.1.46",
3+
"version": "33.1.47",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22

33
## [Unreleased]
44

5-
## 33.1.47 (2026-04-07)
6-
7-
### drop-down-tree
8-
9-
- `#I813436` - Resolved a memory leak in the DropDownTree component by ensuring the window resize event listener is correctly detached during destroy, preventing retained instances in Angular Material Dialog scenarios.
5+
## 33.1.49 (2026-04-14)
106

117
### MultiSelect
128

139
#### Bug Fixes
1410

11+
- `#I816920` - Resolved an issue where the MultiSelect “Select All” option selected only the first 30 items when using string arrays with virtualization enabled.
12+
1513
- `#I823632` - Resolved an issue that caused duplicate API calls when the query property was used with the actionBegin event.
1614

15+
## 33.1.47 (2026-04-07)
16+
17+
### drop-down-tree
18+
19+
- `#I813436` - Resolved a memory leak in the DropDownTree component by ensuring the window resize event listener is correctly detached during destroy, preventing retained instances in Angular Material Dialog scenarios.
20+
1721
## 33.1.46 (2026-03-31)
1822

1923
### DropDownTree

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-react-dropdowns",
3-
"version": "33.1.46",
3+
"version": "33.1.47",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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.1.47 (2026-04-07)
5+
## 33.1.49 (2026-04-14)
66

77
### FileManager
88

0 commit comments

Comments
 (0)