Skip to content

Commit 744d2eb

Browse files
author
pipeline
committed
v25.2.7 is released
1 parent 5b4d9dc commit 744d2eb

File tree

26 files changed

+96
-18
lines changed

26 files changed

+96
-18
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-
## 25.2.6 (2024-05-28)
5+
## 25.2.7 (2024-06-04)
66

77
### Barcode
88

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": "25.2.4",
3+
"version": "25.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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 25.2.7 (2024-06-04)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I594041` - Fixed an issue where the `tab` key and `escape` key were not functioning correctly.
12+
13+
### DateTimePicker
14+
15+
#### Bug Fixes
16+
17+
- `#I594041` - Fixed an issue where the `tab` key and `escape` key were not functioning correctly.
18+
519
## 25.2.5 (2024-05-21)
620

721
### TimePicker

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": "25.2.5",
3+
"version": "25.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/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+
## 25.2.7 (2024-06-04)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I586051` - Resolved the script error when passing null value to open API.
12+
- `#F188215` - Resolved the Horizontal scrollbar in Continuous layout type.
13+
- `#I576525` - Resolved the script error issue when inserting bookmarks with the same name.
14+
- `#I578500` - Resolved the hanging and layout issue when split the widow control paragraph inside table.
15+
- `#I588495` - Resolved the hanging issue when opening a document with big image inside table.
16+
- `#I592601` - Resolved a script error when undoing style changes.
17+
- `#I592608` - Resolved a content syncing issue when switching paste options.
18+
519
## 25.2.6 (2024-05-28)
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-vue-documenteditor",
3-
"version": "25.2.5",
3+
"version": "25.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",

components/dropdowns/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#### Bug Fixes
1010

11+
- `#I587743` - Fixed an accessibility issue in MultiSelect to improve usability for all users.
1112
- `#I577257` - Fixed issue with incorrect binding of value property to MultiSelect.
1213

1314
## 25.2.5 (2024-05-21)

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-vue-dropdowns",
3-
"version": "25.2.5",
3+
"version": "25.2.6",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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-filemanager",
3-
"version": "25.2.3",
3+
"version": "25.2.6",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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+
## 25.2.7 (2024-06-04)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I588548` - Taskbar template not working with `enableMultitaskbar` feature issue has been fixed.- `#I590430` - Delete dependency button in context menu not showing for parent taskbar issue has been fixed.
12+
- `#I589264` - `updateRecordById` method not working properly when `enableImmutableMode` enabled issue has been fixed.
13+
- `#I590132` - Editing issue for the grid rendered inside a custom column issue has been fixed.
14+
- `#I587961` - Incorrect dependency value while using remote data issue has been fixed.
15+
- `#I586548` - Console error occurs when datasource updated dynamically issue has been fixed.
16+
- `#I565931` - Taskbar render outside the grid line and bottom tier misalign issue has been fixed.
17+
- `#I591024` - Dependency line is not shown on initial load and after edit in virtual mode issue has been fixed.
18+
19+
- `#I586548` - Console error occurs when datasource updated dynamically issue has been fixed.
20+
521
## 25.2.6 (2024-05-28)
622

723
### GanttChart

0 commit comments

Comments
 (0)