Skip to content

Commit c1f315b

Browse files
author
pipeline
committed
v28.2.4 is released
1 parent a181c4e commit c1f315b

File tree

43 files changed

+186
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+186
-33
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-
## 28.2.3 (2025-01-29)
5+
## 28.2.4 (2025-02-04)
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-
## 28.2.3 (2025-01-29)
5+
## 28.2.4 (2025-02-04)
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-
## 28.2.3 (2025-01-29)
5+
## 28.2.4 (2025-02-04)
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-
## 28.2.3 (2025-01-29)
5+
## 28.2.4 (2025-02-04)
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+
## 28.2.4 (2025-02-04)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I681285` - Chart performance has been optimized when using the data label template.
12+
513
## 28.2.3 (2025-01-29)
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": "28.1.41",
3+
"version": "28.2.3",
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/circulargauge/CHANGELOG.md

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

55
## [Unreleased]
66

7-
## 28.2.3 (2025-01-29)
7+
## 28.2.4 (2025-02-04)
88

99
### Circular Gauge
1010

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.4 (2025-02-04)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I680965` - Fixed document corruption when opening a client-side exported DOCX in Microsoft Word.
12+
- `#I681505` - Fixed issues with programmatically added comment replies and text range selection in the Document Editor.
13+
- `#I684705` - Fixed wavy underline rendering issue for non-misspelled words when pressing backspace.
14+
- `#I680849` - Fixed missing split cell content when a row spans multiple pages.
15+
- `#I667699` - Fixed missing content in shapes after copying and pasting the entire content, followed by server-side DOCX export.
16+
- `#I678996`, `#I678997`, `#I678999` - Fixed script errors when accepting track changes in list paragraphs and table paragraphs.
17+
518
## 28.1.39 (2024-01-14)
619

720
### 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": "28.1.39",
3+
"version": "28.2.3",
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,30 @@
22

33
## [Unreleased]
44

5+
## 28.2.4 (2025-02-04)
6+
7+
### DropDownTree
8+
9+
#### Bug Fixes
10+
11+
- `#I679000` - An issue with react Dropdown Tree `CustomTemplate` when the state updates in the change event has been resolved.
12+
13+
- `#I681727` - An issue with selection and `CustomTemplate` not updating after filtering in Dropdown Tree component has been resolved.
14+
15+
### MultiSelect
16+
17+
#### Bug Fixes
18+
19+
- `#I681861` - Fixed an issue where the popup would detach from the control when virtualization was enabled during filtering.
20+
521
## 28.2.3 (2025-01-29)
622

23+
### ListBox
24+
25+
#### Bug Fixes
26+
27+
- `#I933368` - Issue with "Filter input loss focus if the last letter is removed using backspace in listbox" has been resolved.
28+
729
### MultiSelect
830

931
#### Bug Fixes

0 commit comments

Comments
 (0)