Skip to content

Commit 48d774f

Browse files
author
pipeline
committed
v31.1.23 is released
1 parent 7b71596 commit 48d774f

File tree

30 files changed

+101
-26
lines changed

30 files changed

+101
-26
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.22 (2025-10-01)
5+
## 31.1.23 (2025-10-07)
66

77
### Common
88

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.22 (2025-10-01)
5+
## 31.1.23 (2025-10-07)
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.1.22 (2025-10-01)
5+
## 31.1.23 (2025-10-07)
66

77
### DateRangePicker
88

components/charts/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.1.23 (2025-10-07)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I768562` - Now, the border will not appear when chart area on pressing the ESC key.
12+
- `#I768561` - The axis label will no longer be hidden when the scrollbar is scrolled to the maximum.
13+
14+
### Bullet Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I982797` - The legend shape icon in the Bullet Chart displays correctly when the target types property is set.
19+
- `#I770357` - The hovering effect now applies to the measure bar upon enabling the tooltip.
20+
21+
### 3D Chart
22+
23+
#### Bug Fixes
24+
25+
- `#I704555` - Now, hovering over a single 3D chart will no longer affect the other 3D charts.
26+
527
## 31.1.22 (2025-10-01)
628

729
### 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.22 (2025-10-01)
7+
## 31.1.23 (2025-10-07)
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.22 (2025-10-01)
5+
## 31.1.23 (2025-10-07)
66

77
### Diagram
88

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

33
## [Unreleased]
44

5-
## 31.1.22 (2025-10-01)
5+
## 31.1.23 (2025-10-07)
66

77
### DropDownTree
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 31.1.23 (2025-10-07)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I767142` - Resolved issue where records added via context menu using add `Above` or `Below` options were not displayed after Gantt refresh.
12+
- `#I769702` - Issue with predecessor values containing spaces not being validated correctly has been fixed.
13+
14+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
15+
516
## 31.1.22 (2025-10-01)
617

718
### GanttChart
@@ -15,7 +26,8 @@
1526
- `#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.
1627
- `#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.
1728

18-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
29+
- `#I766224` - The issue with the `modifiedRecords` collection not displaying data properly in the arguments of the `actionComplete` event has been resolved.
30+
- `#I766986` - The issue of duplicate tasks being created when using indent and outdent actions has been resolved.
1931

2032
## 31.1.21 (2025-09-23)
2133

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-angular-gantt",
3-
"version": "31.1.21",
3+
"version": "31.1.22",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)