Skip to content

Commit 17de829

Browse files
author
pipeline
committed
v31.1.21 is released
1 parent 824beb4 commit 17de829

File tree

33 files changed

+162
-37
lines changed

33 files changed

+162
-37
lines changed

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-
## 31.1.20 (2025-09-10)
5+
## 31.1.21 (2025-09-23)
66

77
### Common
88

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-
## 31.1.20 (2025-09-10)
5+
## 31.1.21 (2025-09-23)
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-
## 31.1.20 (2025-09-10)
5+
## 31.1.21 (2025-09-23)
66

77
### Chart
88

components/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## [Unreleased]
66

7-
## 31.1.20 (2025-09-10)
7+
## 31.1.21 (2025-09-23)
88

99
### Circular Gauge
1010

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": "31.1.18",
3+
"version": "31.1.20",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 31.1.21 (2025-09-23)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I763990` - Fixed issue where footnotes were undefined during document serialization.
12+
- `#I763888` - Resolved script error when opening documents containing dropdown form fields.
13+
- `#I197369` - Fixed script error triggered while disabling the toolbar.
14+
- `#I748269` - Addressed content overlapping issue during document loading.
15+
- `#I759178` - Corrected layout change issue in the Ribbon Layout API after manual interactions.
16+
- `#I729357` - Fixed selection issue occurring when deleting comments.
17+
518
## 31.1.20 (2025-09-10)
619

720
### 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": "31.1.18",
3+
"version": "31.1.20",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010

1111
- `#I762396` - Resolved the script error that occurred when copying and pasting bullet list content from Outlook into the `RichTextEditor`.
1212

13+
### ComboBox
14+
15+
#### Bug Fixes
16+
17+
- `#I762995` - Fixed an issue where the combobox did not update its value when the `ignoreAccent` property was set to true.
18+
19+
### MultiSelect
20+
21+
#### Bug Fixes
22+
23+
- `I761815` - Resolved an issue where MultiSelect items remained enabled when the maximum selection length was set to zero.
24+
1325
## 28.2.9 (2025-03-04)
1426

1527
### ComboBox

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 31.1.21 (2025-09-23)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I764123` - Resolved an issue where parent task progress values were not displaying in decimal format, even when child tasks were configured with decimal values. Decimal rendering for both parent and child tasks is now properly handled by defining the appropriate format in columns.
12+
- `#I763016` - The date and time change unexpectedly when using the timezone property during cell edit or add operations issue has been resolved.
13+
- `#I761818` - The issue with critical path validation not working when two parent tasks are connected via a predecessor has been resolved.
14+
- `#I757458` - The issue where time converted unnecessarily when the timezone was set to 'UTC' at initial load has been resolved.
15+
- `#I767390` - The issue where the resource column was not rendering as `dropdown` when dynamically assigning the column collection has been resolved.
16+
17+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
18+
519
## 31.1.20 (2025-09-10)
620

721
### GanttChart
@@ -14,7 +28,9 @@
1428
- `#I759336` - Resolved critical task calculation to use `projectEndDate` as the maximum end date when it is mapped, replacing the previous approach of considering the task's maximum end date.
1529
- `#I759336` - Resolved an issue where the `workWeek` and `weekWorkingTime` properties were not functioning correctly, causing unresponsiveness during dynamic updates.
1630

17-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
31+
- `#I762115` - The issue where the Offset value was not updating correctly when a dependency was connected to parent tasks has been resolved.
32+
- `#I759114` - The issue where the 'Start No Later Than' constraint type was not properly enforced on the Start Date has been resolved.
33+
- `#I759336` - Resolved an issue where the `workWeek` and `weekWorkingTime` properties were not functioning correctly, causing unresponsiveness during dynamic updates.
1834

1935
## 31.1.18 (2025-09-10)
2036

0 commit comments

Comments
 (0)