Skip to content

Commit 68eb34a

Browse files
author
pipeline
committed
v33.2.4 is released
1 parent c20ce80 commit 68eb34a

40 files changed

Lines changed: 232 additions & 41 deletions

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.3 (2026-04-21)
5+
## 33.2.4 (2026-04-28)
66

77
### Common
88

components/calendars/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.2.3 (2026-04-21)
5+
## 33.2.4 (2026-04-28)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I830285` - Fixed a console error that occurred when presets was set to an empty array ([]) in the date range picker.
12+
13+
## 33.1.44 (2026-03-16)
614

715
### DateRangePicker
816

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

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 33.2.3 (2026-04-21)
5+
## 33.2.4 (2026-04-28)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I815160` - The scrollbar now retains its position when `chart.refresh()` is called after a data update. This also applies to the inverted scrollbar.
12+
- `#I827966` - Data label line breaks (`\n`) are now correctly applied when mapped from the data source
13+
14+
## 33.1.47 (2026-04-07)
615

716
### Chart
817

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.4 (2026-04-28)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I829702` - The `v-slot nodeTemplate` now renders HTML nodes correctly in the Vue Diagram and Symbol Palette.
12+
- `#I830395` - Now UML relationship connectors labels preserve user defined annotations and marked as read only.
13+
514
## 33.1.49 (2026-04-14)
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.1.49",
3+
"version": "33.2.3",
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.4 (2026-04-28)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
`#F73578` - Fixed an issue where the footnote separator line always rendered left-aligned in RTL documents.
12+
`#I829025` - Resolved an issue where ribbon styles were not applied when the style icon was collapsed.
13+
`#I826799` - Fixed an issue where the document language changed from English (UK) to the local locale (English - Nigeria) after download.
14+
`#I829897` - Fixed misalignment of the text cursor caused by the Page Number button in the Header & Footer tab.
15+
`#I824705` - Resolved corrupted rendering when `enableSelection` was used in React DocumentEditor read-only mode.
16+
`#I830170` - Fixed an issue where text moved out of the content control on pressing Enter and could not be deleted or edited.
17+
`#I829697` - Fixed truncation of labels in the Format Picture tab when using the Italian locale in ribbon mode.
18+
`#I821272` - Fixed table layout misalignment after copying and pasting content within cells and reopening the document.
19+
`#I821118` - Resolved an issue where the Document Editor became unresponsive when opening a file.
20+
`#I800755` - Fixed an issue where page numbers were not preserved during PDF conversion.
21+
`#I817069` - Fixed text overlapping with the paragraph mark when deleting a line break.
22+
`#I829081` - Fixed an issue where the table background gradient option had no effect on table appearance.
23+
`#I827240` - Resolved an exception that occurred when serializing Group content controls on the server side.
24+
`#I819564` - Fixed an issue where spell-check replacements were not reflected in the document text.
25+
526
## 33.1.49 (2026-04-14)
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.1.49",
3+
"version": "33.2.3",
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: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,36 @@
22

33
## [Unreleased]
44

5-
## 33.1.49 (2026-04-14)
5+
## 33.2.4 (2026-04-28)
66

77
### MultiSelect
88

99
#### Bug Fixes
1010

11-
- `#I816920` - Resolved an issue where the MultiSelect “Select All” option selected only the first 30 items when using string arrays with virtualization enabled.
11+
- `#I829508` - Fixed an issue where binding 6,000+ preselected values with virtualization enabled resulted in a “Maximum call stack size exceeded” error.
12+
13+
### Mention
14+
15+
#### Bug Fixes
16+
17+
- `#I58529` - Resolved an issue where mention filtering did not trigger after existing text when `allowSpaces`: true and the data source was empty.
18+
19+
### DropDownTree
1220

13-
## 33.1.47 (2026-04-07)
21+
#### Bug Fixes
1422

15-
### drop-down-tree
23+
- `#I829239` - Resolved an issue where `Select All` was incorrectly hidden during filtering in `DropDownTree` based on filtered item count.
1624

1725
- `#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.
1826

27+
## 33.1.49 (2026-04-14)
28+
29+
### MultiSelect
30+
31+
#### Bug Fixes
32+
33+
- `#I816920` - Resolved an issue where the MultiSelect “Select All” option selected only the first 30 items when using string arrays with virtualization enabled.
34+
1935
## 33.1.46 (2026-03-31)
2036

2137
### 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-angular-dropdowns",
3-
"version": "33.1.49",
3+
"version": "33.2.3",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)