Skip to content

Commit 9f9c755

Browse files
author
pipeline
committed
v33.1.49 is released
1 parent 1d923fe commit 9f9c755

43 files changed

Lines changed: 199 additions & 32 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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.49 (2026-04-14)
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.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-angular-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 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.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-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/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+
### MultiSelect
8+
9+
#### Bug Fixes
10+
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+
513
## 33.1.47 (2026-04-07)
614

715
### drop-down-tree

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-angular-dropdowns",
3-
"version": "33.1.46",
3+
"version": "33.1.47",
44
"description": "Essential JS 2 DropDown Components for Angular",
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

components/gantt/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 33.1.49 (2026-04-14)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I825110` - Fixed an issue where selection between the `TreeGrid` and Gantt chart is not maintained after a menu filter action, and additional white space appears when scrolling to the last collapsed record.
12+
- `#I807756` - Fixed an issue where using an ng-template for the editing tooltip template caused it to appear below the Gantt grid instead of the correct position when connecting tasks.
13+
14+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
15+
516
## 33.1.47 (2026-04-07)
617

718
### GanttChart
@@ -12,7 +23,8 @@
1223
- `#FB73382` - Fixed an issue where the timeline became unexpectedly shrunk after refreshing the Gantt component following a `zoomToFit` action.
1324
- `#I825110` - Fixed an issue where expanding a collapsed item did not reflect immediately in the UI, and the record expanded unexpectedly only after scrolling.
1425

15-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
26+
- `#FB73382` - Fixed an issue where the timeline became unexpectedly shrunk after refreshing the Gantt component following a `zoomToFit` action.
27+
- `#I825110` - Fixed an issue where expanding a collapsed item did not reflect immediately in the UI, and the record expanded unexpectedly only after scrolling.
1628

1729
## 33.1.46 (2026-03-31)
1830

0 commit comments

Comments
 (0)