diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index 1248171e..e46081e0 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 25.2.6 (2024-05-28) +## 25.2.7 (2024-06-04) ### Barcode diff --git a/components/buttons/package.json b/components/buttons/package.json index 3ccc5608..814059ed 100644 --- a/components/buttons/package.json +++ b/components/buttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-buttons", - "version": "25.2.4", + "version": "25.2.6", "description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md index 56584d53..77d02770 100644 --- a/components/calendars/CHANGELOG.md +++ b/components/calendars/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 25.2.7 (2024-06-04) + +### DatePicker + +#### Bug Fixes + +- `#I594041` - Fixed an issue where the `tab` key and `escape` key were not functioning correctly. + +### DateTimePicker + +#### Bug Fixes + +- `#I594041` - Fixed an issue where the `tab` key and `escape` key were not functioning correctly. + ## 25.2.5 (2024-05-21) ### TimePicker diff --git a/components/charts/package.json b/components/charts/package.json index c07537e3..23160584 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-charts", - "version": "25.2.5", + "version": "25.2.6", "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", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/documenteditor/CHANGELOG.md b/components/documenteditor/CHANGELOG.md index 5921cef6..362c168a 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 25.2.7 (2024-06-04) + +### DocumentEditor + +#### Bug Fixes + +- `#I586051` - Resolved the script error when passing null value to open API. +- `#F188215` - Resolved the Horizontal scrollbar in Continuous layout type. +- `#I576525` - Resolved the script error issue when inserting bookmarks with the same name. +- `#I578500` - Resolved the hanging and layout issue when split the widow control paragraph inside table. +- `#I588495` - Resolved the hanging issue when opening a document with big image inside table. +- `#I592601` - Resolved a script error when undoing style changes. +- `#I592608` - Resolved a content syncing issue when switching paste options. + ## 25.2.6 (2024-05-28) ### DocumentEditor diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 03f2494c..beb72bea 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-documenteditor", - "version": "25.2.5", + "version": "25.2.6", "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/dropdowns/CHANGELOG.md b/components/dropdowns/CHANGELOG.md index 0bd6a758..9ad8988f 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -8,6 +8,7 @@ #### Bug Fixes +- `#I587743` - Fixed an accessibility issue in MultiSelect to improve usability for all users. - `#I577257` - Fixed issue with incorrect binding of value property to MultiSelect. ## 25.2.5 (2024-05-21) diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index cb0725e1..711e53df 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-dropdowns", - "version": "25.2.5", + "version": "25.2.6", "description": "Essential JS 2 DropDown Components for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/filemanager/package.json b/components/filemanager/package.json index e2261d2a..257ec0ff 100644 --- a/components/filemanager/package.json +++ b/components/filemanager/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-filemanager", - "version": "25.2.3", + "version": "25.2.6", "description": "Essential JS 2 FileManager Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index 7390abfa..490d0f9e 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,22 @@ ## [Unreleased] +## 25.2.7 (2024-06-04) + +### GanttChart + +#### Bug fixes + +- `#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. +- `#I589264` - `updateRecordById` method not working properly when `enableImmutableMode` enabled issue has been fixed. +- `#I590132` - Editing issue for the grid rendered inside a custom column issue has been fixed. +- `#I587961` - Incorrect dependency value while using remote data issue has been fixed. +- `#I586548` - Console error occurs when datasource updated dynamically issue has been fixed. +- `#I565931` - Taskbar render outside the grid line and bottom tier misalign issue has been fixed. +- `#I591024` - Dependency line is not shown on initial load and after edit in virtual mode issue has been fixed. + +- `#I586548` - Console error occurs when datasource updated dynamically issue has been fixed. + ## 25.2.6 (2024-05-28) ### GanttChart diff --git a/components/gantt/package.json b/components/gantt/package.json index 49d82e7a..61f02310 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-gantt", - "version": "25.2.5", + "version": "25.2.6", "description": "Essential JS 2 Gantt Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/grids/package.json b/components/grids/package.json index 3bdfd947..0c418a51 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-grids", - "version": "25.2.5", + "version": "25.2.6", "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/imageeditor/CHANGELOG.md b/components/imageeditor/CHANGELOG.md index 96f27257..53087742 100644 --- a/components/imageeditor/CHANGELOG.md +++ b/components/imageeditor/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 25.2.6 (2024-05-28) +## 25.2.7 (2024-06-04) ### Image Editor diff --git a/components/inputs/package.json b/components/inputs/package.json index 56873af0..bce0aef6 100644 --- a/components/inputs/package.json +++ b/components/inputs/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-inputs", - "version": "25.2.5", + "version": "25.2.6", "description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/kanban/package.json b/components/kanban/package.json index 7a49f293..414e22ab 100644 --- a/components/kanban/package.json +++ b/components/kanban/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-kanban", - "version": "25.2.3", + "version": "25.2.6", "description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index e30bbbb1..a353bc53 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 25.2.6 (2024-05-28) +## 25.2.7 (2024-06-04) ### ListView diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index c9af09a8..0e0ba561 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -4,6 +4,14 @@ ## 25.2.6 (2024-05-28) +### TreeView + +#### Bug Fixes + +- `#I586334` - The issue where the TreeView checkbox state is read twice in the NVDA tool when using the Edge browser has been resolved. + +## 25.2.4 (2024-05-14) + ### ContextMenu #### Bug Fixes diff --git a/components/navigations/package.json b/components/navigations/package.json index 10640ab9..a00e9dea 100644 --- a/components/navigations/package.json +++ b/components/navigations/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-navigations", - "version": "25.2.3", + "version": "25.2.6", "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", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 42751d1d..3377b732 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.2.7 (2024-06-04) + +### PDF Viewer + +#### Bug Fixes + +- `#I583706` - Now, the PDF Viewer scroll bar was not updated after deleting the existing value using API from the signature field. + ## 25.2.6 (2024-05-28) ### PDF Viewer diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index 44e08a70..d0e82356 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pdfviewer", - "version": "25.2.5", + "version": "25.2.6", "description": "Essential JS 2 PDF viewer Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/pivotview/CHANGELOG.md b/components/pivotview/CHANGELOG.md index c4168c59..e6a87605 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 25.2.6 (2024-05-28) +## 25.2.7 (2024-06-04) ### Pivot Table diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index cf5b0603..6f8161dd 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.2.7 (2024-06-04) + +### QueryBuilder + +#### Bug Fixes + +- `#I887637` - Issue with Script error thrown in QueryBuilder when `clicking` the button group component in header template has been fixed. + ## 25.2.4 (2024-05-14) ### QueryBuilder diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index c08dab8b..e9799fd5 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 25.2.7 (2024-06-04) + +### RichTextEditor + +#### Bug Fixes + +- `#I590215` - Now, clicking the cancel and close icon of the insert image dialog while uploading the image will cancel the image uploading API request. +- `#I592457` - Now, when pasting an image in an empty paragraph with a `br` tag inside, the `br` tag is removed after the image is pasted in the Rich Text Editor.. + ## 25.2.6 (2024-05-28) ### RichTextEditor diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index f2d1963c..c6f5c669 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-richtexteditor", - "version": "25.2.5", + "version": "25.2.6", "description": "Essential JS 2 RichTextEditor component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/schedule/package.json b/components/schedule/package.json index c89de9e4..15782064 100644 --- a/components/schedule/package.json +++ b/components/schedule/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-schedule", - "version": "25.2.4", + "version": "25.2.6", "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/treegrid/CHANGELOG.md b/components/treegrid/CHANGELOG.md index 6fbf3dcc..b97df2b1 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 25.2.6 (2024-05-28) +## 25.2.7 (2024-06-04) ### Tree Grid