Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 978f4c5

Browse files
author
pipeline
committed
v29.2.10 is released
1 parent 68c240d commit 978f4c5

File tree

36 files changed

+168
-28
lines changed

36 files changed

+168
-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.8 (2025-06-03)
5+
## 29.2.10 (2025-06-10)
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.8 (2025-06-03)
5+
## 29.2.10 (2025-06-10)
66

77
### Switch
88

‎components/calendars/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.10 (2025年06月10日)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I715669` - Resolved an issue where the duplicate change event triggers when opening a `dialog` from the DatePicker change event.
12+
513
## 29.2.5 (2025年05月21日)
614

715
### DatePicker

‎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.10 (2025年06月10日)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I730840` - The console warning for the shared tooltip in trend line will no longer occurs.
12+
513
## 29.2.8 (2025年06月03日)
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.5",
3+
"version": "29.2.8",
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.8 (2025-06-03)
5+
## 29.2.10 (2025-06-10)
66

77
### Diagram
88

‎components/documenteditor/CHANGELOG.md‎

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

33
## [Unreleased]
44

5+
## 29.2.10 (2025年06月10日)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I681319` - Fixed content overlapping issue when pasting inside a table cell.
12+
- `#I728184` - Fixed table layout issue when the table height type is set to `Exactly`.
13+
- `#I722688` - Fixed list formatting issues in documents with duplicate abstract list collections.
14+
- `#I724060` - Fixed a script error that occurred when pasting content into merged cells.
15+
- `#I709787` - Improved rendering performance by reducing unnecessary re-rendering in Document Editor.
16+
- `#I723846` - Fixed a stack overflow error caused by recursive processing of a large number of paragraphs.
17+
- `#I723712` - Fixed incorrect offset calculation for space elements when inserting text at the beginning of a line.
18+
519
## 29.2.8 (2025年06月03日)
620

721
### 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.5",
3+
"version": "29.2.8",
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: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,22 @@
22

33
## [Unreleased]
44

5+
## 29.2.10 (2025年06月10日)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I731530` - Resolved an issue where the popup displayed skeletons upon reopening when using virtualization and checkbox mode.
12+
513
## 29.2.8 (2025年06月03日)
614

15+
### DropDownTree
16+
17+
#### Bug Fixes
18+
19+
- `#I725718` - Issue with "Selected item disappears visually on continued search input after selection in Dropdown Tree" has been resolved.
20+
721
### MultiSelect
822

923
#### Bug Fixes
@@ -462,7 +476,7 @@
462476

463477
#### Bug Fixes
464478

465-
- `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved.
479+
- `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved.
466480

467481
## 19.3.53 (2021年11月12日)
468482

@@ -496,7 +510,7 @@
496510

497511
- `#F169190` - The issue with "The Dropdown tree is not focused while pressing single tab key" has been resolved.
498512

499-
- `#I341135` - The issue with "The Dropdown Tree selected items are misaligned while adding the `e-outline` and `e-filled` CSS classes" has been resolved.
513+
- `#I341135` - The issue with "The Dropdown Tree selected items are misaligned while adding the `e-outline` and `e-filled` CSS classes" has been resolved.
500514

501515
## 19.3.45 (2021年10月12日)
502516

@@ -2045,7 +2059,7 @@ The ListBox is a graphical user interface component used to display a list of it
20452059

20462060
- custom value support has been given in MultiSelect when the filtering is enabled instead of 'no records found' template.
20472061

2048-
- The issue, 'Input is rendered again on typing while resetting value from null with remote data and custom value as true.' has been fixed.
2062+
- The issue, 'Input is rendered again on typing while resetting value from null with remote data and custom value as true.' has been fixed.
20492063

20502064
- The issue, 'Enable persistence is not working properly when all the items in the list are selected.' has been fixed.
20512065

@@ -2315,7 +2329,7 @@ MultiSelect component contains a list of predefined values from which a multiple
23152329

23162330
- **Custom Value** - Allows user to select a new custom value.
23172331

2318-
- **Accessibility** - Provided with built-in accessibility support which helps to access all the MultiSelect component features through the keyboard, screen readers, or other assistive technology devices.
2332+
- **Accessibility** - Provided with built-in accessibility support which helps to access all the MultiSelect component features through the keyboard, screen readers, or other assistive technology devices.
23192333

23202334
### ComboBox
23212335

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /