Skip to content

Commit 527a103

Browse files
author
pipeline
committed
v29.2.4 is released
1 parent fd0fc1b commit 527a103

File tree

31 files changed

+189
-21
lines changed

31 files changed

+189
-21
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.41 (2025-05-06)
5+
## 29.2.4 (2025-05-14)
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.41 (2025-05-06)
5+
## 29.2.4 (2025-05-14)
66

77
### DateRangePicker
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+
## 29.2.4 (2025-05-14)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F67379` - Now the opacity updates properly on the data point after the tooltip fades out.
12+
513
## 29.1.41 (2025-05-06)
614

715
### Accumulation Chart

components/charts/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-charts",
3-
"version": "29.1.40",
3+
"version": "29.1.41",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 29.2.4 (2025-05-14)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I952617` - Connectors in the layout will now render with the correct appearance when a specific type is explicitly defined in the `getConnectorDefaults` function.
12+
- `#F196439` - Independent nodes in complex hierarchical trees will now render without overlapping other nodes.
13+
- `#I700206` - Now connectors will not overlap nodes of varying size in layout.
14+
- `#I713490` - Now the nodes will have property defined in `getNodeDefaults` on performing undo and redo.
15+
516
## 29.1.41 (2025-05-06)
617

718
### 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.40",
3+
"version": "29.1.41",
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: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
## [Unreleased]
44

5+
## 29.2.4 (2025-05-14)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I709841`,`#I722525` - Improved editing performance when spell check is enabled.
12+
- `#I716525` - Fixed performance issues related to bookmark manipulation during editing operations.
13+
- `#I715428` - Resolved a script error that occurred when loading SFDT without injecting the editor module.
14+
- `#I716353` - Fixed an issue where table cell content was clipped when zooming out.
15+
- `#I709838` - Resolved a script error that occurred when exporting after performing a delete operation with track changes enabled.
16+
17+
#### Features
18+
19+
- `#I682661` - Added support for removing editing region in the current selection position.
20+
- `#I706446` - Added support for retrieving fields within the selected range.
21+
- `#I712473` - Added screen reader support in Document Editor.
22+
23+
## 29.1.41 (2025-05-06)
24+
25+
### DocumentEditor
26+
27+
#### Bug Fixes
28+
29+
- `#I712778` - Fixed an issue where a new paragraph was inserted outside the editable region in protected documents.
30+
- `#I713902` - Corrected the underline rendering for the appropriate word during spell check.
31+
- `#I710270` - Resolved a table formatting issue when applying shading to specific cells.
32+
- `#I707681` - Fixed the DocumentEditor refresh issue when the spell checker is enabled.
33+
- `#I701076` - Addressed an issue where bullet points were not applied correctly when pasting SFDT content.
34+
- `#I719946` - Resolved a script error that occurred during repeated find-and-replace operations.
35+
536
## 29.1.40 (2025-04-29)
637

738
### 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.40",
3+
"version": "29.1.41",
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: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,37 @@
22

33
## [Unreleased]
44

5+
## 29.2.4 (2025-05-14)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I717289` - Resolved an issue where RTL support was not applied to the ComboBox component when enabled globally.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#I713063` - Fixed an issue where binding a value with `allowObjectBinding` caused the data fetch request to fail.
18+
19+
- `#I718283` - Fixed an issue where the pre-selected value was overflowing
20+
21+
- `#I713454` - Fixed an issue where extra space appeared in the popup when using the allowResize property.
22+
- `#I713828` - Fixed an issue where the resize icon overlaps with the scroll bar in multi-select when using the allowResize feature with the header template.
23+
- `#I708109` - Fixed an issue related to disabled fields and sort order, which was causing incorrect item disabling.
24+
- `#I699580` - Fixed an issue where the text was overlapping the clear icon in the Multi Select dropdown.
25+
526
## 29.1.41 (2025-05-06)
627

28+
### ComboBox
29+
30+
#### Bug Fixes
31+
32+
- `#I707526` - Fixed an issue where the selected value was displayed twice within the popup when using virtualization.
33+
34+
## 29.1.40 (2025-04-29)
35+
736
### Mention
837

938
#### Bug Fixes
@@ -28,6 +57,12 @@
2857

2958
- `#I712292` - Fixed an issue where the ComboBox component would throw a console error when filtering data with complex structures while the `allowFiltering` option is set to true.
3059

60+
### DropDownTree
61+
62+
#### Bug Fixes
63+
64+
- `#I711933` - Resolved the issue where the dropdown popup did not open on the first touch interaction on iPad devices.
65+
3166
## 29.1.38 (2025-04-15)
3267

3368
### MultiSelect

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": "29.1.38",
3+
"version": "29.1.41",
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 29.2.4 (2025-05-14)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I196662` - Fixed an issue where the `rowSelected` event returned an incorrect target argument when the `TaskName` column was focused.
12+
- `#I705462` -Resolved an issue where milestone addition failed when using `UrlAdaptor` and the server modified the `TaskID`. Previously, new task IDs were generated based on the collection length, which caused conflicts with server-assigned IDs. Now, IDs are generated sequentially (like SQL auto-increment) to ensure consistency and avoid duplication.
13+
- `#I649480` - Addressed the issue where disabling `updateOffsetOnTaskbarEdit` did not stop automatic successor task movement. Now, successors only update when offsets or dependencies are explicitly adjusted, aligning with Microsoft Project behaviour.
14+
- `#I709648` - Fixed incorrect `actionComplete` event firing when `args.cancel` was set to true in `actionBegin` for `beforeSave`, and when no actual changes occurred during cell editing.
15+
- `#I647637` - Resolved an issue where taskbars were not fully exported in PDF format when the `showWeekend` property was set to false.
16+
17+
- `#I649480` - Addressed the issue where disabling `updateOffsetOnTaskbarEdit` did not stop automatic successor task movement. Now, successors only update when offsets or dependencies are explicitly adjusted, aligning with Microsoft Project behaviour.
18+
19+
#### Feature
20+
21+
- `#I489078`, `#I647637` - Introduced the `showWeekend` property to enhance Gantt timeline clarity. When `showWeekend` set to false, weekend cells are excluded from both the timeline and PDF export, allowing users to focus on working days and task-relevant timelines. This feature can be explored in the updated interactive [demo](https://ej2.syncfusion.com/javascript/demos/#/tailwind3/gantt/work-week).
22+
23+
-`#I489078`, `#I647637` - Introduced the `showWeekend` property to enhance Gantt timeline clarity. When `showWeekend` set to false, weekend cells are excluded from both the timeline and PDF export, allowing users to focus on working days and task-relevant timelines. This feature can be explored in the updated interactive [demo](https://ej2.syncfusion.com/react/demos/#/tailwind3/gantt/work-week).
24+
525
## 29.1.41 (2025-05-06)
626

727
### 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": "29.1.40",
3+
"version": "29.1.41",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 29.2.4 (2025-05-14)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I715931` - The issue with filtering a hidden column while using `column virtualization` through the `filterByColumn` method has been fixed.
12+
- `#I713440` – The issue where an incorrect group query was added while filtering a `ForeignKey` column in the Grid using the `ODataV4Adaptor` has been resolved.
13+
- `#I707868` - Resolved an issue where persistence was not retained correctly when using `setCulture`.
14+
- `#I710510` - Provided support for row expand and collapse functionality, and resolved the alignment issue of group caption aggregates in server side Excel export.
15+
516
## 29.1.41 (2025-05-06)
617

718
### 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": "29.1.40",
3+
"version": "29.1.41",
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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 29.2.4 (2025-05-14)
6+
7+
### Image Editor
8+
9+
#### Features
10+
11+
- The Image Editor component now supports image smoothing through the new `imageSmoothingEnabled` property. This property allows users to enable or disable the smoothing effect applied to high-resolution images during rendering. When enabled, it improves visual clarity by reducing pixelation with high-quality smoothing. This enhancement ensures sharper image rendering, especially when working with detailed images.
12+
513
## 29.1.38 (2025-04-15)
614

715
### Image Editor
@@ -304,4 +312,4 @@ The Image Editor component is a graphical user interface used for editing images
304312
- **Freehand drawing** - Draw freehand on the image and adjust the pen's stroke width and stroke color.
305313
- **Reset** - Revert all the edited states and load the original image.
306314
- **Save** - Save the edited image in JPEG, PNG, and SVG formats.
307-
- **Annotation** - `Text`, `rectangle`, `ellipse`, and `line` annotation shapes are supported.
315+
- **Annotation** - `Text`, `rectangle`, `ellipse`, and `line` annotation shapes are supported.

components/inputs/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+
## 29.2.4 (2025-05-14)
6+
7+
### ColorPicker
8+
9+
#### Bug Fixes
10+
11+
- `#I715125` - Resolved an issue where the `dropdown` could not be reopened using the `Enter` key after it was closed with the `Escape` key.
12+
513
## 29.1.39 (2025-04-22)
614

715
### TextBox

components/kanban/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-kanban",
3-
"version": "29.1.37",
3+
"version": "29.1.41",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/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.41 (2025-05-06)
5+
## 29.2.4 (2025-05-14)
66

77
### Dashboard Layout
88

components/lists/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.41 (2025-05-06)
5+
## 29.2.4 (2025-05-14)
66

77
### ListBox
88

components/multicolumncombobox/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.41 (2025-05-06)
5+
## 29.2.4 (2025-05-14)
66

77
### MultiColumn ComboBox
88

components/navigations/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-
## 29.1.41 (2025-05-06)
5+
## 29.2.4 (2025-05-14)
6+
7+
### Toolbar
8+
9+
#### Bug Fixes
10+
11+
- `#I719724` - The issue with toolbar items being incorrectly ordered when `overflowMode` is set to `Extended` mode has been resolved.
12+
13+
## 29.1.40 (2025-04-29)
614

715
### Tab
816

components/navigations/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-navigations",
3-
"version": "29.1.38",
3+
"version": "29.1.41",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 29.2.4 (2025-05-14)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I717333` - Fixed an issue where the draw and type signatures were missing in the downloaded document for non-rendered pages when updating it using the `updateFormFieldsValue` method.
12+
- `#I717767` - Resolved an issue where tile rendered documents appeared blurry at minimum zoom levels in server rendering mode.
13+
- `#I643817` - Resolved an issue where calibration was not functioning correctly for measurement annotations.
14+
- `#I715531` - Resolved an issue where hyperlinks were not rendered when `enableTileRendering` was set to true.
15+
- `#I715989` - Resolved an issue where the rectangle annotation was not properly added when the cursor was quickly moved outside the page during drawing.
16+
517
## 29.1.41 (2025-05-06)
618

719
### PDF Viewer
@@ -10,6 +22,7 @@
1022

1123
- `#I712197` - Fixed an issue where the form field value and font size not preserved when downloading the document without form designer module.
1224
- `#I713625` - Resolved an issue where form field data was not retained in the downloaded document without annotation module.
25+
- `#I714312` , `#I712195` - Improved loading and interaction performance when opening documents containing a more number of form fields.
1326

1427
## 29.1.40 (2025-04-29)
1528

components/pdfviewer/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-pdfviewer",
3-
"version": "29.1.40",
3+
"version": "29.1.41",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/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.41 (2025-05-06)
5+
## 29.1.40 (2025-04-29)
66

77
### Pivot Table
88

components/pivotview/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-pivotview",
3-
"version": "29.1.38",
3+
"version": "29.1.40",
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/querybuilder/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.41 (2025-05-06)
5+
## 29.2.4 (2025-05-14)
66

77
### QueryBuilder
88

0 commit comments

Comments
 (0)