diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index fca4e07a..1248171e 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 25.2.5 (2024-05-21) +## 25.2.6 (2024-05-28) ### Barcode diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index dc7d041d..ff2b9557 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.2.6 (2024-05-28) + +### Switch + +#### Bug Fixes + +- `#593165` - The issue with "`tabindex HtmlAttributes` property is not properly set on the switch input element." has been resolved. + ## 25.2.4 (2024-05-14) ### Checkbox diff --git a/components/calendars/package.json b/components/calendars/package.json index 241a929e..a33089e1 100644 --- a/components/calendars/package.json +++ b/components/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-calendars", - "version": "25.2.4", + "version": "25.2.5", "description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/charts/CHANGELOG.md b/components/charts/CHANGELOG.md index e075a3b8..e2f87fed 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.2.6 (2024-05-28) + +### Chart + +#### Bug Fixes + +- `#I592273` - An empty tooltip will no longer be displayed when the cancel argument is enabled in the shared tooltip event. + ## 25.2.5 (2024-05-21) ### Accumulation Chart diff --git a/components/charts/package.json b/components/charts/package.json index 9e1e043d..c07537e3 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-charts", - "version": "25.2.4", + "version": "25.2.5", "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/diagrams/package.json b/components/diagrams/package.json index eebf9c4e..49eb0534 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-diagrams", - "version": "25.2.4", + "version": "25.2.5", "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", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/documenteditor/CHANGELOG.md b/components/documenteditor/CHANGELOG.md index e2cd1521..5921cef6 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 25.2.6 (2024-05-28) + +### DocumentEditor + +#### Bug Fixes + +- `#I588344` - Resolved the content overlapping issue when editing multi column document. +- `#I586107` - Resolved the script error when inserting image. +- `#I585401` - Resolved the tab anchor issue in ruler when right clicking on it. +- `#I586654` - Resolved the strange indentation behaviour when editing list item. + ## 25.2.5 (2024-05-21) ### DocumentEditor diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index d6687150..03f2494c 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-documenteditor", - "version": "25.2.4", + "version": "25.2.5", "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 50f01651..0bd6a758 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,10 +2,21 @@ ## [Unreleased] +## 25.2.6 (2024-05-28) + +### MultiSelect + +#### Bug Fixes + +- `#I577257` - Fixed issue with incorrect binding of value property to MultiSelect. + ## 25.2.5 (2024-05-21) ### DropDownTree +#### Bug Fixes + +- `#I589141` - The Dropdown Tree component now includes tab focus support for the "Select All" checkbox element. With this enhancement, pressing the Tab key will move the focus to the "Select All" checkbox, and pressing Shift+Tab will move the focus back to the "Select All" checkbox during backward navigation. - `#I586376` - Trigger the "select" event instantly after the item selection in Dropdown Tree popup. ### MultiSelect diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index 32dab08d..cb0725e1 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-dropdowns", - "version": "25.2.4", + "version": "25.2.5", "description": "Essential JS 2 DropDown Components for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/filemanager/CHANGELOG.md b/components/filemanager/CHANGELOG.md index 1576dcf7..bc519866 100644 --- a/components/filemanager/CHANGELOG.md +++ b/components/filemanager/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased] -## 25.2.5 (2024-05-21) +## 25.2.6 (2024-05-28) + +### FileManager + +#### Bug Fixes + +- `#I590909` - Resolved the file selection issue when enabling the virtualization support in the File Manager component. + +## 25.2.3 (2024-05-08) ### FileManager diff --git a/components/filemanager/package.json b/components/filemanager/package.json index cb043b3e..e2261d2a 100644 --- a/components/filemanager/package.json +++ b/components/filemanager/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-filemanager", - "version": "25.1.40", + "version": "25.2.3", "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 99109145..7390abfa 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,22 @@ ## [Unreleased] +## 25.2.6 (2024-05-28) + +### GanttChart + +#### Bug fixes + +- `#I587507` - Custom value task type does not render initially issue has been fixed. +- `#I586668` - When the context menu is used to add a record task index position value changes issue has been fixed. +- `#I591687` - Dependency value not get updated issue has been fixed. +- `#I588524` - Custom value in segment not maintained issue has been fixed. +- `#I586548` - Console error occurs when datasource updated dynamically issue has been fixed. +- `#I582746` - Critical path of task connected dependent tasks have not changed to critical issue has been fixed. + +- `#I586668` - When the context menu is used to add a record task index position value changes issue has been fixed. +- `#I586548` - Console error occurs when datasource updated dynamically issue has been fixed. + ## 25.2.5 (2024-05-21) ### GanttChart @@ -13,6 +29,7 @@ - `#I463798` - Parent date changes when Unscheduled task is added issue has been fixed. - `#I582983` - The issue about date miscalculation when dragging the taskbar with timeline virtualization has been fixed. +- `#I582746` - Critical path of task connected dependent tasks have not changed to critical issue has been fixed. - `#I586588` - Console error throws while merging two segments with duration of one day issue has been fixed. ## 25.2.3 (2024-05-08) diff --git a/components/gantt/package.json b/components/gantt/package.json index c74b8c7b..49d82e7a 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-gantt", - "version": "25.2.4", + "version": "25.2.5", "description": "Essential JS 2 Gantt Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/grids/CHANGELOG.md b/components/grids/CHANGELOG.md index 595a4d6b..13b36d79 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 25.2.6 (2024-05-28) + +### Grid + +#### Bug fixes + +- `#I584245` - The problem of deselecting a row programmatically with toggle set to true, without triggering the `rowDeselecting` and `rowDeselected` events, and without deselecting the row when there are existing selected rows has been successfully resolved. +- `#I580119` - Resolved the issue where the `Tooltip` element is not shown in context menu text overflow element. +- `#I571259` - Resolved the issue with the `selectRow` method when both `virtualization` and `grouping` are enabled. +- `#I587208` - The issue with misalignment of icons when the `headerText` field is empty has been resolved. +- `#I591601` - Resolved the issue where continuous spinner loading when opening the Excel filter dialog after performing the grid's search operation. + ## 25.2.5 (2024-05-21) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index e6307aca..3bdfd947 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-grids", - "version": "25.2.3", + "version": "25.2.5", "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 80ec734f..96f27257 100644 --- a/components/imageeditor/CHANGELOG.md +++ b/components/imageeditor/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 25.2.5 (2024-05-21) +## 25.2.6 (2024-05-28) ### Image Editor diff --git a/components/inputs/CHANGELOG.md b/components/inputs/CHANGELOG.md index fc904ea3..7f8217d3 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.2.6 (2024-05-28) + +### TextBox + +#### Bug Fixes + +- `#I587808` - Fixed an accessibility issue in the Multi Line textbox caused by the role attribute. + ## 25.1.42 (2024-04-30) ### NumericTextBox diff --git a/components/inputs/package.json b/components/inputs/package.json index d393e955..56873af0 100644 --- a/components/inputs/package.json +++ b/components/inputs/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-inputs", - "version": "25.2.3", + "version": "25.2.5", "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/CHANGELOG.md b/components/kanban/CHANGELOG.md index bcafe0e1..5156a1ea 100644 --- a/components/kanban/CHANGELOG.md +++ b/components/kanban/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 25.2.6 (2024-05-28) + +### Kanban + +#### Bug Fixes + +- `#I575728` - Now, Edited values in dialog will reflect in Cards when pressing the enter key in Kanban. +- `I580937` - Now, clicking the save button in the edit dialog works properly in Kanban. + ## 25.1.42 (2024-04-30) ### Kanban diff --git a/components/kanban/package.json b/components/kanban/package.json index 7fc158f4..7a49f293 100644 --- a/components/kanban/package.json +++ b/components/kanban/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-kanban", - "version": "25.1.42", + "version": "25.2.3", "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 fad870b8..e30bbbb1 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 25.2.5 (2024-05-21) +## 25.2.6 (2024-05-28) ### ListView diff --git a/components/maps/package.json b/components/maps/package.json index d0ee3fed..1e820cc4 100644 --- a/components/maps/package.json +++ b/components/maps/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-maps", - "version": "25.2.4", + "version": "25.2.5", "description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index eaae6e3c..c9af09a8 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 25.2.5 (2024-05-21) +## 25.2.6 (2024-05-28) ### ContextMenu diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 9c31f3b5..42751d1d 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased] +## 25.2.6 (2024-05-28) + +### PDF Viewer + +#### Bug Fixes + +- `#I586371` - Now, the page does not become unresponsive when search multiple text. +- `#I586065` - Now, the `isDocumentEdited` API is set to true after making changes in the organize dialog. +- `#I587851` - Now, the signature field saved properly when using the provided code snippet for the customer. +- `#I585582` - Now, the text selection is working properly for OCR documents in client-side rendering. +- `#I586473` - Now, the signature dialog opens properly when using the provided code snippet for the customer on a mobile device. +- `#I574463` - Now, the script error does not occur when updating form fields in non-rendered pages. + ## 25.2.5 (2024-05-21) ### PDF Viewer diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index e5b74392..44e08a70 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pdfviewer", - "version": "25.2.4", + "version": "25.2.5", "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 e4861ea0..c4168c59 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 25.2.6 (2024-05-28) + +### Pivot Table + +#### Bug fixes + +- `#I586835` - When measures have no values, the OLAP pivot table will now be rendered with the correct cell values when drilling down. +- `#I585932` - Date grouping will now work properly when using remote data in a pivot table. + ## 25.2.5 (2024-05-21) ### Pivot Table diff --git a/components/pivotview/package.json b/components/pivotview/package.json index 330b3f98..ad004f31 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pivotview", - "version": "25.2.4", + "version": "25.2.5", "description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/popups/CHANGELOG.md b/components/popups/CHANGELOG.md index b7e90f91..ade52cb1 100644 --- a/components/popups/CHANGELOG.md +++ b/components/popups/CHANGELOG.md @@ -667,6 +667,14 @@ Dialog is a window that displays information to the user, and used to get the us - **Keyboard Interaction** - The Dialog can be intractable through keyboard. +## 25.2.4 (2024-05-14) + +### Dialog + +#### Bug Fixes + +- `#I580008` - Resolved issue with Console error occurring while closing the dialog. + ## 19.1.57 (2021-04-20) ### Popup diff --git a/components/popups/package.json b/components/popups/package.json index d96f5752..c68d5c29 100644 --- a/components/popups/package.json +++ b/components/popups/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-popups", - "version": "25.2.3", + "version": "25.2.4", "description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index 3194fb93..cf5b0603 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 25.2.5 (2024-05-21) +## 25.2.4 (2024-05-14) ### QueryBuilder diff --git a/components/querybuilder/package.json b/components/querybuilder/package.json index 028db9b0..db1952e7 100644 --- a/components/querybuilder/package.json +++ b/components/querybuilder/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-querybuilder", - "version": "25.2.3", + "version": "25.2.4", "description": "Essential JS 2 QueryBuilder for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/ribbon/package.json b/components/ribbon/package.json index 8b8f3509..28ddcc23 100644 --- a/components/ribbon/package.json +++ b/components/ribbon/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-ribbon", - "version": "25.2.3", + "version": "25.2.5", "description": "Essential JS 2 Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index e5ab071a..c08dab8b 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 25.2.6 (2024-05-28) + +### RichTextEditor + +#### Bug Fixes + +- `#I588147` - Now, The text `×` should not get converted into `x` when paste from the clipboard into the RichTextEditor. +- `#I582501` - Now, the font size is pasted properly when we copy and paste from MS Word into RichTextEditor. +- `#I586268` - Now, auto-numbering works properly with `enterKey` as `BR` in RichTextEditor. +- `#I564770` - Now, the list type is applied properly to both the parent and the nest list while applying indents in the Rich Text Editor. +- `#I586268` - Now, pressing the Enter key on the side of the image will work properly when `BR` is configured. + ## 25.2.5 (2024-05-21) ### RichTextEditor diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index 1b09cc61..f2d1963c 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-richtexteditor", - "version": "25.2.4", + "version": "25.2.5", "description": "Essential JS 2 RichTextEditor component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/schedule/CHANGELOG.md b/components/schedule/CHANGELOG.md index 216f4fc4..a6d39db1 100644 --- a/components/schedule/CHANGELOG.md +++ b/components/schedule/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased] -## 25.2.5 (2024-05-21) +## 25.2.6 (2024-05-28) + +### Schedule + +#### Bug fixes + +- `#I586530` - The issue with `refreshTemplates` caused alignment issues in resource header has been resolved. + +## 25.2.4 (2024-05-14) ### Schedule diff --git a/components/schedule/package.json b/components/schedule/package.json index 64c989cb..c89de9e4 100644 --- a/components/schedule/package.json +++ b/components/schedule/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-schedule", - "version": "25.2.3", + "version": "25.2.4", "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/splitbuttons/CHANGELOG.md b/components/splitbuttons/CHANGELOG.md index 68cfa86e..fc28a341 100644 --- a/components/splitbuttons/CHANGELOG.md +++ b/components/splitbuttons/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 25.2.5 (2024-05-21) +## 25.2.4 (2024-05-14) ### ButtonGroup diff --git a/components/splitbuttons/package.json b/components/splitbuttons/package.json index 595cec01..94899a90 100644 --- a/components/splitbuttons/package.json +++ b/components/splitbuttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-splitbuttons", - "version": "25.2.3", + "version": "25.2.4", "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json index 1c6a8d8d..2802bb85 100644 --- a/components/spreadsheet/package.json +++ b/components/spreadsheet/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-spreadsheet", - "version": "25.2.4", + "version": "25.2.5", "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/treegrid/CHANGELOG.md b/components/treegrid/CHANGELOG.md index 6466599b..6fbf3dcc 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,12 +2,28 @@ ## [Unreleased] +## 25.2.6 (2024-05-28) + +### Tree Grid + +#### Bug Fixes + +- `#F56915` - Fixed an issue where adding an action while data is being fetched and re-rendered would throw a script error. + ## 25.2.5 (2024-05-21) ### Tree Grid #### Bug Fixes +- `#I585943` - Resolved border not showing on Row Drag and Drop when the height exceeds the current view port. + +## 25.2.4 (2024-05-14) + +### Tree Grid + +#### Bug Fixes + - `#I585348` - Record gets disappeared when adding new record in last page issue has been fixed. - `#I575018` - Resolved `frozenColumns` with virtualization leads to missing records on scrolling. - `#F187800` - Resolved exception on passing the `collpaseRow` and `expandRow` method without parameters. diff --git a/components/treegrid/package.json b/components/treegrid/package.json index 762c7354..530a0f31 100644 --- a/components/treegrid/package.json +++ b/components/treegrid/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-treegrid", - "version": "25.2.3", + "version": "25.2.5", "description": "Essential JS 2 TreeGrid Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license",