Skip to content

Commit 6588199

Browse files
author
pipeline
committed
v30.1.39 is released
1 parent d1a1250 commit 6588199

File tree

41 files changed

+246
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+246
-30
lines changed

components/barcodegenerator/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.1.38 (2025-07-02)
5+
## 30.1.39 (2025-07-08)
66

77
### Barcode
88

components/buttons/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.1.38 (2025-07-02)
5+
## 30.1.39 (2025-07-08)
66

77
### Chip
88

components/charts/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+
## 30.1.39 (2025-07-08)
6+
7+
### Chart
8+
9+
#### Feature
10+
11+
- `#I653358` - Provided support for DateTime value type on the primary Y-axis.
12+
513
## 30.1.37 (2025-06-25)
614

715
### Chart

components/diagrams/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.1.39 (2025-07-08)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I732921` - Resolved the issue of node dimension changes when dragging multiple selected nodes.
12+
- `#I739052` - Undo now works correctly for connectors without a target id.
13+
514
## 30.1.38 (2025-07-02)
615

716
### Diagram

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.1.37",
3+
"version": "30.1.38",
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: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

33
## [Unreleased]
44

5+
## 30.1.39 (2025-07-08)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I736749` - Resolved the text overlap issue when deleting content.
12+
- `#I738500` - Resolved the issue with removing content.
13+
- `#I739874` - Resolved the issue with selection updates on right-click.
14+
- `#I724502` - Fixed the paste issue with non-editable content controls.
15+
- `#I737044` - Fixed the issue where the "Capitalize Each Word" function does not work after tabulation.
16+
- `#I725100` - Resolved the Border and shading dialog responsive issue specific to localized non-English language.
17+
18+
#### Features
19+
20+
- `#I720493` - Added API to set the custom data in revision.
21+
22+
## 30.1.38 (2025-07-02)
23+
24+
### DocumentEditor
25+
26+
#### Bug Fixes
27+
28+
- `#I732868` - Improved the performance when applying formatting to content.
29+
- `#I723831` - Fixed issue where the spell checker not triggered when the selection moved outside the content after delete action.
30+
- `#I728253`, `#F68214` - Resolved script error when pasting content into a table cell with the spell checker enabled.
31+
- `#I738426` - Fixed header and footer selection position issue when `enableLayout` is set to false.
32+
- `#I731084` - Addressed script error when selecting content inside a table cell that spans across two pages.
33+
- `#I728388` - Improved dropdown item selection behaviour in the zoom factor control.
34+
- `#I726264` - Fixed header and footer reference mismatch when deleting a section break.
35+
- `#I731465` - Resolved document scrolling issue when moving the mouse outside the Document Editor area.
36+
- `#I713824` - Fixed layout issue involving shape elements in the header.
37+
- `#I732155` - Corrected invalid characters being added to footnotes during DOCX export.
38+
- `#I726900` - Resolved table layout issues in multi-column sections when opening documents.
39+
- `#I731473` - Fixed issue where bullet language changed unexpectedly in the Document Editor.
40+
- `#I734383` - Addressed issues with find and replace functionality for selected content.
41+
- `#I736267` - Resolved script error triggered by backspace action.
42+
- `#I729239` - Fixed script error when inserting a merge field after a bullet point.
43+
544
## 30.1.37 (2025-06-25)
645

746
### 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.1.37",
3+
"version": "30.1.38",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 30.1.39 (2025-07-08)
6+
7+
### DropDownTree
8+
9+
#### Bug Fixes
10+
11+
- `#I734293` - Fixed Dropdown Tree popup misalignment issue at 100% display scale on windows.
12+
13+
- `#I737384` - Fixed the alignment issue in the input content of the Dropdown Tree Component in both the material3 and bootstrap5 themes.
14+
15+
### ComboBox
16+
17+
#### Bug Fixes
18+
19+
- `#I734116` - Fixed an issue where the Item Template with a Combo Box caused virtualization rendering problems in the dropdown.
20+
521
## 28.2.9 (2025-03-04)
622

723
### ComboBox

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": "18.66.23",
3+
"version": "30.1.37",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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+
## 30.1.39 (2025-07-08)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I742253` - The issue where the fileOpen event in the File Manager component was not triggered during subsequent navigation pane folder navigation has been resolved.
12+
513
## 30.1.38 (2025-07-02)
614

715
### FileManager

0 commit comments

Comments
 (0)