Skip to content

Commit 824beb4

Browse files
author
pipeline
committed
v31.1.20 is released
1 parent a62f3ab commit 824beb4

File tree

30 files changed

+187
-48
lines changed

30 files changed

+187
-48
lines changed

components/base/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.19 (2025-09-11)
5+
## 31.1.20 (2025-09-10)
66

77
### Common
88

components/calendars/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
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+
### DateTimePicker
14+
15+
#### Bug Fixes
16+
17+
- `#I752582` - The issue where the default time was not reset properly after clearing a date and selecting a new one in the DateTimePicker has been resolved.
18+
19+
## 31.1.17 (2025-09-05)
620

721
### DatePicker
822

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-angular-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 Angular",
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-angular-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 Angular",
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-angular-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 Angular",
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
@@ -2,6 +2,14 @@
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+
513
## 28.2.9 (2025-03-04)
614

715
### ComboBox

0 commit comments

Comments
 (0)