Skip to content

Commit fb501c6

Browse files
author
pipeline
committed
v31.2.2 is released
1 parent 694b8fa commit fb501c6

File tree

40 files changed

+198
-32
lines changed

40 files changed

+198
-32
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.1.23 (2025-10-07)
5+
## 31.2.2 (2025-10-15)
66

77
### Block Editor
88

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 31.1.23 (2025-10-07)
5+
## 31.2.2 (2025-10-15)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I761820` - Fixed an issue where the DatePicker became disabled or unresponsive when the `min` property changed from null to a date value.
612

713
### DateRangePicker
814

components/charts/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.2.2 (2025-10-15)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#FB70239` - Now data is displayed properly, while exporting the transposed column chart.
12+
- `#I773676` - DashArray is properly applied to legend for dashed line and spline series.
13+
- `#I769905` - Now the first x-axis label will no longer be removed when dragging the range using the range navigator in a date-time category axis.
14+
15+
### Accumulation Chart
16+
17+
#### Bug Fixes
18+
19+
- `#I770523` - Now the accumulation chart title is properly positioned when set to 'Bottom'.
20+
- `#I770415` - Now the trimmed legend tooltip text is displayed properly on the reversed legend.
21+
522
## 31.1.23 (2025-10-07)
623

724
### 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.1.23 (2025-10-07)
7+
## 31.2.2 (2025-10-15)
88

99
### Circular Gauge
1010

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-
## 31.1.23 (2025-10-07)
5+
## 31.2.2 (2025-10-15)
66

77
### Diagram
88

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 31.2.2 (2025-10-15)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#757129` - handle the behaviour for 'in-front of text' Wrapping Style to Prevent Image Overlapping in Word Documents.
12+
- `#I768465` - Fixed style not appear on the list of the styles.
13+
- `#I758675` - Resolved custom font-size values not applying in ribbon mode.
14+
15+
## 31.1.23 (2025-10-07)
16+
17+
### DocumentEditor
18+
19+
#### Bug Fixes
20+
21+
- `#I747636` - Fixed issue while inserting bookmark.
22+
- `#I769142` - Resolved `GetBookmark` method is not returning the `isafterpara` bookmark.
23+
- `#I759877` - Resolved the spell check issues with German words.
24+
- `#I770083` - Fixed Duplicate Page Numbers in Compared document.
25+
- `#I759877` - Resolved Alt text is not preserved on copy and paste.
26+
527
## 31.1.22 (2025-10-01)
628

729
### 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.22",
3+
"version": "31.1.23",
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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,40 @@
22

33
## [Unreleased]
44

5+
## 31.2.2 (2025-10-15)
6+
7+
### DropdownList
8+
9+
#### Bug Fixes
10+
11+
- `#I771719` - Resolved an issue where a console error occurred when users searched and quickly pressed the tab key.
12+
13+
- `#I771989` - Fixed an issue where the dropdown displayed escaped HTML entities instead of the intended readable tag names.
14+
15+
### ListBox
16+
17+
#### Bug Fixes
18+
19+
- `#I771622` - Fix to ensure that the NoRecordsTemplate is preserved when the allowDragAndDrop feature is disabled in the ListBox during a drop operation.
20+
521
## 31.1.23 (2025-10-07)
622

23+
### MultiSelect
24+
25+
#### Bug Fixes
26+
27+
- `#I760104` - Resolved an issue where the footer element would move outside the popup when resizing the MultiSelect popup.
28+
29+
### DropdownList
30+
31+
#### Bug Fixes
32+
33+
- `#I760104` - Resolved an issue where the footer element would move outside the popup when resizing the DropdownList popup.
34+
35+
- `#I764838` - Resolved an issue where an empty popup would appear when rendering the select tag within the Details tag.
36+
37+
## 31.1.22 (2025-10-01)
38+
739
### DropDownTree
840

941
#### Bug Fixes

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

33
## [Unreleased]
44

5+
## 31.2.2 (2025-10-15)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I769900` - Fixed an issue where template columns failed to display correctly after dynamically refreshing the Gantt Chart.
12+
- `#I769454` - Addressed inconsistent rendering of `dropdown` values in the dependency tab within both `Add` and `Edit` dialog.
13+
14+
#### Feature
15+
16+
- `#I765000` - Introduced seamless date object conversion and timezone handling for custom columns, editing, and CRUD operations across both remote and local data sources.
17+
18+
undefined- `#I765000` - Introduced seamless date object conversion and timezone handling for custom columns, editing, and CRUD operations across both remote and local data sources.
19+
520
## 31.1.23 (2025-10-07)
621

722
### GanttChart

0 commit comments

Comments
 (0)