Skip to content

Commit fd0fc1b

Browse files
author
pipeline
committed
v29.1.41 is released
1 parent 8a1eb7c commit fd0fc1b

File tree

28 files changed

+131
-19
lines changed

28 files changed

+131
-19
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.40 (2025-04-29)
5+
## 29.1.41 (2025-05-06)
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.40 (2025-04-29)
5+
## 29.1.41 (2025-05-06)
66

77
### DateRangePicker
88

components/charts/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 29.1.41 (2025-05-06)
6+
7+
### Accumulation Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I580016` - Wrapped data labels are now correctly positioned in pyramid charts when smart labels are enabled.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#I715763` - Stacking labels now render correctly for grouped stacking column series.
18+
- `#I713317` - Stripline text now positions correctly when rotation is applied.
19+
520
## 29.1.40 (2025-04-29)
621

722
### Accumulation Chart

components/charts/package.json

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

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

33
## [Unreleased]
44

5+
## 29.1.41 (2025-05-06)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I707066` - Enhanced panning performance in diagrams with overview and virtualization enabled.
12+
- `#I709689` - The minimum and maximum dimensions for group nodes are now functioning correctly.
13+
- `#I710745` - The Gradient will now applied correctly upon exporting diagrams.
14+
515
## 29.1.40 (2025-04-29)
616

717
### 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.39",
3+
"version": "29.1.40",
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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 29.1.40 (2025-04-29)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I713147` - Fixed an issue where list formatting was not restored correctly after performing an undo action.
12+
- `#FB66240` - Fixed an issue where spaces were incorrectly removed when checking or unchecking a checkbox.
13+
514
## 29.1.39 (2025-04-22)
615

716
### 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.39",
3+
"version": "29.1.40",
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

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

33
## [Unreleased]
44

5-
## 29.1.40 (2025-04-29)
5+
## 29.1.41 (2025-05-06)
66

77
### Mention
88

components/gantt/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 29.1.41 (2025-05-06)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I710483` - The `editTemplate` functionality is not working in the columns issue has been fixed.
12+
- `#I713764` - Text in the cell are misaligned when row height is changed in pdf export issue has been fixed.
13+
- `#I717385`,`#I716901` - The custom colours applied are not reflected in the PDF export for unscheduled and manually scheduled tasks issue has been fixed.
14+
15+
- `#I713764` - Text in the cell are misaligned when row height is changed in pdf export issue has been fixed.
16+
- `#I717385`,`#I716901` - The custom colours applied are not reflected in the PDF export for unscheduled and manually scheduled tasks issue has been fixed.
17+
518
## 29.1.40 (2025-04-29)
619

720
### 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.39",
3+
"version": "29.1.40",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 29.1.41 (2025-05-06)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I710348` - The issue where programmatically updating a row on the last page caused incorrect row indexing when scrolling back to the first page in `VirtualScrolling` has been resolved.
12+
- `#I715728` – Fixed an issue in adaptive view where the toolbar overflow arrow icons were not hidden during search operations.
13+
514
## 29.1.40 (2025-04-29)
615

716
### 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.39",
3+
"version": "29.1.40",
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/kanban/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 29.1.41 (2025-05-06)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#F196600` - Fixed an issue where the Kanban card temporarily returned to its old position after being dropped.
12+
13+
- `#I709249` - Fixed an alignment issue between the header and the content in the Kanban.
14+
515
## 29.1.37 (2025-04-08)
616

717
### Kanban

components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.40 (2025-04-29)
5+
## 29.1.41 (2025-05-06)
66

77
### Dashboard Layout
88

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.40 (2025-04-29)
5+
## 29.1.41 (2025-05-06)
66

77
### ListBox
88

components/multicolumncombobox/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 29.1.41 (2025-05-06)
6+
7+
### MultiColumn ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I629122` - The issue with the value not being maintained properly after selecting an option and pressing the "Enter" key in the Multicolumn ComboBox has been resolved.
12+
513
## 27.1.48 (2024-09-18)
614

715
### MultiColumn ComboBox

components/multicolumncombobox/package.json

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

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.40 (2025-04-29)
5+
## 29.1.41 (2025-05-06)
66

77
### Tab
88

components/pdfviewer/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 29.1.41 (2025-05-06)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I712197` - Fixed an issue where the form field value and font size not preserved when downloading the document without form designer module.
12+
- `#I713625` - Resolved an issue where form field data was not retained in the downloaded document without annotation module.
13+
514
## 29.1.40 (2025-04-29)
615

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

components/pivotview/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.40 (2025-04-29)
5+
## 29.1.41 (2025-05-06)
66

77
### Pivot Table
88

components/querybuilder/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 29.1.41 (2025-05-06)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I711196` - Fixed an exception that occurs when clearing the value in the custom Dropdown field within the QueryBuilder component
12+
- `#I705752` - Resolved an issue where the rule value was incorrect when switching from the 'in' operator to the 'notin' operator, particularly when the dataSource property was not configured in the Query Builder.
13+
514
## 29.1.39 (2025-04-22)
615

716
### QueryBuilder

components/richtexteditor/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- `#I698253` - Now, The issue with the page becoming unresponsive when removing inline code in the RichTextEditor has been resolved.
1212
- `#I709931` - Now, when pasting content into the Rich Text Editor with the Enter key configuration set to `<br>`, only a single `<br>` tag is inserted instead of the expected two.
1313
- `#I715942` - Now, the issue where setting the value property to null resulted in focus inside the editor has been resolved.
14+
- `#I714681` - Now the issue where the drag and drop file upload popup appeared outside the Rich Text Editor container has been resolved.
1415

1516
## 29.1.39 (2025-04-22)
1617

components/richtexteditor/package.json

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

components/schedule/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 29.1.41 (2025-05-06)
6+
7+
### Schedule
8+
9+
- `I703204` - Memory leak issue with the current time indicator has been resolved.
10+
- `F716483` - The issue with the `renderCell` event not being triggered in the Timeline views has been resolved.
11+
- `#I716164` - The issue with CSP occurring in the Schedule component on Firefox has been resolved.
12+
513
## 29.1.38 (2025-04-15)
614

715
### Schedule

components/spreadsheet/CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
## [Unreleased]
44

5-
## 29.1.40 (2025-04-29)
5+
## 29.1.41 (2025-05-06)
66

77
### Spreadsheet
88

99
#### Bug fixes
1010

11-
- `#I717013` - Issue with "space key is not working in spreadsheet cell when `enableKeyboardShortcut` is disabled" has been resolved.
11+
- `#I714036` - Issue with "custom data validation formula is not retained as entered when the formula contains `?`" has been resolved.
12+
- `#I709078` - Issue with "double quotes not parsed correctly in nested formulas using & for string concatenation" has been resolved.
13+
14+
- `#I706866` - Issue with "exception occurring while importing an Excel file containing an external reference and a custom function in a defined name" has been resolved.
1215

1316
## 29.1.39 (2025-04-22)
1417

@@ -1382,7 +1385,15 @@ The Spreadsheet is an user interactive component to organize and analyze data in
13821385
- **Save:** Provides option to save spreadsheet data as excel file.
13831386
- **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
13841387
- **Localization:** Provides inherent support to localize the UI.
1385-
- **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.## 21.1.39 (2023-04-11)
1388+
- **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.## 29.1.40 (2025-04-29)
1389+
1390+
### Spreadsheet
1391+
1392+
#### Bug fixes
1393+
1394+
- `#I717013` - Issue with "space key is not working in spreadsheet cell when `enableKeyboardShortcut` is disabled" has been resolved.
1395+
1396+
## 21.1.39 (2023-04-11)
13861397

13871398
### Spreadsheet
13881399

components/spreadsheet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-spreadsheet",
3-
"version": "29.1.39",
3+
"version": "29.1.40",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)