Skip to content

Commit 1a10b86

Browse files
author
pipeline
committed
v29.2.11 is released
1 parent 6b22172 commit 1a10b86

File tree

34 files changed

+94
-28
lines changed

34 files changed

+94
-28
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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### Barcode
88

components/base/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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### Common
88

components/buttons/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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### Switch
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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### DatePicker
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.11 (2025-06-17)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I730840` - Now, the column with single point renders properly on date time category axis.
12+
513
## 29.2.10 (2025-06-10)
614

715
### 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-angular-charts",
3-
"version": "29.2.8",
3+
"version": "29.2.10",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 29.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### Diagram
88

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 29.2.11 (2025-06-17)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I717795` - Fixed the duplicate text insertion issue on mobile devices when using a custom keyboard.
12+
- `#I725685` - Resolved the content overlap issue when copying and pasting list content inside a table cell.
13+
- `#I686769` - Fixed the RTL text layout problem in exported DOCX documents.
14+
- `#I682661` - Corrected the `navigateToNextEditingRegion` API to work properly when the selection is outside the editing region.
15+
- `#I728691` - Fixed the duplicate table issue in exported DOCX documents when the spell checker is enabled.
16+
- `#I725974` - Handled alert pop-ups when a dropdown form field list exceeds its maximum limit.
17+
- `#I731469` - Fixed a script error that occurred when double-clicking inside a table cell while using a custom toolbar.
18+
- `#I718435` - Improved performance when inserting text into an auto-fit table.
19+
- `#I723712` - Fixed the text offset issue that occurred when a line starts with a space character.
20+
- `#I731065` - Resolved the bookmark positioning issue when pressing the Enter key if a bookmark ends after a paragraph mark.
21+
- `#I727094` - Fixed the IME text insertion issue when using backward text selection.
22+
- `#I728082` - Resolved the rendering issue of list elements when the paragraph’s hidden property is enabled.
23+
- `#I726625` - Fixed the comment pane behaviour after disabling the restrict editing mode.
24+
- `#I724502`, `#I724504`, `#I725183` - Resolved various issues with content controls during paste and backspace operations.
25+
526
## 29.2.10 (2025-06-10)
627

728
### 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-angular-documenteditor",
3-
"version": "29.2.8",
3+
"version": "29.2.10",
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

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.11 (2025-06-17)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I731138` - Fixed an issue where the MultiSelect Checkbox would unintentionally select all options when navigating with the keyboard after interacting with the `SelectAll` feature.
12+
513
## 29.2.10 (2025-06-10)
614

715
### 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-angular-dropdowns",
3-
"version": "29.2.8",
3+
"version": "29.2.10",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### FileManager
88

components/gantt/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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### GanttChart
88

components/grids/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.2.11 (2025-06-17)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I730086` - Fixed issue where `getSelectedRecords()` did not return previously selected records after using `selectAll` with filtering.
12+
- `#I730853` - Fixed a script error that occurred when dynamically hiding columns in a grid with `lazyLoadGrouping` and `virtualization` enabled.
13+
514
## 29.2.10 (2025-06-10)
615

716
### 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-angular-grids",
3-
"version": "29.2.8",
3+
"version": "29.2.10",
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/imageeditor/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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### Image Editor
88

components/inputs/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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### ColorPicker
88

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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### Dashboard Layout
88

components/lineargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## [Unreleased]
1010

11-
## 29.2.10 (2025-06-10)
11+
## 29.2.11 (2025-06-17)
1212

1313
### LinearGauge
1414

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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### MultiColumn ComboBox
88

components/navigations/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.2.10 (2025-06-10)
5+
## 29.2.8 (2025-06-03)
66

77
### Tab
88

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-angular-navigations",
3-
"version": "29.2.5",
3+
"version": "29.2.8",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/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.2.11 (2025-06-17)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I724481` - Fixed an issue where the current page number not reset properly when `unload` method called.
12+
- `#I723913` - Resolved an issue where text search and `findText` functionalities are not working with the provided document.
13+
- `#I729976` - Fixed an issue where the form fields lagged when zooming in and out with a large number of fields.
14+
- `#I728939` - Fixed an issue where the date time format is not proper when using the `loadCldr` method.
15+
- `#I732950` - Resolved an issue where a memory leak occurred after destroying the PDF viewer.
16+
517
## 29.2.10 (2025-06-10)
618

719
### PDF Viewer

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-angular-pdfviewer",
3-
"version": "29.2.8",
3+
"version": "29.2.10",
44
"description": "Essential JS 2 PDF viewer Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-angular-pivotview",
3-
"version": "29.2.8",
3+
"version": "29.2.10",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/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.2.10 (2025-06-10)
5+
## 29.2.8 (2025-06-03)
66

77
### Dialog
88

components/popups/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-angular-popups",
3-
"version": "29.2.4",
3+
"version": "29.2.8",
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 Angular",
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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### QueryBuilder
88

components/richtexteditor/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.11 (2025-06-17)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I732468` - Now, The issue with the arrow key navigation behaves incorrectly in pasted tables within the Rich Text Editor has now been resolved.
12+
513
## 29.2.10 (2025-06-10)
614

715
### RichTextEditor

components/richtexteditor/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-angular-richtexteditor",
3-
"version": "29.2.8",
3+
"version": "29.2.10",
44
"description": "Essential JS 2 RichTextEditor component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### Schedule
88

components/spreadsheet/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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### Spreadsheet
88

components/treegrid/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.2.10 (2025-06-10)
5+
## 29.2.11 (2025-06-17)
66

77
### Tree Grid
88

0 commit comments

Comments
 (0)