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 14e6bab

Browse files
author
pipeline
committed
v31.2.3 is released
1 parent fb501c6 commit 14e6bab

File tree

36 files changed

+155
-27
lines changed

36 files changed

+155
-27
lines changed

‎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-
## 31.2.2 (2025-10-15)
5+
## 31.2.3 (2025-10-22)
66

77
### Block Editor
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.2.2 (2025-10-15)
5+
## 31.2.3 (2025-10-22)
66

77
### DatePicker
88

‎components/charts/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.2.3 (2025年10月22日)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I771969` - Now, no extra space will be created on multilevel labels when the text width is reduced.
12+
- `#I770538` - Axis label colors were updated for dark and high-contrast themes to improve visibility.
13+
- `#I774667` - The console error will no longer occur when hovering over the trendline legend text.
14+
15+
#### Breaking Changes
16+
17+
- The axis label color was updated to `#FFFFFFE6` for the dark theme and `#FFFFFF` for the high contrast theme.
18+
519
## 31.2.2 (2025年10月15日)
620

721
### Chart

‎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.2.2 (2025-10-15)
7+
## 31.2.3 (2025-10-22)
88

99
### Circular Gauge
1010

‎components/diagrams/CHANGELOG.md‎

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

33
## [Unreleased]
44

5-
## 31.2.2 (2025年10月15日)
5+
## 31.2.3 (2025年10月22日)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I771011` - Child nodes are now positioned correctly when dropped inside a nested container.
12+
- `#I771107` - Tooltips are now displayed correctly for Swimlane children.
13+
- `#I739181` - The issue "Nodes Overlap in Organizational Chart Layout with Multiple Roots" has been fixed.
14+
15+
## 31.1.22 (2025年10月01日)
616

717
### Diagram
818

‎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.20",
3+
"version": "31.2.2",
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: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,28 @@
22

33
## [Unreleased]
44

5+
## 31.2.3 (2025年10月22日)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I752784` - Fixed the issue where suggestions in the spell check dialog were not updating after performing Ignore or Ignore All actions.
12+
- `#I753785` - Corrected the Find Next behaviour of the spell checker for pages that were not rendered.
13+
- `#I771628` - Resolved a script error that occurred when updating styles.
14+
- `#I768327` - Fixed layout issues for pasted text in `RTL` (Right-to-Left) documents.
15+
- `#I769448` - Addressed rendering issues of tab characters in empty paragraphs.
16+
- `#I774817` - Resolved field linking problems during document layout processing.
17+
- `#I769012` - Fixed a script error encountered when performing find and replace on placeholder text.
18+
- `#I753590` - Corrected table layout issues when exporting documents as DOCX.
19+
520
## 31.2.2 (2025年10月15日)
621

722
### DocumentEditor
823

924
#### Bug Fixes
1025

11-
- `#757129` - handle the behaviour for 'in-front of text' Wrapping Style to Prevent Image Overlapping in Word Documents.
26+
- `#I757129` - handle the behaviour for 'in-front of text' Wrapping Style to Prevent Image Overlapping in Word Documents.
1227
- `#I768465` - Fixed style not appear on the list of the styles.
1328
- `#I758675` - Resolved custom font-size values not applying in ribbon mode.
1429

‎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.23",
3+
"version": "31.2.2",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 31.2.2 (2025-10-15)
5+
## 31.2.3 (2025-10-22)
66

77
### DropdownList
88

‎components/gantt/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.2.3 (2025年10月22日)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I767416` - Enhanced performance for adding records to large multi-level hierarchical collections, achieving approximately 80% improvement in CRUD operation efficiency.
12+
- `#I770741` - Resolved an issue where the `modifiedRecords` collection was not correctly updated in the `actionComplete` event arguments.
13+
- `#I771215` - Corrected date and time validation for milestone tasks during initial load and conversion, ensuring accurate rendering for tasks with dependencies.
14+
515
## 31.2.2 (2025年10月15日)
616

717
### GanttChart

0 commit comments

Comments
(0)

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