Skip to content

Commit 022a2a2

Browse files
author
pipeline
committed
v28.2.7 is released
1 parent 90ac004 commit 022a2a2

File tree

37 files changed

+157
-25
lines changed

37 files changed

+157
-25
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.6 (2025-02-18)
5+
## 28.2.7 (2025-02-25)
66

77
### Barcode
88

components/buttons/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.7 (2025-02-25)
6+
7+
### Button
8+
9+
#### Bug Fixes
10+
11+
- `#I692936` - The issue with "Script error thrown while destroying the button due to extra space in cssClass property" has been resolved.
12+
513
## 28.2.6 (2025-02-18)
614

715
### Checkbox

components/buttons/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-vue-buttons",
3-
"version": "28.2.3",
3+
"version": "28.2.6",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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+
## 28.2.7 (2025-02-25)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I688316` - Fixed an issue where the month was not updating correctly when typing quickly.
12+
513
## 28.1.41 (2025-01-21)
614

715
### DatePicker

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### Accumulation Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I691821` - The accumulation chart rendering performance has been improved.
12+
13+
## 28.2.6 (2025-02-18)
14+
15+
### Chart
16+
17+
#### Bug Fixes
18+
19+
- `#I691577` - Now, mouse wheel zooming works properly in the Firefox browser.
20+
521
## 28.2.5 (2025-02-11)
622

723
### 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-vue-charts",
3-
"version": "28.2.5",
3+
"version": "28.2.6",
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 Vue",
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.6 (2025-02-18)
7+
## 28.2.7 (2025-02-25)
88

99
### Circular Gauge
1010

components/diagrams/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-vue-diagrams",
3-
"version": "28.2.3",
3+
"version": "28.2.6",
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

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.7 (2025-02-25)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I682091` - Fixed a document corruption issue when applying a custom style and exporting to Docx.
12+
- `#I683126` - Fixed a script error that occurred when performing undo, delete, and reject actions on track changes content.
13+
- `#I691258` - Fixed an issue where undoing the deletion of list items did not work correctly with track changes enabled.
14+
- `#I687962` - Fixed incorrect behaviour when applying "Capitalize Each Word" to sentences containing multiple words with apostrophes.
15+
- `#I683579` - Fixed a spell checker issue that occurred when track changes were enabled on combined insertion and deletion content.
16+
- `#I688793` - Fixed a script error that occurred when opening an SFDT document containing track changes content.
17+
518
## 28.2.6 (2025-02-18)
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-vue-documenteditor",
3-
"version": "28.2.5",
3+
"version": "28.2.6",
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",

0 commit comments

Comments
 (0)