Skip to content

Commit 2fc7465

Browse files
author
pipeline
committed
v29.1.37 is released
1 parent 5d176ec commit 2fc7465

File tree

37 files changed

+197
-25
lines changed

37 files changed

+197
-25
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-
## 29.1.35 (2025-04-01)
5+
## 29.1.37 (2025-04-08)
66

77
### Barcode
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-
## 29.1.35 (2025-04-01)
5+
## 29.1.37 (2025-04-08)
66

77
### DatePicker
88

components/charts/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-
## 29.1.35 (2025-04-01)
5+
## 29.1.37 (2025-04-08)
66

77
### 3DChart
88

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+
## 29.1.37 (2025-04-08)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I704269` - Right-click now works properly while drag constraint is disabled, retaining multiple selection.
12+
- `#I698439` - The connector will now follow the shortest path when drawn from a port with the connection Direction set to Auto.
13+
514
## 29.1.35 (2025-04-01)
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": "29.1.33",
3+
"version": "29.1.35",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 29.1.37 (2025-04-08)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I702414` - Fixed an issue where a paragraph was inserted outside the editable region after pressing the End key in a restricted editing document.
12+
- `#I703674` - Addressed the issue where paragraph borders were not fully visible.
13+
- `#I697400` - Resolved a looping issue encountered when opening certain documents.
14+
- `#I701520` - Fixed a formatting issue that occurred after inserting a hyperlink.
15+
- `#I700199` - Resolved a paragraph splitting issue that occurred when removing multiple bookmarks programmatically.
16+
- `#I698715` - Fixed key input issues caused by the timing of composition end for Japanese text.
17+
- `#I698829` - Resolved a discrepancy in the `isComplete` property during selection changes made using the keyboard.
18+
- `#I702270` - Fixed an issue where an extra new line was added in server-side exported documents.
19+
520
## 29.1.35 (2025-04-01)
621

722
### 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": "29.1.33",
3+
"version": "29.1.35",
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: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,35 @@
22

33
## [Unreleased]
44

5-
## 29.1.35 (2025-04-01)
5+
## 29.1.37 (2025-04-08)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#F196369` - Issue with "Script error thrown while setting the values with a new line (\n) in the list item text of the list box" has been resolved.
12+
13+
### ComboBox
14+
15+
#### Bug Fixes
16+
17+
- `#I6988657` - Fixed the issue where an itemTemplate element not render while opens ComboBox popup twice when filtering enabled.
18+
19+
- `#I697381` - Fixed an issue where the selected value would disappear when the item template was enabled.
20+
21+
### MultiSelect
22+
23+
#### Bug Fixes
24+
25+
- `#I697553` - Fixed an issue where using the Chip icon removed all selected values instead of removing a specific chip.
26+
27+
### DropDownTree
28+
29+
#### Bug Fixes
30+
31+
- `#I702413` - An issue getting empty tree data after performing the filtering and reopening the popup, when both the itemTemplate and filtering support are enabled in the Dropdown Tree component has been resolved.
32+
33+
## 29.1.33 (2025-03-25)
634

735
### DropDownTree
836

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": "29.1.33",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 29.1.37 (2025-04-08)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I708564` - The issue preventing the error dialog from appearing when a path was unavailable in the File Manager component has been fixed.
12+
13+
**Note**
14+
15+
Additionally, if you want to prevent the error dialog when a folder is unavailable and load the available parent directory instead, you can use the `beforePopupOpen` and `failure` events of the File Manager component. The `beforePopupOpen` event allows you to prevent the error dialog from appearing, while the `failure` event provides the failed location through `path` property. By setting the previous valid location to the File Manager's path and refreshing it, you can ensure that the available parent directory is loaded instead of displaying an error dialog.
16+
517
## 29.1.33 (2025-03-25)
618

719
### FileManager

0 commit comments

Comments
 (0)