Skip to content

Commit 59d2145

Browse files
author
pipeline
committed
v32.2.5 is released
1 parent 0a632bb commit 59d2145

31 files changed

Lines changed: 125 additions & 31 deletions

File tree

components/barcodegenerator/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-
## 32.2.4 (2026-02-11)
5+
## 32.2.5 (2026-02-17)
66

77
### Barcode
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-
## 32.2.4 (2026-02-11)
5+
## 32.2.5 (2026-02-17)
66

77
### Block Editor
88

components/calendars/CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22

33
## [Unreleased]
44

5-
## 32.2.4 (2026-02-11)
6-
7-
### Calendar
8-
9-
#### Bug Fixes
10-
11-
- `#I802045` - Fixed an issue where the Calendar is not behaving as expected when placed within a ContextMenu.
5+
## 32.2.5 (2026-02-17)
126

137
### DatePicker
148

159
#### Bug Fixes
1610

11+
- `#I805840`, `#I801368` - Resolved an issue where datepicker appeared beneath Angular `dialogs` in Angular 21.
12+
1713
- `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
1814

1915
- `#I69736` - Resolved an issue where the error class was not applied immediately when the max date was set dynamically.
@@ -22,20 +18,32 @@
2218

2319
#### Bug Fixes
2420

21+
- `#I805840`, `#I801368` - Resolved an issue where daterangepicker appeared beneath Angular `dialogs` in Angular 21.
22+
2523
- `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
2624

2725
### TimePicker
2826

2927
#### Bug Fixes
3028

29+
- `#I805840`, `#I801368` - Resolved an issue where timepicker appeared beneath Angular `dialogs` in Angular 21.
30+
3131
- `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
3232

3333
### DateTimePicker
3434

3535
#### Bug Fixes
3636

37+
- `#I805840`, `#I801368` - Resolved an issue where datetimepicker appeared beneath Angular `dialogs` in Angular 21.
38+
3739
- `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
3840

41+
### Calendar
42+
43+
#### Bug Fixes
44+
45+
- `#I802045` - Fixed an issue where the Calendar is not behaving as expected when placed within a ContextMenu.
46+
3947
## 32.1.19 (2025-12-16)
4048

4149
### 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-
## 32.2.4 (2026-02-11)
5+
## 32.2.5 (2026-02-17)
66

77
### Chart
88

components/diagrams/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-
## 32.2.4 (2026-02-11)
5+
## 32.2.5 (2026-02-17)
66

77
### Diagram
88

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+
## 32.2.5 (2026-02-17)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
`#I802098` - Incorrect transparency applied to the header shape during rendering.
12+
513
## 32.2.4 (2026-02-11)
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": "32.2.3",
3+
"version": "32.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",

components/dropdowns/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-
## 32.2.4 (2026-02-11)
5+
## 32.2.5 (2026-02-17)
66

77
### DropDownList
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 32.2.5 (2026-02-17)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I811186` - Fixed an issue where, with virtualization enabled and `enableVirtualMaskRow` set to false, scrolling caused initially loaded records to become hidden.
12+
- `#I811633` - Fixed an issue in the `rowSelecting` event where the target value was not properly reset when performing a right-click action using a mouse pad / trackpad.
13+
- `#I810428` - Fixed timeline cell misalignment in PDF export when `projectStartDate` is entered in `YYYY-MM-DD` format.
14+
15+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
16+
517
## 32.2.4 (2026-02-11)
618

719
### GanttChart
@@ -14,8 +26,6 @@
1426
- `#I804804` - Resolved the issue for dynamically modifying the edited record values in the `actionBegin` event by using the field mapping names defined in the `taskFields` for that respective record.
1527
- `#I805685` - Resolved an issue where unnecessary white space appeared at the bottom of the chart during vertical scrolling after tasks were collapsed.
1628

17-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
18-
1929
## 32.1.25 (2026-01-27)
2030

2131
### GanttChart

components/gantt/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-gantt",
3-
"version": "32.2.3",
3+
"version": "32.2.4",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)