diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index cfa41cce..09ca1546 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 25.1.35 (2024-03-15) +## 25.1.37 (2024-03-26) ### Barcode diff --git a/components/barcodegenerator/package.json b/components/barcodegenerator/package.json index fa04dc45..88a98869 100644 --- a/components/barcodegenerator/package.json +++ b/components/barcodegenerator/package.json @@ -18,8 +18,6 @@ "es2015": "dist/es6/ej2-react-barcode-generator.es2015.js", "readme": "ReadMe.md", "dependencies": { - "awesome-typescript-loader": "^3.1.3", - "source-map-loader": "^0.2.1", "@syncfusion/ej2-base": "*", "@syncfusion/ej2-react-base": "*", "@syncfusion/ej2-barcode-generator": "*" diff --git a/components/buttons/package.json b/components/buttons/package.json index 574b18c8..9dde5fed 100644 --- a/components/buttons/package.json +++ b/components/buttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-buttons", - "version": "18.64.1", + "version": "25.1.35", "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/charts/CHANGELOG.md b/components/charts/CHANGELOG.md index c92f933b..2e7bebaa 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,23 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### AccumulationChart + +#### Bug Fixes + +- `#I564804` - Now, the `textWrap` property in the legend is working properly. + +### Chart + +#### Bug Fixes + +- `#I528508` - The tooltip template div is now added based on the series count, and it renders properly. +- `#I563227` - Now, datalabel does not take the y value in place of a null value, and it renders properly. +- `#I562333` - Now, annotations are rendered corresponding to their series point while enabling the `isIndexed` property +- `#I566633` - Now, the first axis label is properly displayed on the x-axis. + ## 25.1.35 (2024-03-15) ### Chart diff --git a/components/charts/package.json b/components/charts/package.json index 89e5f98a..ab4a7cf5 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-charts", - "version": "20.22.1", + "version": "25.1.35", "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/circulargauge/package.json b/components/circulargauge/package.json index 8bb61e22..ab2ff94c 100644 --- a/components/circulargauge/package.json +++ b/components/circulargauge/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-circulargauge", - "version": "16.42.4", + "version": "25.1.35", "description": "Essential JS 2 CircularGauge Components for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index fdea053b..036bbf3b 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### Diagram + +#### Bug Fixes + +- `#I555965` - Now, the overview updated properly without any shadows while dragging html nodes. +- `#I562959` - Now, drawing connector from group node port works properly. + ## 25.1.35 (2024-03-15) ### Diagram diff --git a/components/diagrams/package.json b/components/diagrams/package.json index 1c80d63e..a86975b1 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-diagrams", - "version": "19.18.0", + "version": "25.1.35", "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/CHANGELOG.md b/components/documenteditor/CHANGELOG.md index aaad6b6b..7152b3b7 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,29 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### DocumentEditor + +#### Bug Fixes + +- `#I545513` - Added the preservation support for table style property in Document editor. +- `#I548396` - Resolved the page number not refreshed issue while delete page. +- `#I549835` - Resolved the document lagging issue. +- `#I553758` - Resolved the editing issue in the attached document, which contains a chart. +- `#I556874` - Resolved the script error issue when performing undo action on table. +- `#I558460` - Resolved the tab rendering issue in the attached document. +- `#I558529` - Resolved the form field editing issue in read only mode. +- `#I558289` - Resolved the list numbering issue. +- `#I558259` - Resolved the content formatting issue when removing hyperlink. +- `#I559197` - Resolved the drag and drop issue. +- `#I559912` - Resolved the image removed issue when selecting an image and perform enter action. +- `#I561716` - Resolved the duplicate image string added to sfdt issue while drag and drop. +- `#I561052` - Resolved the cursor position issue in mobile mode. +- `#I563837` - Resolved the table overlapping issue in the attached document. +- `#F186648` - Resolved the script error issue while opening a attached document. +- `#F186745` - Resolved the table splitting issue in the merge cell. + ## 25.1.35 (2024-03-15) ### DocumentEditor diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index dd633d75..86eb2c0a 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-documenteditor", - "version": "19.92.0", + "version": "25.1.35", "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 1b49c70d..f8534893 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### MultiSelect + +#### Bug Fixes + +- `#I560783` - Fixed issue where clearing the searched value would automatically select another value. +- `#I524283` - Fixed issue where popup was not aligned properly when opening on top of the component. +- `#I565659` - Fixed an issue in Multiselect Checkbox mode where the height of the dropdown input would change when selecting and unselecting items. + ## 25.1.35 (2024-03-15) ### ComboBox diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index e798e90d..7cd16ad3 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-dropdowns", - "version": "18.66.23", + "version": "25.1.35", "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 9d2493d0..106e4fb2 100644 --- a/components/filemanager/CHANGELOG.md +++ b/components/filemanager/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### FileManager + +#### Bug Fixes + +- `#I561123` - The issue with being unable to sort the header columns using keyboard interaction has been resolved. + ## 25.1.35 (2024-03-15) ### FileManager diff --git a/components/filemanager/package.json b/components/filemanager/package.json index 67c64459..b7448d96 100644 --- a/components/filemanager/package.json +++ b/components/filemanager/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-filemanager", - "version": "18.28.1", + "version": "25.1.35", "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 423f7134..96e6c912 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,41 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### GanttChart + +#### Bug fixes + +- `#F187206` - The delete action not working in remote data when `timezone` using in sample. +- `#I566491` - The exception is thrown when the resource ID mapping is empty issue has been fixed. +- `#I565418` - Start date defaulting to incorrect value when remove the start Date in add dialog. +- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed. +- `#I565751` - The chart does not refresh when any record is edited by cell editing issue has been fixed. +- `#I566333` - Gantt chart disappeared while insert action with `timlineVirtualization` issue has been fixed. +- `#F186355` - Taskbar template not showing in resource view issue has been fixed. +- `#I562492` - `actionBegin` arguments miss the last record while dragging issue has been fixed. +- `#I556547` - Top and bottom tier shows null when using custom zooming level issue has been fixed. +- `#I566539` - Console error occurs while saving data in add dialog box with validation rule issue has been +- fixed. +- `#I553748` - Timeline dates validated wrongly after cell editing with timeline virtualization enabled issue has been fixed. +- `#I565439` - Work calculations are incorrect for parent task in project view issue has been fixed. +- `#I553710`,`#I565824` - Weekends are not highlighted while `timlineVirtualization` is enabled issue has been fixed. +- `#I565359` - When `allowEditing` is disabled in a resource view, a console error is thrown issue has been fixed. +- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly. + +- `#F186355` - Taskbar template not showing in resource view issue has been fixed. +- `#I565418` - Start date defaulting to incorrect value when remove the start Date in add dialog. +- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed. +- `#I556547` - Top and bottom tier shows null when using custom zooming level issue has been fixed. +- `#F187206` - The delete action not working in remote data when `timezone` using in sample. +- `#I566491` - The exception is thrown when the resource ID mapping is empty issue has been fixed. +- `#I565418` - Start date defaulting to incorrect value when remove the start Date in add dialog. +- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed. +- `#I565439` - Work calculations are incorrect for parent task in project view issue has been fixed. +- `#I566539` - Console error occurs while saving data in add dialog box with validation rule issue has been fixed. +- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly. + ## 25.1.35 (2024-03-15) ### GanttChart diff --git a/components/gantt/package.json b/components/gantt/package.json index 46968c7d..d3319640 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-gantt", - "version": "24.2.7", + "version": "25.1.35", "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 09422a5c..5f22fb5d 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,22 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### Grid + +#### Bug fixes + +- `#I565411` - Resolved the issue where the action complete event was not being triggered in the Infinite Scrolling. +- `#I553471` - The issue of misleading text in Grid toolbar search when focus is lost has been resolved. +- `#I562553` - The `getRows` method returning undefined for all the rows in the `rowTemplate` feature has been resolved. +- `#I559289` - Resolved the issue where the validation message displayed immediately upon opening the dropdown instead of on focus out. +- `#I558905` - The issue of white spaces being shown when the virtual scroll grid's height is set in pixels has been resolved. +- `#I566680` - Resolved the Hierarchy grid export issue when the child grid's enable filter property is enabled. +- `#I540683` - The issue of a script error being thrown when the last column contains auto width and `minWidth` in a Grid with `allowResizing` has been fixed. +- `#I558576` - Resolved the issue where the sorting `popup` did not open when clicking the sort icon has been fixed. +- `#FB51479` - The issue where the cell was automatically saved when opening the dropdown in Batch edit mode has been fixed. + ## 25.1.35 (2024-03-15) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index 4364e2fd..4f7d122a 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-grids", - "version": "1.193.11", + "version": "25.1.35", "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/heatmap/package.json b/components/heatmap/package.json index 8da0e7db..73bd1205 100644 --- a/components/heatmap/package.json +++ b/components/heatmap/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-heatmap", - "version": "18.14.11", + "version": "25.1.35", "description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/imageeditor/CHANGELOG.md b/components/imageeditor/CHANGELOG.md index 86deb531..8cd1f807 100644 --- a/components/imageeditor/CHANGELOG.md +++ b/components/imageeditor/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### Image Editor + +#### Bug Fixes + +- `#I565340` - The issue with "Script error thrown when attempting to reopen a base64 URL using a custom toolbar in mobile mode" has been resolved. + ## 25.1.35 (2024-03-15) ### Image Editor diff --git a/components/imageeditor/package.json b/components/imageeditor/package.json index 7024764a..3629fbb8 100644 --- a/components/imageeditor/package.json +++ b/components/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-image-editor", - "version": "23.1.39", + "version": "25.1.35", "description": "Essential JS 2 ImageEditor for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/inplaceeditor/package.json b/components/inplaceeditor/package.json index de2e998f..294ae994 100644 --- a/components/inplaceeditor/package.json +++ b/components/inplaceeditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-inplace-editor", - "version": "24.2.7", + "version": "25.1.35", "description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/inputs/CHANGELOG.md b/components/inputs/CHANGELOG.md index 4096853b..cf6da7e2 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### MaskedTextBox + +#### Bug Fixes + +- `#I561285` - Fixed an issue where focus was being added to the maskedtextbox when running in the Safari browser. + ## 25.1.35 (2024-03-15) ### Signature diff --git a/components/inputs/package.json b/components/inputs/package.json index 86b6e7a0..8cc67312 100644 --- a/components/inputs/package.json +++ b/components/inputs/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-inputs", - "version": "18.78.15", + "version": "25.1.35", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/kanban/package.json b/components/kanban/package.json index 6e2a9351..9364639d 100644 --- a/components/kanban/package.json +++ b/components/kanban/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-kanban", - "version": "23.1.36", + "version": "25.1.35", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/layouts/CHANGELOG.md b/components/layouts/CHANGELOG.md index eb2b4780..eb67b1a2 100644 --- a/components/layouts/CHANGELOG.md +++ b/components/layouts/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### DashboardLayout + +#### Bug Fixes + +- `#I564184` - Resolved the issue with the dynamically added panel not being persisted when `enablePersistence` is enabled in the Dashboard Layout. + ## 25.1.35 (2024-03-15) ### Timeline diff --git a/components/layouts/README.md b/components/layouts/README.md index 4059ecf9..aa8d0a67 100644 --- a/components/layouts/README.md +++ b/components/layouts/README.md @@ -1,6 +1,6 @@ # ej2-react-layouts -The layout package contains cards, avatars, splitter and Dashboard Layout components. +The layout package contains cards, avatars, splitter, timeline and Dashboard Layout components. * The `card` is a small container in which user can show defined content in specific structure. @@ -8,6 +8,8 @@ The layout package contains cards, avatars, splitter and Dashboard Layout compon * The `splitter` is container component which used to construct different layouts using multiple and nested panes. +* The `timeline` is a tool for displaying chronological information effortlessly within your application. It offers a visually compelling and user-friendly experience for showcasing user activities, tracking progress, or narrating historical timelines. + * The `DashboardLayout` is a grid structured layout component that helps to create a dashboard with panels. Panels hold the UI components and allow resize, reorder, drag-n-drop, remove and add options. This allows users to easily place the components at the desired position within the grid layout. ![Layout](https://ej2.syncfusion.com/products/images/layout/readme.png) @@ -40,6 +42,10 @@ Following list of components are available in the package * [Getting Started](https://ej2.syncfusion.com/react/documentation/splitter/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm) * [View Online Demos](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/splitter/default) +* [React Timeline](https://www.syncfusion.com/react-ui-components/react-timeline?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm) - Used to build timelines to showcases user activities, tracking progress, narrating historical timelines, and more. + * [Getting Started](https://ej2.syncfusion.com/react/documentation/timeline/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm) + * [View Online Demos](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/timeline/default) + * [React Dashboard Layout](https://www.syncfusion.com/react-ui-components/react-dashboard-layout?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm) - Used to build dashboards with panels that holds the UI components and allow resize, reorder, drag-n-drop, remove and add options. * [Getting Started](https://ej2.syncfusion.com/react/documentation/dashboard-layout/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm) * [View Online Demos](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/dashboard-layout/default) @@ -68,6 +74,7 @@ These components are available in following list of: ## Key Features * Card + * [Header](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/card/basic) - Header supports to include title, subtitle along with image. * [Images and Title](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/card/reveal) - Support to include images with customizable caption positions in it. @@ -88,6 +95,7 @@ These components are available in following list of: * xlarge * Splitter + * [Multiple Panes](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/splitter/default) - Provided an option to configure more than two panes. * [Resizable Panes](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/splitter/code-editor-layout) - Supports resizable to adjust its pane size dynamically. @@ -98,6 +106,18 @@ These components are available in following list of: * [Nested Panes](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/splitter/code-editor-layout) - Another splitter can be integrated within panes to create a complex layout. +* Timeline + + * [Orientation](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/timeline/api) - Display items in a horizontal or vertical orientation. + + * [Opposite content](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/timeline/api) - Display additional information opposite to the item content. + + * [Items alignment](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/timeline/api) - Items content and opposite content can be aligned - before, after, alternate, or alternate reverse. + + * [Reverse timeline](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/timeline/api) - Shows the timeline items in the reverse order. + + * [Templates](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/timeline/template) - Customize the default appearance, including styling the dot item, templated content, and more. + * Dashboard Layout * [Drag and Drop](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm#/material/dashboard-layout/properties.html) - Allows drag and drop of panels at the desired location within the dashboard. diff --git a/components/layouts/package.json b/components/layouts/package.json index dec3b733..0f1b01b2 100644 --- a/components/layouts/package.json +++ b/components/layouts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-layouts", - "version": "21.4.6", + "version": "25.1.35", "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/lineargauge/package.json b/components/lineargauge/package.json index eef9ea2c..a487f642 100644 --- a/components/lineargauge/package.json +++ b/components/lineargauge/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-lineargauge", - "version": "16.41.0", + "version": "25.1.35", "description": "Essential JS 2 LinearGauge Components for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/lists/package.json b/components/lists/package.json index 2aa4f00a..8b29d846 100644 --- a/components/lists/package.json +++ b/components/lists/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-lists", - "version": "18.23.1", + "version": "25.1.35", "description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index b1d2436e..6bc5ece2 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -11,6 +11,14 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### Maps + +#### Bug Fixes + +- `#I566503` - The shape map in the sublayer is now properly synchronized with the tile images in the base layer when panning the Maps. + ## 25.1.35 (2024-03-15) ### Maps diff --git a/components/maps/package.json b/components/maps/package.json index 779cff6a..4388fad2 100644 --- a/components/maps/package.json +++ b/components/maps/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-maps", - "version": "16.42.7", + "version": "25.1.35", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index 1f939075..e6b07605 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### TreeView + +#### Bug Fixes + +- `#I570321` - The issue with the focus on first item in TreeView if it is disabled mode has been resolved. + +### Toolbar + +#### Bug Fixes + +- `#I553624` - An issue with expanded toolbar items not align properly when change the mouse and touch modes has been fixed. + ## 25.1.35 (2024-03-15) ### ContextMenu diff --git a/components/navigations/package.json b/components/navigations/package.json index 22a154ac..f9623c5a 100644 --- a/components/navigations/package.json +++ b/components/navigations/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-navigations", - "version": "22.42.3", + "version": "25.1.35", "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/notifications/package.json b/components/notifications/package.json index 67f81a96..9c0230fb 100644 --- a/components/notifications/package.json +++ b/components/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-notifications", - "version": "21.5.2", + "version": "25.1.35", "description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 2b5df09a..2159fd58 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,25 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### PDF Viewer + +#### Bug Fixes + +- `#I562878` - Now, the custom data is not missing from deleted annotation properties when initializing settings with custom data. +- `#I565199` - Now, the annotation custom data is not missing in `AnnotationSelect` events. +- `#I563333` - Now, the comments cannot be edited when the annotation is locked. +- `#I874338` - Now, the locked annotations are preserved properly when importing the annotation. +- `#I561320` - Now, the undo has restored the programmatically deleted annotations. +- `#I566765` - Now, the create and clear buttons are not enabled if the text box is empty in the text signature tab. +- `#I564309` - Now, the script error not occurred when dynamically updating toolbar items without annotation module. +- `#I564643` - Now, the form fields are rendered properly after deleting it from the customer document. + +#### Features + +- `#I531005` - Now, provided the option to turn off the autocomplete option for comments in the comment panel. + ## 25.1.35 (2024-03-15) ### PDF Viewer diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index b8462dcb..01a5ffd6 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-pdfviewer", - "version": "22.16.57", + "version": "25.1.35", "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 48f79494..a7c76c4f 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### PivotTable + +#### Bug fixes + +- `#I562279`,`#I565475`,`#I566747` - The pivot table will now be properly displayed after engine export. +- `#I566095` - The filter text will now be properly displayed in the OLAP Pivot Table's filter field button. + ## 25.1.35 (2024-03-15) ### PivotTable diff --git a/components/pivotview/package.json b/components/pivotview/package.json index 86742dff..460d785b 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-pivotview", - "version": "24.1.43", + "version": "25.1.35", "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/CHANGELOG.md b/components/popups/CHANGELOG.md index 7484d36f..8137ca24 100644 --- a/components/popups/CHANGELOG.md +++ b/components/popups/CHANGELOG.md @@ -2,54 +2,6 @@ ## [Unreleased] -## 25.1.35 (2024-03-15) - -### Dialog - -#### Bug Fixes - -- `#I547853` - Fixed an issue where the dialog was not draggable on mobile devices. - -## 24.2.8 (2024-02-27) - -### Dialog - -#### Bug Fixes - -- `#F186300` - Fixed an issue where memory was not being released after closing the dialog when the resize property enabled. - -## 24.2.5 (2024-02-13) - -### Tooltip - -#### Bug Fixes - -- `#I549075` - The issue with positioning when using the container property in the Tooltip component has been resolved. - -## 24.2.3 (2024-01-31) - -### Tooltip - -#### Bug Fixes - -- `#I533557` - The console error that occurs when the parent component containing the Tooltip component is removed from the DOM has been resolved. - -## 24.1.46 (2024-01-17) - -### Tooltip - -#### Bug Fixes - -- `#I533557` - The console error while assigning a function type value to the `Content` property in the Tooltip component has been resolved. - -## 24.1.44 (2024-01-03) - -### Tooltip - -#### Bug Fixes - -- `#I531367` - The issue with the Tooltip's incorrect positioning when template content is rendered has been resolved. - ## 21.1.35 (2023-03-23) ### Tooltip diff --git a/components/popups/package.json b/components/popups/package.json index 770ed1ae..d0dc38f8 100644 --- a/components/popups/package.json +++ b/components/popups/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-popups", - "version": "24.2.8", + "version": "25.1.35", "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/progressbar/package.json b/components/progressbar/package.json index 330c3ad4..1c21fe4d 100644 --- a/components/progressbar/package.json +++ b/components/progressbar/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-progressbar", - "version": "24.2.5", + "version": "25.1.35", "description": "Essential JS 2 ProgressBar Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index 87ddcfe9..22f88e48 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### QueryBuilder + +#### Bug Fixes + +- `#I568017` - Issue with QueryBuilder 'In' or 'Not in' Operator results in value field as empty list when using fieldMode as default mode has been fixed. + ## 25.1.35 (2024-03-15) ### QueryBuilder diff --git a/components/querybuilder/package.json b/components/querybuilder/package.json index b8113d28..a73fc575 100644 --- a/components/querybuilder/package.json +++ b/components/querybuilder/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-querybuilder", - "version": "18.24.1", + "version": "25.1.35", "description": "Essential JS 2 QueryBuilder for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/ribbon/package.json b/components/ribbon/package.json index af1db34e..cf8e20e2 100644 --- a/components/ribbon/package.json +++ b/components/ribbon/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-ribbon", - "version": "21.29.0", + "version": "25.1.35", "description": "Essential JS 2 Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index 09722e88..4c871f58 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-richtexteditor", - "version": "23.1.54", + "version": "25.1.35", "description": "Essential JS 2 RichTextEditor component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/schedule/CHANGELOG.md b/components/schedule/CHANGELOG.md index 6fef1db9..9c3a7a48 100644 --- a/components/schedule/CHANGELOG.md +++ b/components/schedule/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### Schedule + +#### Bug fixes + +- `#I566544` - An issue with `aria-labelledby` accessibility issue in the recurrence editor has been fixed. +- `#I549259` - An issue where the weekend dates are rendered in the Agenda view after setting up the `showWeekend` property to `false` has been fixed. + ## 25.1.35 (2024-03-15) ### Schedule diff --git a/components/schedule/package.json b/components/schedule/package.json index 2191f33f..b4929e7f 100644 --- a/components/schedule/package.json +++ b/components/schedule/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-schedule", - "version": "22.9.0", + "version": "25.1.35", "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/splitbuttons/CHANGELOG.md b/components/splitbuttons/CHANGELOG.md index 8b5c3aac..db79ba14 100644 --- a/components/splitbuttons/CHANGELOG.md +++ b/components/splitbuttons/CHANGELOG.md @@ -2,6 +2,26 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### DropDownButton + +#### Breaking Changes + +- Now, the default value of [`enableHtmlSanitizer`](https://helpej2.syncfusion.com/documentation/api/drop-down-button/#enablehtmlsanitizer) property is true to prevent the XSS attacks in the DropDownButton component. + +### ProgressButton + +#### Breaking Changes + +- Now, the default value of [`enableHtmlSanitizer`](https://helpej2.syncfusion.com/documentation/api/progress-button/#enablehtmlsanitizer) property is true to prevent the XSS attacks in the ProgressButton component. + +### SplitButton + +#### Breaking Changes + +- Now, the default value of [`enableHtmlSanitizer`](https://helpej2.syncfusion.com/documentation/api/split-button/#enablehtmlsanitizer) property is true to prevent the XSS attacks in the SplitButton component. + ## 24.2.7 (2024-02-20) ### ProgressButton diff --git a/components/splitbuttons/package.json b/components/splitbuttons/package.json index 6a88239c..446ea556 100644 --- a/components/splitbuttons/package.json +++ b/components/splitbuttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-splitbuttons", - "version": "24.2.7", + "version": "19.16.4", "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/spreadsheet/CHANGELOG.md b/components/spreadsheet/CHANGELOG.md index 8541d36b..74b365dd 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 25.1.37 (2024-03-26) + +### Spreadsheet + +#### Bug Fixes + +- `#I552754` - Issue with "`findAll` method does not work properly when the value to find contains uppercase letters" has been resolved. +- `#I568505` - Issue with "excel file does not open properly in virtualization mode when importing an excel file with the active sheet index value as a hidden sheet" has been resolved. + ## 25.1.35 (2024-03-15) ### Spreadsheet diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json index 13cc1b12..6aa49192 100644 --- a/components/spreadsheet/package.json +++ b/components/spreadsheet/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-spreadsheet", - "version": "24.7.0", + "version": "25.1.35", "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/treegrid/package.json b/components/treegrid/package.json index 0a7b4def..0d65d135 100644 --- a/components/treegrid/package.json +++ b/components/treegrid/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-treegrid", - "version": "20.12.1", + "version": "25.1.35", "description": "Essential JS 2 TreeGrid Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/treemap/package.json b/components/treemap/package.json index 6cc89c5e..723d94b4 100644 --- a/components/treemap/package.json +++ b/components/treemap/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-treemap", - "version": "16.31.24", + "version": "25.1.35", "description": "Essential JS 2 TreeMap Components for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license",