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 fafdcd4

Browse files
author
pipeline
committed
v31.1.22 is released
1 parent b797146 commit fafdcd4

File tree

41 files changed

+200
-42
lines changed

Some content is hidden

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

41 files changed

+200
-42
lines changed

‎components/blockeditor/CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22

33
## [Unreleased]
44

5+
## 31.1.22 (2025年10月01日)
6+
7+
### Block Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I756987` - Now the issue with the Block Editor vulnerable code due to the usage of `Math.random()` has been resolved.

‎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.21 (2025-09-23)
5+
## 31.1.22 (2025-10-01)
66

77
### DateRangePicker
88

‎components/charts/CHANGELOG.md‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,33 @@
22

33
## [Unreleased]
44

5+
## 31.1.22 (2025年10月01日)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I747736` - Now, the combination stacking and stacking of 100 different series renders properly.
12+
- `#I757693` - Now, the space on the left margin has adjusted properly after placing the axis label inside.
13+
14+
#### Feature
15+
16+
- `#I764441` - Support for the text render event has been added to stacking labels.
17+
518
## 31.1.21 (2025年09月23日)
619

720
### Chart
821

922
#### Bug Fixes
1023

24+
- `#I764449` - Now the stacking label is positioned properly when zooming is performed.
25+
26+
## 31.1.20 (2025年09月17日)
27+
28+
### Chart
29+
30+
#### Bug Fixes
31+
1132
- `#F69182` - Columns with a single X-axis value now render with the correct width.
1233
- `#I762508` - The legend highlight now works correctly when the highlight mode is set to `Series`.
1334
- `#I760409` - The Zoom toolbar tooltip will be displayed on the pop-up.

‎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.21 (2025-09-23)
7+
## 31.1.22 (2025-10-01)
88

99
### Circular Gauge
1010

‎components/diagrams/CHANGELOG.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 31.1.22 (2025年10月01日)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I765689` - Events associated with `UserHandle` will no longer be triggered for disabled user handles.
12+
- `#I761841` - Exceptions will no longer be thrown when creating connectors from a port.
13+
- `#I765993` - Exceptions will no longer be thrown while rendering large datasets in the layout.
14+
515
## 31.1.20 (2025年09月10日)
616

717
### Diagram

‎components/documenteditor/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.22 (2025年10月01日)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I755362` - Fixed layout issues occurring when accepting revision in Track Changes mode.
12+
- `#I768429` - Resolved issue where alphabetic numbering lists were not functioning correctly in toolbar mode.
13+
- `#I757437` - Addressed layout problems with table header rows when tables split across pages.
14+
- `#I744840` - Fixed table layout inconsistencies caused by drag-and-drop operations across columns.
15+
- `#I754153` - Ensured mention comment changes are now preserved correctly during collaborative editing.
16+
517
## 31.1.21 (2025年09月23日)
618

719
### 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.20",
3+
"version": "31.1.21",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 31.1.22 (2025年10月01日)
6+
7+
### DropDownTree
8+
9+
#### Bug Fixes
10+
11+
- `#I764613` - The issue with the child nodes are receiving an undefined value in the input when `loadOnDemand` and `allowMultiSelection` are enabled for the remote data in the Dropdown Tree Component has been resolved.
12+
13+
### DropdownList
14+
15+
#### Bug Fixes
16+
17+
- `#I770970` - Resolved the null exception possibilities while Float element processing.
18+
519
## 31.1.20 (2025年09月10日)
620

721
### Mention

‎components/gantt/CHANGELOG.md‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 31.1.22 (2025年10月01日)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I761711` - Resolved an issue where the duration value did not appear in the edit dialog when the duration column was configured with `numericedit`.
12+
- `#I766224` - The issue with the `modifiedRecords` collection not displaying data properly in the arguments of the `actionComplete` event has been resolved.
13+
- `#I766986` - The issue of duplicate tasks being created when using indent and outdent actions has been resolved.
14+
- `#I766218` - The `taskbarBgColor` property is now correctly applied to child records when using the Material 3 theme.
15+
- `#I766999` - The inconsistency in the `headerText` property between the Grid and Gantt components, which prevented rendering an empty string as header text, has been fixed.
16+
- `#I766241` - The issue preventing the context menu from opening for parent records in the resource view has been resolved. The context menu can be opened when `args.cancel` is set to false in the `contextMenuOpen` event.
17+
18+
#### Bug fix
19+
20+
- `#I761711` - Resolved an issue where the duration value did not appear in the edit dialog when the duration column was configured with `numericedit`.
21+
522
## 31.1.21 (2025年09月23日)
623

724
### 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.20",
3+
"version": "31.1.21",
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 によって変換されたページ (->オリジナル) /