Skip to content

Commit 694b8fa

Browse files
author
pipeline
committed
v31.1.23 is released
1 parent fafdcd4 commit 694b8fa

File tree

30 files changed

+97
-25
lines changed

30 files changed

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

77
### DropDownTree
88

components/gantt/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
514
## 31.1.22 (2025-10-01)
615

716
### GanttChart

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 31.1.23 (2025-10-07)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I770531` - Resolved the issue where the grid displayed empty data upon manual refresh after filtering on the last page with `virtualization` enabled.
12+
- `#I770944` - The issue where the filter input is not disabled when opening the filter menu with the operators `IsNull`, `NotNull`, `IsEmpty`, and `IsNotEmpty` across different locale has been resolved.
13+
514
## 31.1.22 (2025-10-01)
615

716
### Grid

0 commit comments

Comments
 (0)