diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index 70183882..7fac8d8e 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 25.1.39 (2024-04-09) +## 25.1.40 (2024-04-16) ### Barcode diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index a83ba506..45f9f965 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.1.39 (2024-04-09) + +### Checkbox + +#### Bug Fixes + +- `#I574511` - The issue with "script error thrown while clicking the checkbox through JS." has been resolved. + ## 25.1.35 (2024-03-15) ### Checkbox diff --git a/components/buttons/package.json b/components/buttons/package.json index 9dde5fed..6047a405 100644 --- a/components/buttons/package.json +++ b/components/buttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-buttons", - "version": "25.1.35", + "version": "25.1.39", "description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md index a987019e..5d9e2af0 100644 --- a/components/calendars/CHANGELOG.md +++ b/components/calendars/CHANGELOG.md @@ -2,13 +2,13 @@ ## [Unreleased] -## 25.1.39 (2024-04-09) +## 25.1.40 (2024-04-16) -### DateTimePicker +### DatePicker #### Bug Fixes -- `#I572932` - Resolved issue where users were unable to enter the date manually as it automatically moved focus to the next field when pressing a key. +- `#I572913` - Resolved the console error that occurred when dynamically showing the popup on focus out. ## 25.1.37 (2024-03-26) @@ -1172,6 +1172,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24 - **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices. +## 25.1.39 (2024-04-09) + +### DateTimePicker + +#### Bug Fixes + +- `#I572932` - Resolved issue where users were unable to enter the date manually as it automatically moved focus to the next field when pressing a key. + ## 19.2.46 (2021-07-06) ### DatePicker diff --git a/components/calendars/package.json b/components/calendars/package.json index 7017fa76..f4fc7777 100644 --- a/components/calendars/package.json +++ b/components/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-calendars", - "version": "25.1.37", + "version": "25.1.39", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/charts/CHANGELOG.md b/components/charts/CHANGELOG.md index f3357d99..6d88e133 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### Chart + +#### Bug Fixes + +- `#I574804` - Now, the title is wrapped properly when it exits the chart in wrap mode. +- `#I573884` - Now, all legend items with the same value in point mode will render properly. + ## 25.1.39 (2024-04-09) ### Chart diff --git a/components/charts/package.json b/components/charts/package.json index fc8cd9f4..eeae51c3 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-charts", - "version": "25.1.38", + "version": "25.1.39", "description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index 2ca0cfdc..b5dc2258 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### Diagram + +#### Bug Fixes + +- `#FB51986` - Now, The Diagram is rendered with swimlane when passing element container as a second parameter. +- `#FB52116` - Now, The user handle is not visible while dragging the node/connector. +- `#I570099` - Now, Phase is selectable after deleting first phase without swimlane header. +- `#I51986` - Now, aria-label value is added in text edit mode for annotation resolving accessibility error. +- `#I561938` - Now, the connectors routed properly with shortest routing distance while using enable routing. +- `#I568115` - Prevented overlapping of Nodes during collapse of multiple nodes with Layout Animation. +- `#FB52027` - Now, the text edit for Bpmn text annotation working properly. + ## 25.1.39 (2024-04-09) ### Diagram @@ -9,7 +23,6 @@ #### Bug Fixes - `#I570446` - Now, zoom in and zoom out works properly while setting canZoomOut as true. -- `#I561938` - Now, the connectors routed properly with shortest routing distance while using enable routing. - `#I565099` - Now, the undo redo works properly for swimlane after cut and delete. ## 25.1.38 (2024-04-02) diff --git a/components/diagrams/package.json b/components/diagrams/package.json index 2b4a5460..d8c0842e 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-diagrams", - "version": "25.1.38", + "version": "25.1.39", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 52a6ac77..999c3841 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-documenteditor", - "version": "25.1.38", + "version": "25.1.39", "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/dropdowns/CHANGELOG.md b/components/dropdowns/CHANGELOG.md index a6c85c9a..bcfcb665 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,12 +2,28 @@ ## [Unreleased] -## 25.1.39 (2024-04-09) +## 25.1.40 (2024-04-16) ### ListBox #### Bug Fixes +- `#I565976` - Issue with "The getSortedList data not update correctly while removeItem method after drag and drop action in listbox" has been resolved. + +## 25.1.39 (2024-04-09) + +### AutoComplete + +#### Bug Fixes + +- `#I556993` - Resolved the issue in Autocomplete where the highlight selection was not removed after selecting a value from the dropdown when autofill was enabled. + +### ListBox + +#### Bug Fixes + +- `#I566450` - Issue with "When clicking moveAllTo toolbar, the disabled item is also moved to the listbox" has been resolved. +- `#I575330` - Issue with "Script error thrown in listbox while drag and drop hover on textbox element" has been resolved. - `#I565976` - Issue with "The getSortedList and getDataList method datasource order is not proper while using addItems, removeItem method and change their position using drag and drop" has been resolved. ### DropDownTree diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index 4141a1f1..e2cccb0b 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-dropdowns", - "version": "25.1.37", + "version": "25.1.39", "description": "Essential JS 2 DropDown Components for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/filemanager/CHANGELOG.md b/components/filemanager/CHANGELOG.md index bdece84a..54e8c2c8 100644 --- a/components/filemanager/CHANGELOG.md +++ b/components/filemanager/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### FileManager + +#### Bug Fixes + +- `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved. + ## 25.1.39 (2024-04-09) ### FileManager @@ -10,6 +18,7 @@ - `#I574481` - The issue with context menu items not getting disabled when menu items contain spaces in the File Manager component has been resolved. - `#I573974` - The console error while trying to persist the deleted file in the File Manager component has been resolved. +- `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved. ## 25.1.38 (2024-04-02) diff --git a/components/filemanager/package.json b/components/filemanager/package.json index 28f06641..de36d93c 100644 --- a/components/filemanager/package.json +++ b/components/filemanager/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-filemanager", - "version": "25.1.38", + "version": "25.1.39", "description": "Essential JS 2 FileManager Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index a49a9591..dbea084b 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,12 +2,27 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### GanttChart + +#### Bug fixes + +- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed. +- `#I577383` - Predecessor not validated properly for parent task issue has been fixed. +- `#I574986` - Console error occurs while adding segments via dialog in Gantt issue has been fixed. +- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed. + +- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed. +- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed. + ## 25.1.39 (2024-04-09) ### GanttChart #### Bug fixes +- `#I574841` - Console error occurs while opening dialog where fields and column are different. - `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed. - `#I568101` - The Gantt search toolbar item is not working in mobile mode issue has been fixed. - `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed. @@ -15,6 +30,7 @@ - `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed. - `#I575577`,`#I575505`,`#I576464` - Console error occurred when dynamically changing the data source and other properties of the Gantt chart via button click has been fixed. +- `#I574841` - Console error occurs while opening dialog where fields and column are different. - `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed. - `#I568101` - The Gantt search toolbar item is not working in mobile mode issue has been fixed. - `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed. diff --git a/components/gantt/package.json b/components/gantt/package.json index 0df6e59e..a26d1fe5 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-gantt", - "version": "25.1.38", + "version": "25.1.39", "description": "Essential JS 2 Gantt Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/grids/CHANGELOG.md b/components/grids/CHANGELOG.md index 989ce09c..8a8e869a 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### Grid + +#### Bug fixes + +- `#I577961` - The issue where checkbox selection was not working properly upon touching the header checkbox has been fixed. +- `#FB52524` - Script error thrown when refreshing `aggregateModule` with grouping has been fixed. +- `#I576058` - The issue with validation message positioning in dialog edit mode with frozen columns has been resolved. +- `#I576570` - The issue where command column buttons were removed upon deleting a record in the infinite scrolling grid has been fixed. + ## 25.1.39 (2024-04-09) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index 19db2d30..cee7fd73 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-grids", - "version": "25.1.38", + "version": "25.1.39", "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/imageeditor/CHANGELOG.md b/components/imageeditor/CHANGELOG.md index db834bd6..636d1290 100644 --- a/components/imageeditor/CHANGELOG.md +++ b/components/imageeditor/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### Image Editor + +#### Bug Fixes + +- The issue with "content and close icon not proper in alert dialog of the ImageEditor" has been resolved. + ## 25.1.39 (2024-04-09) ### Image Editor diff --git a/components/imageeditor/package.json b/components/imageeditor/package.json index 5a7dfa6d..197171df 100644 --- a/components/imageeditor/package.json +++ b/components/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-image-editor", - "version": "25.1.38", + "version": "25.1.39", "description": "Essential JS 2 ImageEditor for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/inputs/CHANGELOG.md b/components/inputs/CHANGELOG.md index 04cb1170..43d08daf 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### Uploader + +#### Bug Fixes + +- `#I571768` - Resolved Console error that occurred when uploading a file with button click without showFileList. + ## 25.1.38 (2024-04-02) ### ColorPicker diff --git a/components/lineargauge/CHANGELOG.md b/components/lineargauge/CHANGELOG.md index ec0384a6..ea49bcec 100644 --- a/components/lineargauge/CHANGELOG.md +++ b/components/lineargauge/CHANGELOG.md @@ -11,6 +11,14 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### LinearGauge + +#### Bug Fixes + +- `#I573933` - The tooltips will now be properly aligned with the axis line when the `offset` property is set in the axis line. + ## 18.3.47 (2020-11-05) ### LinearGauge diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index 6bc5ece2..506404a9 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -11,6 +11,15 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### Maps + +#### Bug Fixes + +- `#I566503` - The slight variation between the sublayer shape map and tile images of the online map in the base layer is now properly synchronized when panning the Maps. +- `#F186927` - The pinch zooming will now work properly for the online maps, which zoom in and out by a factor of 1. + ## 25.1.37 (2024-03-26) ### Maps diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index a87aac36..4e599165 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,6 +2,26 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### TreeView + +#### Bug Fixes + +- `#I572876` - The issue with "The checkbox state are not read by the screen reader in the TreeView component with edge browser" has been resolved. + +### Stepper + +#### Bug Fixes + +- `#I570244` - The issue with stepper component styles being overridden using CSS `important` has been resolved. + +### Accordion + +#### Bug Fixes + +- An issue where the `expandedIndices` returns empty when the HTML sanitizer is enabled has been fixed. + ## 25.1.38 (2024-04-02) ### Menu diff --git a/components/navigations/package.json b/components/navigations/package.json index a2ca0874..58c1bc2a 100644 --- a/components/navigations/package.json +++ b/components/navigations/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-navigations", - "version": "25.1.38", + "version": "25.1.39", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index db9c2cfc..234198c3 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### PDF Viewer + +#### Bug Fixes + +- `#I571265` - Now, the author name is not changed for shape and free text annotations upon saving the document. +- `#I572045` - Now, the transparent background color is not changed to black upon importing exported annotation and saving the document. +- `#I572061` - Now, the standalone saved PDF document with a `Not Approved` dynamic stamp does not throw an error when opened in Adobe. +- `#I569884` - Now, the script error is not occurred when setting the text markup annotation module to false. +- `#F187662` - Now, the exception is not occurred when right clicking the form fields in the provided document. +- `#I572289` - Now, the exception does not occur when dynamically loading PDF documents in standalone mode. + ## 25.1.39 (2024-04-09) ### PDF Viewer diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index e23966ed..cc0c03a2 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-pdfviewer", - "version": "25.1.38", + "version": "25.1.39", "description": "Essential JS 2 PDF viewer Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/pivotview/CHANGELOG.md b/components/pivotview/CHANGELOG.md index 6ab5e23d..05a833f6 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -8,6 +8,8 @@ #### Bug fixes +- `#I496624` - Value sorting will now work properly in an OLAP pivot table with a single measure. +- `#I547664` - Excel exporting will now work properly in the pivot table using the server-side engine. - `#I572220` - The issue with persistence not working properly in the Pivot Table with remote data has been fixed. ## 25.1.38 (2024-04-02) diff --git a/components/pivotview/package.json b/components/pivotview/package.json index ac690f16..3e375919 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-pivotview", - "version": "25.1.38", + "version": "25.1.39", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/popups/package.json b/components/popups/package.json index 1084f5ea..9aa03279 100644 --- a/components/popups/package.json +++ b/components/popups/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-popups", - "version": "25.1.38", + "version": "25.1.39", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index 5dce58eb..ad43af56 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### QueryBuilder + +#### Bug Fixes + +- `#I578463` - Issue with popups height is not updated properly in QueryBuilder sub field has been fixed. + ## 25.1.38 (2024-04-02) ### QueryBuilder diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index 9668b574..58b85f9a 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,17 +2,27 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### RichTextEditor + +#### Bug Fixes + +- `#I569839` - Now, the `title` attribute is added properly for the audio and video elements, inserted using the `executeCommand` public method in the Rich Text Editor. +- `#I572603` - Now, pressing the enter key after inserting the table work's properly. +- `#I567787` - Now, copy and paste text into the Rich Text Editor when using `enterkey` as `BR` work's properly. + ## 25.1.39 (2024-04-09) ### RichTextEditor #### Bug Fixes -- `#I569839` - Now, the `title` attribute is added properly for the audio and video elements, inserted using the `executeCommand` public method in the Rich Text Editor. -- `#I572044` - Now, the cursor is set after the image when pasting the image or image with text into the Rich Text Editor. +- `#I572044` - Now the cursor is set after the image when you paste the image only when `PasteCleanup` module is used into the Rich Text Editor. - `#I569849` - Now, the abort icon and uploading percentage are aligned properly in the image dialog of the Rich Text Editor. - `#I570370` - Now, the backspace key is working properly when copying and pasting an image with content. - `#I553157` - Now, the bullet format list gets removed properly when we replace the content in RichTextEditor. +- `#I572138` - Now, pressing the enter key by placing the cursor at the end of the table creates a new line, and the cursor is focused on the new line. ## 25.1.38 (2024-04-02) diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index f6558e7e..3fb2c5da 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-richtexteditor", - "version": "25.1.38", + "version": "25.1.39", "description": "Essential JS 2 RichTextEditor component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/schedule/package.json b/components/schedule/package.json index 07cbdcc3..80a8e19a 100644 --- a/components/schedule/package.json +++ b/components/schedule/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-schedule", - "version": "25.1.37", + "version": "25.1.39", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/spreadsheet/CHANGELOG.md b/components/spreadsheet/CHANGELOG.md index c882d825..3071285d 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.1.40 (2024-04-16) + +### Spreadsheet + +#### Bug Fixes + +- `#I575050` - Issue with "chart model is not properly maintained during initial loading when the top and left positions are specified in the chart model" has been resolved. + ## 25.1.35 (2024-03-15) ### Spreadsheet diff --git a/components/treegrid/package.json b/components/treegrid/package.json index 8a11187a..587d528a 100644 --- a/components/treegrid/package.json +++ b/components/treegrid/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-treegrid", - "version": "25.1.37", + "version": "25.1.39", "description": "Essential JS 2 TreeGrid Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license",