diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index b60fd8c3..0b4699c5 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.33 (2024-12-12) +## 28.1.35 (2024-12-18) ### Barcode diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index 4f1cc4cf..60fd025f 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -8,7 +8,7 @@ #### Features -- The Switch component now includes a `beforeChange` event, allowing users to intercept and manage state changes before they occur, such as for validation or cancellation. +- The Switch component now includes a `beforeChange` event, which enables users to intercept and manage state changes before they occur. This feature supports custom logic, such as validation or cancellation, thereby offering greater flexibility. ### Chip diff --git a/components/buttons/package.json b/components/buttons/package.json index ded31da9..5fd0fbc2 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": "28.1.33", "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 ae606f85..3b62d9b5 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 28.1.35 (2024-12-18) + +### Chart + +#### Bug Fixes + +- `#I662154` - Axis labels are now rendered correctly in the exported PDF, even when headers and footers are included. +- `#I662546` - Tooltip highlighting functions correctly when the column series width is specified using `columnWidthInPixel`. +- `#I662277` - The intermediate sum index is no longer included in the calculation of the sum index. +- `#I663653` - Data labels are now rendered correctly when the intermediate sum index is empty. +- `#I663652` - The calculations for both sum and intermediate sum indexes have been corrected. + ## 28.1.33 (2024-12-12) ### Chart diff --git a/components/charts/package.json b/components/charts/package.json index 34d98db2..da30de7f 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": "28.1.33", "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/CHANGELOG.md b/components/circulargauge/CHANGELOG.md index 7a4e49fa..227536d6 100644 --- a/components/circulargauge/CHANGELOG.md +++ b/components/circulargauge/CHANGELOG.md @@ -4,7 +4,7 @@ ## [Unreleased] -## 28.1.33 (2024-12-12) +## 28.1.35 (2024-12-18) ### Circular Gauge diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index 0c029f35..cfc94150 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 28.1.35 (2024-12-18) + +### Diagram + +#### Bug Fixes + +- `#F63100` - The Completed event is now triggered correctly during actions, even when multiple mouse buttons are clicked simultaneously. +- `#I660681` - EJ1 diagram JSON with ports in nodes is now loading correctly in the EJ2 Diagram Builder. +- `#I660066` - The `RightToLeft` option in the Distribute function now operates correctly and independently from the `Center` option. + ## 28.1.33 (2024-12-12) ### Diagram diff --git a/components/diagrams/package.json b/components/diagrams/package.json index 9d0ed11b..5604ce3e 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": "28.1.33", "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 58a34f41..c8ecd627 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,43 @@ ## [Unreleased] +## 28.1.35 (2024-12-18) + +### DocumentEditor + +#### Bug Fixes + +- `#I653914` - Script error no longer thrown when drag and drop the text in document editor. +- `#I655487` - Now, table column is rendered properly when imported the exported document. +- `#I656985` - Now, oval shape is preserved properly in the document editor. +- `#I658167` - Now table row get resized properly when we resize the row fast. +- `F194125` - Now, Footnote and content does not get overlap when edit inside the document. +- `#I640675` - Resolved the document freezing issue when reject the track changes. +- `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes. +- `#I661065` - Table border is rendered properly when table cell border's line style is set as none. +- `#I658922` - Now, check box is rendered properly after change the value as checked. +- `#I651509` - Provided content change event support to notify when protect and unprotected the document. +- `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table. +- `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting. +- `#I645286`, `#I647203` - Handled the logic to combine text ranges with the same character formatting in the paragraph when exporting as SFDT to resolve performance issues. +- `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied. + +- `#I653914` - Script error no longer thrown when drag and drop the text in document editor. +- `#I655487` - Now, table column is rendered properly when imported the exported document. +- `#I656985` - Now, oval shape is preserved properly in the document editor. +- `#I658167` - Now table row get resized properly when we resize the row fast. +- `F194125` - Now, Footnote and content does not get overlap when edit inside the document. +- `#I640675` - Resolved the document freezing issue when reject the track changes. +- `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes. +- `#I661065` - Table border is rendered properly when table cell border's line style is set as none. +- `#I658922` - Now, check box is rendered properly after change the value as checked. +- `#I651509` - Provided content change event support to notify when protect and unprotected the document. +- `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table. +- `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting. +- `#I645286`, `#I647203` - Handled the logic to combine text ranges with the same character formatting in the paragraph when exporting as SFDT to resolve performance issues. +- `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied. +Unreleased] + ## 27.2.4 (2024-11-26) ### DocumentEditor diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 685508e2..7e3005d1 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-documenteditor", - "version": "27.2.4", + "version": "28.1.33", "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 88c65725..af284ec7 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,6 +2,21 @@ ## [Unreleased] +## 28.1.35 (2024-12-18) + +### DropDownTree + +#### Bug Fixes + +- `#I660279` - The issue of being unable to close the parent Dropdown Tree using the document click action after dynamically removing the child Dropdown Tree component has been resolved. +- `#I662309` - Issue with inconsistent selection behavior when using `selectAll` API on Dropdown Tree component initial render has been resolved. + +### ComboBox + +#### Bug Fixes + +- `#I660915` - Fixed an issue where an empty popup was displayed when opening the popup manually. + ## 28.1.33 (2024-12-12) ### ListBox diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index 4aa469c7..cbf3c574 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": "28.1.33", "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 e0cedfa8..0bd851a2 100644 --- a/components/filemanager/CHANGELOG.md +++ b/components/filemanager/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.33 (2024-12-12) +## 28.1.35 (2024-12-18) ### FileManager diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index 5693c60c..19c9cae2 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,28 @@ ## [Unreleased] +## 28.1.35 (2024-12-18) + +### GanttChart + +#### Bug fixes + +- `#F195300` - AutoFocus mismatching issue between grid and chart click issue has been fixed. +- `#I660168` - Vertical scrollbar hides when resizing splitter to left or right issue has been fixed. +- `#I665389` - Splitter position changes dynamically, but when splitter is manually dragged, position does not update issue has been fixed. +- `#I663036` - Applied color do not persist in edit dialog's notes tab issue has been fixed. +- `#I658189` - Tooltip misalignment occurs when the parent element is scrolled issue has been fixed. +- `#I660498`,`#I659031` - Angular Gantt not working for `Content-Security-Policy` of meta tag issue has been fixed. +- `#I660467` - Gantt crashes when timezone is set to `berlin` issue has been fixed. +- `#I664048` - Issue in child-parent predecessor validation issue has been fixed. +- `#I664336` - Convert to task does not work for milestone task with task type as fixed work issue has been fixed. + +- `#F195300` - AutoFocus mismatching issue between grid and chart click issue has been fixed. +- `#I663036` - Applied color do not persist in edit dialog's notes tab issue has been fixed. +- `#I658189` - Tooltip misalignment occurs when the parent element is scrolled issue has been fixed. +- `#I664048` - Issue in child-parent predecessor validation issue has been fixed. +- `#I664336` - Convert to task does not work for milestone task with task type as fixed work issue has been fixed. + ## 28.1.33 (2024-12-12) ### GanttChart diff --git a/components/gantt/package.json b/components/gantt/package.json index 79059b59..0d732288 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-gantt", - "version": "27.2.4", + "version": "28.1.33", "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 7ca71900..6238a1b1 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 28.1.35 (2024-12-18) + +### Grid + +#### Bug fixes + +- `#I659877` - Fixed the issue where the `getSelectedRecords` method retained previous selections when virtual scrolling was enabled. +- `#I660588` - The issue of a script error occurring while searching for data after clearing the sorting in the hierarchy grid has been resolved. +- `#I660594` - The problem of the vertical scrollbar disappearing when frozen rows are enabled in the responsive grid has been resolved. +- `#F195226` - The issue of being unable to navigate to the `editTemplate` with the keyboard while adding a record has been resolved. +- `#I656905` - Fixed an issue where clearing filters in the grid with custom page sizes displayed all records on one page. + ## 28.1.33 (2024-12-12) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index ec3f6a9f..6ec5b90f 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": "28.1.33", "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/CHANGELOG.md b/components/heatmap/CHANGELOG.md index 3882d87c..64106b6f 100644 --- a/components/heatmap/CHANGELOG.md +++ b/components/heatmap/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.33 (2024-12-12) +## 28.1.35 (2024-12-18) ### HeatMap diff --git a/components/imageeditor/package.json b/components/imageeditor/package.json index 8d1b008b..8a2ab311 100644 --- a/components/imageeditor/package.json +++ b/components/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-image-editor", - "version": "27.1.50", + "version": "28.1.33", "description": "Essential JS 2 ImageEditor for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/inputs/package.json b/components/inputs/package.json index 83ec4e09..0f975283 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": "28.1.33", "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/interactivechat/package.json b/components/interactivechat/package.json index ca322e9d..8a6a5e9f 100644 --- a/components/interactivechat/package.json +++ b/components/interactivechat/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-interactive-chat", - "version": "27.1.48", + "version": "28.1.33", "description": "Essential JS 2 Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/kanban/package.json b/components/kanban/package.json index e394081b..a3be9cee 100644 --- a/components/kanban/package.json +++ b/components/kanban/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-kanban", - "version": "26.1.35", + "version": "28.1.33", "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/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index 49ab8695..c801dacd 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.33 (2024-12-12) +## 28.1.35 (2024-12-18) ### ListView diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index f129f045..6dd2e92b 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -8,7 +8,7 @@ ## [Unreleased] -## 28.1.33 (2024-12-12) +## 28.1.35 (2024-12-18) ### Maps diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index b818a53c..e8aa7200 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,15 +2,24 @@ ## [Unreleased] +## 28.1.35 (2024-12-18) + +### Accordion + +#### Bug Fixes + +- `#I660165` - The issue with " The accordion causing a script error when expanding it with the `expandMode` set to single" has been resolved. +- `#I924619` - Added `cancel` support to the Accordion component's click event. This allows users to programmatically restrict the toggle behaviour expand or collapse by setting `cancel` as `true`. + ## 28.1.33 (2024-12-12) ### ContextMenu #### Features -- The context menu now includes `scroller support`, improving accessibility and usability across all devices. Submenus dynamically adjust to fit the available screen space. +- The context menu now features `Scroller support`, enhancing accessibility and usability across all devices. Submenus dynamically adjust to the available screen space, ensuring a smooth and user-friendly navigation experience. This update makes accessing all menu items more efficient and intuitive. -- The context menu now includes `Template Support`, enabling the embedding of custom layouts, controls, or components for seamless integration of text, buttons, images, and icons. +- The context menu now supports `Template Support`, embedding custom layouts, controls, or components, allowing for flexible integration of text, buttons, images, and icons to enhance user-friendliness. ### Menu diff --git a/components/navigations/package.json b/components/navigations/package.json index bf681473..cdba0070 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": "28.1.33", "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/CHANGELOG.md b/components/notifications/CHANGELOG.md index 63716b18..e004d8b6 100644 --- a/components/notifications/CHANGELOG.md +++ b/components/notifications/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.33 (2024-12-12) +## 28.1.35 (2024-12-18) ### Message diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 162db8f7..c87aee9d 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 28.1.35 (2024-12-18) + +### PDF Viewer + +#### Bug Fixes + +- `#I63329` - Now, after the font family is changed, the default font family does not appear in the font family dropdown on the appearance tab. +- `#I646929` - Now, the typed signature appears in the signature field after being added using the custom font. +- `#I551643`, `#I664728` - Now, the script error does not occur when importing the large annotations. +- `#I663071` - Now, the `printStart` event is triggered when printing a PDF using the `Ctrl + P` shortcut. + ## 28.1.33 (2024-12-12) ### PDF Viewer diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index 8af0f6de..f2b99d2c 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-pdfviewer", - "version": "27.2.2", + "version": "28.1.33", "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 9891c759..36774bd7 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.33 (2024-12-12) +## 28.1.35 (2024-12-18) ### Pivot Table diff --git a/components/popups/package.json b/components/popups/package.json index 300a34f9..940b970c 100644 --- a/components/popups/package.json +++ b/components/popups/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-popups", - "version": "21.6.12", + "version": "28.1.33", "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 e7ed7d71..eee453a6 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 28.1.35 (2024-12-18) + +### QueryBuilder + +- `#I925175` - Issue with "Script error occurs when opening a multi-select `popup` with `dropdown` tree mode, supported by the data manager of the query builder" has been fixed. +- `#I927733` - Issue with "Script error thrown while typing the number value in numeric textbox of query builder in angular" has been fixed. +- `#I80058` - Issue with "String type between values not update properly in query builder rules" has been fixed. + ## 28.1.33 (2024-12-12) ### QueryBuilder diff --git a/components/querybuilder/package.json b/components/querybuilder/package.json index 8f09487b..e46ab7b4 100644 --- a/components/querybuilder/package.json +++ b/components/querybuilder/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-querybuilder", - "version": "26.1.35", + "version": "28.1.33", "description": "Essential JS 2 QueryBuilder for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index b5506f9c..f1341ccb 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 28.1.35 (2024-12-18) + +### RichTextEditor + +#### Bug Fixes + +- `#I658935` - Now, the `executeCommand` method works properly to replace the text wrapped inside a `` element in the Rich Text Editor. + +- `#I660077` - Now, the emoji is inserted correctly at the cursor location, even after pressing Enter multiple times, when the `EnterKey` API is configured to use `
`. + +- `#I663039` - Now, the bullet type changes correctly without adding extra bullets when applying a bullet list without focusing on the Rich Text Editor. + ## 28.1.33 (2024-12-12) ### RichTextEditor diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index b03f27e7..97a21b36 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-richtexteditor", - "version": "27.1.48", + "version": "28.1.33", "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 2774d5b9..1556ed82 100644 --- a/components/schedule/CHANGELOG.md +++ b/components/schedule/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 28.1.35 (2024-12-18) + +### Schedule + +#### Bug fixes + +- `#I659549` - An issue with dragging longer appointments to the bottom of the vertical views of the Scheduler has been fixed. + ## 28.1.33 (2024-12-12) ### Schedule diff --git a/components/schedule/package.json b/components/schedule/package.json index 2c8e6f0d..79836f17 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": "28.1.33", "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 6afa01af..34c5bfc4 100644 --- a/components/splitbuttons/CHANGELOG.md +++ b/components/splitbuttons/CHANGELOG.md @@ -12,11 +12,11 @@ #### Features -- The DropDownButton now includes a `Template supports` embedding custom layouts, controls, or components, allowing for flexible integration of text, buttons, images, and icons to enhance user-friendliness. +- The DropDownButton component now includes a `Template support` embedding custom layouts, controls, or components, allowing for flexible integration of text, buttons, images, and icons to enhance user-friendliness. -- The DropDownButton component now includes a `PopupWidth` property, enabling users to define the width of its `popup`, providing enhanced design flexibility. +- The DropDownButton component now includes a `PopupWidth` property, allowing `users` to define the width of the `dropdown popup`. This feature offers greater design flexibility. -- The DropDownButton component now includes the `AnimationSettings` feature, enabling users to customize `popup` animations by controlling the duration, easing, and effects. This enhancement improves visual appeal, ensures smooth transitions, and provides a consistent interactive experience.### SplitButton +- The DropDownButton component now includes the `AnimationSettings` feature, which allows `users` to customize `submenu` animations by controlling the duration, easing, and effects. This enhancement improves visual dynamics, ensures smooth transitions, and provides a consistent interactive experience.### SplitButton #### Bug Fixes diff --git a/components/splitbuttons/package.json b/components/splitbuttons/package.json index c6dc8257..7b14a25b 100644 --- a/components/splitbuttons/package.json +++ b/components/splitbuttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-splitbuttons", - "version": "19.16.4", + "version": "28.1.33", "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 18555e81..71b2ffa6 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 28.1.35 (2024-12-18) + +### Spreadsheet + +#### Bug fixes + +- `#I647640` - Issue with "data got changed when multiple text-formatted values from Excel were pasted into Spreadsheet" has been resolved. + +- `#I657475` - Issue with "values in the editing cell element were not selected when clicking the retry option in the data validation dialog" has been resolved. + +- `#I660016` - Issue with "`autoFit()` method did not function as expected when a range was passed along with the sheet name" has been resolved. + +- `#I549016` - Issue with "visible rows are hidden when attempting to unhide rows located outside the viewport area" has been resolved. + ## 28.1.33 (2024-12-12) ### Spreadsheet diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json index 809ba98a..6d63668e 100644 --- a/components/spreadsheet/package.json +++ b/components/spreadsheet/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-spreadsheet", - "version": "27.1.48", + "version": "28.1.33", "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/CHANGELOG.md b/components/treegrid/CHANGELOG.md index 55054337..23609c24 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## 28.1.35 (2024-12-18) + +### Tree Grid + ## 28.1.33 (2024-12-12) ### Tree Grid diff --git a/components/treegrid/package.json b/components/treegrid/package.json index d2b8ef44..21679f46 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": "28.1.33", "description": "Essential JS 2 TreeGrid Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/treemap/CHANGELOG.md b/components/treemap/CHANGELOG.md index 8d742fe7..3ec007e3 100644 --- a/components/treemap/CHANGELOG.md +++ b/components/treemap/CHANGELOG.md @@ -8,7 +8,7 @@ ## [Unreleased] -## 28.1.33 (2024-12-12) +## 28.1.35 (2024-12-18) ### TreeMap