Skip to content

Commit c5ce3da

Browse files
author
pipeline
committed
v29.1.41 is released
1 parent bd4859f commit c5ce3da

File tree

29 files changed

+132
-21
lines changed

29 files changed

+132
-21
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-angular-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 Angular",
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-angular-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 Angular",
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-angular-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 Angular",
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

+15-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
16+
517
## 29.1.40 (2025-04-29)
618

719
### GanttChart
@@ -13,7 +25,9 @@
1325
- `#I704334` - Misalignment of text and image in column templates during PDF export when columns are added dynamically issue has been fixed.
1426
- `#I706560` - Resolved an issue in PDF export where event markers, grid lines, and holiday labels extended beyond the last visible record. These elements now correctly render only up to the final visible record in the Gantt chart.
1527

16-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
28+
- `#I709433` - Resolved an issue where, with `dayWorkingTime` set to 24 hours and `autoCalculateDateScheduling` disabled, the taskbar rendered incorrect dates that did not align with the data source.
29+
- `#I712599` - Task label misalignment occurs in the PDF export when using `taskMode` set to manual issue has been fixed.
30+
- `#I704334` - Misalignment of text and image in column templates during PDF export when columns are added dynamically issue has been fixed.
1731

1832
## 29.1.39 (2025-04-22)
1933

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-gantt",
3-
"version": "29.1.39",
3+
"version": "29.1.40",
44
"description": "Essential JS 2 Gantt Component for Angular",
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-angular-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 Angular",
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-angular-multicolumn-combobox",
3-
"version": "27.1.48",
3+
"version": "29.1.40",
44
"description": "Essential JS 2 Component for Angular",
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-angular-pdfviewer",
3-
"version": "29.1.39",
3+
"version": "29.1.40",
44
"description": "Essential JS 2 PDF viewer Component for Angular",
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/ribbon/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
### Ribbon
88

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-angular-richtexteditor",
3-
"version": "29.1.39",
3+
"version": "29.1.40",
44
"description": "Essential JS 2 RichTextEditor component for Angular",
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

+12-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
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-
- `#I705510` - Issue with "#value error occurs when concatenating nested formulas with text using '&' in formula " 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.
1213

1314
## 29.1.39 (2025-04-22)
1415

@@ -1382,7 +1383,15 @@ The Spreadsheet is an user interactive component to organize and analyze data in
13821383
- **Save:** Provides option to save spreadsheet data as excel file.
13831384
- **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
13841385
- **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.## 27.1.48 (2024-09-18)
1386+
- **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)
1387+
1388+
### Spreadsheet
1389+
1390+
#### Bug fixes
1391+
1392+
- `#I705510` - Issue with "#value error occurs when concatenating nested formulas with text using '&' in formula " has been resolved.
1393+
1394+
## 27.1.48 (2024-09-18)
13861395

13871396
### Spreadsheet
13881397

components/spreadsheet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)