Skip to content

Commit 2fc7465

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

37 files changed

+197
-25
lines changed

components/barcodegenerator/CHANGELOG.md

+1-1
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

+1-1
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

+1-1
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

+9
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

+1-1
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

+15
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

+1-1
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

+29-1
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

+1-1
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

+12
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

components/gantt/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 29.1.37 (2025-04-08)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I709572` - The spinner is incorrectly loading when performing zoom-in or zoom-out actions, even when `args.cancel` is set as true issue has been resolved.
12+
513
## 29.1.35 (2025-04-01)
614

715
### GanttChart

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "29.1.33",
3+
"version": "29.1.35",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 29.1.37 (2025-04-08)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#FB66257` - Fixed an issue where the expand and collapse icon was hidden when resizing a column with its width set as a percentage.
12+
- `#I701100` - Support has been provided for adding custom font in server side `PDF Export`.
13+
- `#F196312` - Resolved an issue where focus incorrectly moved to a disabled toolbar button on the first tab attempt.
14+
- `#I705050` - Resolved an issue where the selection was not applied to a newly added row when using a customized index higher than the page size.
15+
516
## 29.1.35 (2025-04-01)
617

718
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "29.1.33",
3+
"version": "29.1.35",
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",

components/imageeditor/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22

33
## [Unreleased]
44

5+
## 29.1.37 (2025-04-08)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I704085` - The issue with "Page crashes when changing color in freehand pen tool with custom toolbar" has been resolved.
12+
513
## 29.1.35 (2025-04-01)
614

715
### Image Editor
816

917
#### Bug Fixes
1018

1119
- `#I703503` - The issue with "Redact feature not working properly in straightened image" has been resolved.
12-
- `#I704085` - The issue with "Page crashes when changing color in freehand pen tool with custom toolbar" has been resolved.
1320
- `#I701384` - The issue with "Error after changing outline color in text annotation" has been resolved.
1421

1522
## 28.1.33 (2024-12-12)

components/imageeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-image-editor",
3-
"version": "29.1.33",
3+
"version": "29.1.35",
44
"description": "Essential JS 2 ImageEditor for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/CHANGELOG.md

+1-1
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.33 (2025-03-25)
66

77
### SpeechToText
88

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inputs",
3-
"version": "18.78.15",
3+
"version": "29.1.33",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 29.1.37 (2025-04-08)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- `#I703775` - Resolved the console error when adding panels dynamically after performing a drag and drop action in the Dashboard Layout component.
12+
513
## 29.1.35 (2025-04-01)
614

715
### Dashboard Layout

components/layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-layouts",
3-
"version": "29.1.33",
3+
"version": "29.1.35",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/CHANGELOG.md

+1-1
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
### ListView
88

components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## [Unreleased]
1010

11-
## 29.1.35 (2025-04-01)
11+
## 29.1.37 (2025-04-08)
1212

1313
### Maps
1414

components/navigations/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 29.1.37 (2025-04-08)
6+
7+
### Tab
8+
9+
#### Bug Fixes
10+
11+
- `#I703472` - The issue with misalignment of the tab header text and close icon in Tailwind 3 and Fluent 2 themes has been resolved.
12+
13+
### Toolbar
14+
15+
#### Bug Fixes
16+
17+
- `#I705438` - An issue where focus was maintained on a disabled toolbar item has been fixed.
18+
519
## 29.1.33 (2025-03-25)
620

721
### Menu

components/pdfviewer/CHANGELOG.md

+12
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+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I708196` - The script error no longer occurs when loading the PDF document after it has been programmatically unloaded from the PDF Viewer.
12+
- `#I196344` - Fixed an issue where the signature value did not appear while adding the field programmatically.
13+
- `#I700063` - The annotation rendering is now optimized for documents with more annotations.
14+
- `#I698822` - Fixed an issue where the locked custom stamp remains editable.
15+
- `#I704815` - Enhanced the `fireFormFieldMoveEvent`, `fireFormFieldMouseLeaveEvent`, `fireFormFieldMouseOverEvent`, `fireFormFieldSelectEvent`, `fireFormFieldUnSelectEvent`, and `fireFormFieldResizeEvent` to include additional relevant details.
16+
517
## 29.1.35 (2025-04-01)
618

719
### PDF Viewer

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pdfviewer",
3-
"version": "29.1.33",
3+
"version": "29.1.35",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
## [Unreleased]
44

5-
## 29.1.35 (2025-04-01)
5+
## 29.1.37 (2025-04-08)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#I704581` - The 'actionComplete' event now accurately returns the correct 'actionInfo' details when transitioning between pivot table and pivot chart views.
12+
- The pivot chart can now be successfully exported as PNG, JPEG, and SVG files, even when the 'allowPdfExport' property is disabled.
13+
14+
## 29.1.33 (2025-03-25)
615

716
### Pivot Table
817

components/pivotview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pivotview",
3-
"version": "28.1.33",
3+
"version": "29.1.33",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 29.1.37 (2025-04-08)
6+
7+
### Tooltip
8+
9+
#### Bug Fixes
10+
11+
- `#I701814`, `#I687776` - Resolved an issue where the Tooltip remained visible when the cursor quickly left the target element.
12+
513
## 29.1.35 (2025-04-01)
614

715
### Dialog

components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-popups",
3-
"version": "29.1.33",
3+
"version": "29.1.35",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/CHANGELOG.md

+1-1
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
### QueryBuilder
88

0 commit comments

Comments
 (0)