Skip to content

Commit 34697e9

Browse files
author
pipeline
committed
v28.2.12 is released
1 parent 924cffe commit 34697e9

File tree

25 files changed

+61
-21
lines changed

25 files changed

+61
-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-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
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-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### TimePicker
88

components/charts/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### Chart
88

components/diagrams/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 28.2.12 (2025-03-19)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I693646` - Node overlapping, stretching, and incorrect positioning will no longer occur in complex hierarchical tree layouts.
12+
513
## 28.2.11 (2025-03-11)
614

715
### Diagram

components/diagrams/package.json

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

components/documenteditor/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 28.2.12 (2025-03-19)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I691095` - Fixed an issue where the `getComments` API returned the same comment ID for both parent and reply comments.
12+
- `#I695884` - Resolved a browser hanging issue caused by table row splitting when opening an attached document.
13+
- `#I691853` - Fixed a list numbering issue in the Document Editor that occurred when pasting content multiple times.
14+
- `#I693444` - Addressed an issue where the toggling of a checkbox content control did not reflect its character format.
15+
- `#I701050` - Fixed a blob document import issue in the Document Editor when using a Docker container.
16+
- `#I689203` - Resolved an issue where content deletion with track changes was not functioning correctly.
17+
- `#I695107` - Fixed a cursor disappearance issue when pressing and holding the arrow button.
18+
519
## 28.2.11 (2025-03-11)
620

721
### DocumentEditor

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "28.2.9",
3+
"version": "28.2.11",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### MultiSelect
88

components/filemanager/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### FileManager
88

components/gantt/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### GanttChart
88

components/grids/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### Grid
88

components/inputs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### Form Validator
88

components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## [Unreleased]
1010

11-
## 28.2.11 (2025-03-11)
11+
## 28.2.12 (2025-03-19)
1212

1313
### Maps
1414

components/multicolumncombobox/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### MultiColumn ComboBox
88

components/navigations/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 28.2.12 (2025-03-19)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I694965` - Resolved an issue where the parent node check state was not maintained in nested data after filtering when Select All was used in the `DropdownTree` component.
12+
513
## 28.2.11 (2025-03-11)
614

715
### ContextMenu

components/navigations/package.json

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

components/pdfviewer/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 28.2.12 (2025-03-19)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I693186` - Now, the Angular change detection event does not trigger continuously while zooming.
12+
- `#I686925` - Now, the text search works correctly when searching for multiple words in Unicode text.
13+
- `#I689380` - Now, the File size will not increase when saving the document without making any changes.
14+
515
## 28.2.11 (2025-03-11)
616

717
### 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-react-pdfviewer",
3-
"version": "28.2.9",
3+
"version": "28.2.11",
44
"description": "Essential JS 2 PDF viewer Component for React",
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-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### Pivot Table
88

components/progressbar/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### ProgressBar
88

components/richtexteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-richtexteditor",
3-
"version": "28.2.9",
3+
"version": "28.2.11",
44
"description": "Essential JS 2 RichTextEditor component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### Schedule
88

components/splitbuttons/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### DropDownButton
88

components/spreadsheet/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### Spreadsheet
88

components/treegrid/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.11 (2025-03-11)
5+
## 28.2.12 (2025-03-19)
66

77
### Tree Grid
88

0 commit comments

Comments
 (0)