Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 39d5079

Browse files
author
pipeline
committed
v30.2.6 is released
1 parent 0c99865 commit 39d5079

File tree

28 files changed

+99
-23
lines changed

28 files changed

+99
-23
lines changed

‎components/charts/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.2.5 (2025年08月13日)
5+
## 30.2.6 (2025年08月19日)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#T745980` - The legend text and symbol will no longer overlap when RTL is enabled.
12+
13+
## 30.2.4 (2025年08月13日)
614

715
### Accumulation Chart
816

‎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-
## 30.2.5 (2025-08-13)
7+
## 30.2.6 (2025-08-19)
88

99
### Circular Gauge
1010

‎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": "30.2.4",
3+
"version": "30.2.5",
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## [Unreleased]
44

5+
## 30.2.5 (2025年08月13日)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I748873` - Fixed a script error that occurred when decreasing the indent in list paragraphs.
12+
- `#I971894` - Resolved a script error triggered during `beginUndoAction` when clearing the redo collection.
13+
- `#I747660` - Addressed an issue where the comments panel failed to display correctly when `showRevision` was set to false.
14+
- `#I750354` - Resolved an issue where pressing keys on the numeric keypad did not trigger page number input in the status bar.
15+
- `#I747885` - Corrected layout inconsistencies when inserting white space after selecting content.
16+
- `#I748857` - Ensured left and right margins are properly applied during horizontal ruler scrolling.
17+
- `#I748856` - Fixed horizontal ruler misalignment when resizing the vertical ruler.
18+
- `#I741169` - Resolved an issue where underlines applied to images were not retained correctly.
19+
- `#I744835` - Fixed a script error occurring when dragging text from a table into the header.
20+
- `#I746062` - Addressed export issues with nested content controls.
21+
22+
#### Features
23+
24+
- `#I723821` - Added event to access the paste action before it paste
25+
526
## 30.1.42 (2025年07月29日)
627

728
### 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": "30.2.4",
3+
"version": "30.2.5",
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,8 +2,22 @@
22

33
## [Unreleased]
44

5+
## 30.2.6 (2025年08月19日)
6+
7+
### MultiSelect
8+
9+
#### Bug fixes
10+
11+
- `#I748629` - Resolved an issue where selecting an empty option resulted in the incorrect value.
12+
513
## 30.2.5 (2025年08月13日)
614

15+
### DropDownTree
16+
17+
#### Bug fixes
18+
19+
- `#I754645` - Fixed an issue where checkbox selections were cleared after filtering when both showCheckBox and allowFiltering properties were enabled.
20+
721
### MultiSelect
822

923
#### 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": "30.2.4",
3+
"version": "30.2.5",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 30.2.5 (2025-08-13)
5+
## 30.2.6 (2025-08-19)
66

77
### GanttChart
88

‎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+
## 30.2.6 (2025年08月19日)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I752626` - Fixed an issue where the command column icon remained unchanged after the edit action for a parent row in the hierarchy grid was cancelled.
12+
- `#I750491` - Fixed a misalignment issue with indent header cells when grouping a column with stacked headers.
13+
514
## 30.2.5 (2025年08月13日)
615

716
### Grid

‎components/grids/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-grids",
3-
"version": "30.2.4",
3+
"version": "30.2.5",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /