Skip to content

Commit a647b3e

Browse files
author
pipeline
committed
v29.2.11 is released
1 parent 978f4c5 commit a647b3e

File tree

32 files changed

+92
-26
lines changed

32 files changed

+92
-26
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/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-react-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 React",
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-react-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 React",
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-react-dropdowns",
3-
"version": "29.2.8",
3+
"version": "29.2.10",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)