Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b797146

Browse files
author
pipeline
committed
v31.1.21 is released
1 parent e6a72af commit b797146

File tree

32 files changed

+146
-44
lines changed

32 files changed

+146
-44
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-
## 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-react-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 React",
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-react-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 React",
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
@@ -14,8 +14,16 @@
1414

1515
#### Bug Fixes
1616

17+
- `#I762995` - Fixed an issue where the combobox did not update its value when the `ignoreAccent` property was set to true.
18+
1719
- `#I749390` - Fixed an issue with the initial selected value when using remote data binding and virtualization in the combobox with the GraphQLAdaptor.
1820

21+
### MultiSelect
22+
23+
#### Bug Fixes
24+
25+
- `I761815` - Resolved an issue where MultiSelect items remained enabled when the maximum selection length was set to zero.
26+
1927
## 28.2.9 (2025年03月04日)
2028

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

‎components/gantt/CHANGELOG.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
517
## 31.1.20 (2025年09月10日)
618

719
### 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-react-gantt",
3-
"version": "31.1.18",
3+
"version": "31.1.20",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /