Skip to content

Commit e6a72af

Browse files
author
pipeline
committed
v31.1.20 is released
1 parent f3ef925 commit e6a72af

File tree

28 files changed

+174
-40
lines changed

28 files changed

+174
-40
lines changed

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 30.1.37 (2025-06-25)
5+
## 31.1.20 (2025-09-10)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I753728` - Fixed an issue where the date range picker with the preset range popup would open behind the drawer.
12+
13+
## 31.1.17 (2025-09-05)
614

715
### DatePicker
816

components/calendars/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-calendars",
3-
"version": "30.1.37",
3+
"version": "31.1.17",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,25 @@
22

33
## [Unreleased]
44

5-
## 31.1.19 (2025-09-11)
5+
## 31.1.20 (2025-09-10)
66

77
### Chart
88

99
#### Bug Fixes
1010

11-
- `#T742786` - Trendlines now render correctly when dynamically enabled.
1211
- `#F69182` - Columns with a single X-axis value now render with the correct width.
13-
- `#T757693` - Now the secondary axis label renders properly when the position is set to 'inside'.
12+
- `#I762508` - The legend highlight now works correctly when the highlight mode is set to `Series`.
13+
- `#I760409` - The Zoom toolbar tooltip will be displayed on the pop-up.
14+
- `#I762919` - The sparkline tooltip renders properly on enabling RTL.
15+
16+
## 31.1.18 (2025-09-10)
17+
18+
### Chart
19+
20+
#### Bug Fixes
21+
22+
- `#I742786` - Trendlines now render correctly when dynamically enabled.
23+
- `#I757693` - Now the secondary axis label renders properly when the position is set to 'inside'.
1424

1525
### 3D Chart
1626

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.19 (2025-09-11)
7+
## 31.1.20 (2025-09-10)
88

99
### Circular Gauge
1010

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 31.1.19 (2025-09-11)
5+
## 31.1.20 (2025-09-10)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I753805` - Group nodes without explicit size definitions are now rendered properly in the symbol palette
12+
- `#I742819` - Resolved connector overlapping issues in complex hierarchical tree layouts.
13+
- `#I759053` - Locked nodes will no longer move along with unlocked nodes.
14+
- `#I752739` - Connector segments now update correctly when dragging the connector's source thumb.
15+
16+
## 31.1.18 (2025-09-10)
617

718
### Diagram
819

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.17",
3+
"version": "31.1.18",
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: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22

33
## [Unreleased]
44

5-
## 31.1.19 (2025-09-11)
5+
## 31.1.20 (2025-09-10)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I750552` - Fixed script error when opening a document with `enableEditor` set to False.
12+
- `#I757928` - Resolved issue where text overlapped with headers after content deletion.
13+
- `#I759161` - Corrected layout of merged column cells when inserting new rows into a table.
14+
- `#I760968` - Alignment option in the toolbar now updates correctly when selecting a cell.
15+
- `#I762616` - Ribbon now reflects current styles accurately.
16+
- `#I748359` - Fixed column width issues caused by Unicode characters in HTML.
17+
18+
#### Features
19+
20+
- `#I761744` - Added support to update the date of tracked revisions.
21+
- `#I754674` - Added support for "No Border" option in the border dropdown, similar to Microsoft Word.
22+
- `#I761530` - Added support for rendering spell check underlines during scrolling.
23+
24+
## 31.1.18 (2025-09-10)
625

726
### DocumentEditor
827

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.17",
3+
"version": "31.1.18",
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.20 (2025-09-10)
6+
7+
### Mention
8+
9+
#### Bug Fixes
10+
11+
- `#I762396` - Resolved the script error that occurred when copying and pasting bullet list content from Outlook into the `RichTextEditor`.
12+
13+
### ComboBox
14+
15+
#### Bug Fixes
16+
17+
- `#I749390` - Fixed an issue with the initial selected value when using remote data binding and virtualization in the combobox with the GraphQLAdaptor.
18+
519
## 28.2.9 (2025-03-04)
620

721
### ComboBox

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 31.1.20 (2025-09-10)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I762115` - The issue where the Offset value was not updating correctly when a dependency was connected to parent tasks has been resolved.
12+
- `#I759114` - The issue where the 'Start No Later Than' constraint type was not properly enforced on the Start Date has been resolved.
13+
- `#I763040` - Cell navigation not working properly when selection is disabled issue has been resolved.
14+
- `#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.
15+
- `#I759336` - Resolved an issue where the `workWeek` and `weekWorkingTime` properties were not functioning correctly, causing unresponsiveness during dynamic updates.
16+
17+
## 31.1.18 (2025-09-10)
18+
19+
### GanttChart
20+
21+
#### Bug fixes
22+
23+
- `#I759097` - The issue where setting the constraint type to "Must Start On" caused the spinner to run continuously when modifying the End Date or Duration has been resolved.
24+
`#I758384` - Console error occur while add action after hiding column by method issue has been resolved.
25+
`#I755129` - The `readOnly` property not working for hierarchy data binding issue has been resolved.
26+
`#I756416` - Console error occur while using different filter options issue has been resolved.
27+
28+
#### Bug fix
29+
30+
- `#I755129` - The `readOnly` property not working for hierarchy data binding issue has been resolved.
31+
532
## 30.1.37 (2025-06-25)
633

734
### GanttChart

0 commit comments

Comments
 (0)