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

Appearance settings

Commit 549d534

Browse filesBrowse files
author
pipeline
committed
v28.2.12 is released
1 parent 75d1f74 commit 549d534
Copy full SHA for 549d534

File tree

Expand file treeCollapse file tree

24 files changed

+60
-20
lines changed
Filter options
Expand file treeCollapse file tree

24 files changed

+60
-20
lines changed

‎components/barcodegenerator/CHANGELOG.md

Copy file name to clipboardExpand all lines: components/barcodegenerator/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: components/calendars/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: components/charts/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: components/diagrams/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: components/diagrams/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/documenteditor/CHANGELOG.md

Copy file name to clipboardExpand all lines: components/documenteditor/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: components/documenteditor/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/dropdowns/CHANGELOG.md

Copy file name to clipboardExpand all lines: components/dropdowns/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: components/filemanager/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: components/gantt/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: components/grids/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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/maps/CHANGELOG.md

Copy file name to clipboardExpand all lines: components/maps/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## [Unreleased]
1212

13-
## 28.2.11 (2025-03-11)
13+
## 28.2.12 (2025-03-19)
1414

1515
### Maps
1616

‎components/multicolumncombobox/CHANGELOG.md

Copy file name to clipboardExpand all lines: components/multicolumncombobox/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: components/navigations/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: components/navigations/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/pdfviewer/CHANGELOG.md

Copy file name to clipboardExpand all lines: components/pdfviewer/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: components/pdfviewer/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pdfviewer",
3-
"version": "28.2.9",
3+
"version": "28.2.11",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/pivotview/CHANGELOG.md

Copy file name to clipboardExpand all lines: components/pivotview/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: components/progressbar/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: components/richtexteditor/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-richtexteditor",
3-
"version": "28.2.9",
3+
"version": "28.2.11",
44
"description": "Essential JS 2 RichTextEditor component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/schedule/CHANGELOG.md

Copy file name to clipboardExpand all lines: components/schedule/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: components/splitbuttons/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: components/spreadsheet/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: components/treegrid/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.