diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index 0b4699c5..01933283 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.35 (2024-12-18) +## 28.1.36 (2024-12-24) ### Barcode diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index 60fd025f..6dad4055 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 28.1.36 (2024-12-24) + +### Switch + +#### Bug Fixes + +- `#I664001`- The issue with "Form reset functionality does not work properly for the switch component when it is in a disabled state" has been resolved. + ## 28.1.33 (2024-12-12) ### Switch diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md index 670ebc1f..4c28f387 100644 --- a/components/calendars/CHANGELOG.md +++ b/components/calendars/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 28.1.36 (2024-12-24) + +### DateRangePicker + +#### Bug Fixes + +- `#I664732` - Fixed an issue where the overlay was displayed even when the popup was prevented from opening in mobile mode. + +- `#I664735` - Removed unnecessary conditional code for adding CSS classes based on device type. + ## 19.3.46 (2021-10-19) ### TimePicker diff --git a/components/calendars/package.json b/components/calendars/package.json index 1a2f33ab..028167a4 100644 --- a/components/calendars/package.json +++ b/components/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-calendars", - "version": "18.32.5", + "version": "28.1.35", "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 3b62d9b5..5a20c6f3 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 28.1.36 (2024-12-24) + +### Chart + +#### Bug Fixes + +- `#I665246` - Now, the chart point click and double-click events are working properly in the waterfall chart. +- `#I662191` - Now, zooming is restricted for the mouse wheel, similar to selection zoom. +- `#I666272` - Now, the y-axis range is set properly for the waterfall series. +- `#I666317` - The exceptions that occurred during React Jest testing have been resolved. + ## 28.1.35 (2024-12-18) ### Chart diff --git a/components/charts/package.json b/components/charts/package.json index da30de7f..66ddf933 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-charts", - "version": "28.1.33", + "version": "28.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/CHANGELOG.md b/components/circulargauge/CHANGELOG.md index 227536d6..70b0d606 100644 --- a/components/circulargauge/CHANGELOG.md +++ b/components/circulargauge/CHANGELOG.md @@ -4,7 +4,7 @@ ## [Unreleased] -## 28.1.35 (2024-12-18) +## 28.1.36 (2024-12-24) ### Circular Gauge diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index cfc94150..91e72346 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 28.1.36 (2024-12-24) + +### Diagram + +#### Bug Fixes + +- `#I662730` - The segment next to the target end of a Bezier connector now retains user-defined adjustments when the connector is moved. +- `#I662735` - The undo/redo functionality now restores intermediate connector segments. +- `#I663194` - Connectors now retain their previous state after undoing runtime source and target ID changes. +- `#I663672` - The `elementType` in the `elementDraw` event now correctly updates for `Polyline` and `Freehand` in the completed state. +- `#I663175` - The diagram page no longer flickers during pinch zoom. + ## 28.1.35 (2024-12-18) ### Diagram diff --git a/components/diagrams/package.json b/components/diagrams/package.json index 5604ce3e..6283e8df 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-diagrams", - "version": "28.1.33", + "version": "28.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 c8ecd627..f6f73d7e 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,26 +2,28 @@ ## [Unreleased] -## 28.1.35 (2024-12-18) +## 28.1.36 (2024-12-24) ### 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. +- `#I664697` - Implemented image cropping for metafile images in the Document Editor. +- `#I662670` - Fixed the navigation pane issue where it moved to the start position when clicking sub-level headings. The selected heading is now properly highlighted. +- `#I653747` - Resolved the font family rendering issue for special characters when the `FontHintType` property is applied in the character format. +- `#I658305` - Corrected the updating of ordered list numbers when the list includes level overrides. +- `#I662705` - The `setDefaultCharacterFormat` API now functions correctly in the Document Editor. +- `#I652850` - Fixed cursor position updates and keyboard navigation issues for content controls in the Document Editor. +- `#I668350` - Addressed the bullet list symbol rendering issue in exported DOCX documents after inserting a bullet list in the Document Editor. +- `#I662244` - Resolved the track changes inconsistency issue in collaborative mode. +- `#I660426` - Fixed the undo issue that occurred after merging table cells. +- `#I661535` - Resolved the issue of span elements being present in comment data. + +## 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. @@ -37,7 +39,6 @@ - `#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) diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 7e3005d1..8ccefb1a 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-documenteditor", - "version": "28.1.33", + "version": "28.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 af284ec7..95b2a8a7 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,6 +2,28 @@ ## [Unreleased] +## 28.1.36 (2024-12-24) + +### MultiSelect + +#### Bug Fixes + +- `#I663752` - The issue where the "No records found" template was displayed when closing and opening the popup has been resolved. + +### ListBox + +#### Bug Fixes + +- `#I929759` - Issue with "Correction in Ctrl + A key down action for single mode selection of listbox component" has been resolved. +- `#I664408` - Changing the type of value property of ListboxChangeEvents arguments from (number | string | boolean) to (number[] | string[] | boolean[]) in listbox. + +### DropDownTree + +#### Bug Fixes + +- `#I665182` - The issue with skipping last child items in tree navigation in Dropdown Tree when custom filtering is applied has been resolved. +- `#I659157`, `#I659195` - Resolved the change event incorrect argument value issue during the node selection in Dropdown Tree component. + ## 28.1.35 (2024-12-18) ### DropDownTree diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index cbf3c574..e90eb8e1 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-dropdowns", - "version": "28.1.33", + "version": "28.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 0bd851a2..3043e55b 100644 --- a/components/filemanager/CHANGELOG.md +++ b/components/filemanager/CHANGELOG.md @@ -2,7 +2,20 @@ ## [Unreleased] -## 28.1.35 (2024-12-18) +## 28.1.36 (2024-12-24) + +### FileManager + +#### Bug Fixes + +- `#I663792` - The issue with the child item's filter path during the rename operation in the File Manager component flat data has been resolved. +- `#I663788` - The issue with the incorrect filter path during the folder creation operation in the File Manager component flat data has been resolved. +- `#I663794` - The issue with the error dialog appearing during drag-and-drop operations between nested folders in the flat data File Manager component has been resolved. +- `#I663789` - The issue with drag-and-drop functionality in the navigation pane of the flat data File Manager has been resolved. +- `#I663795` - The issue with the `hasChild` property not updating during move operations in the Navigation Pane of the flat data File Manager component has been resolved. +- `#I663864` - The issue with nested-level drag and drop in the navigation pane of the File Manager component using SQL service has been resolved. + +## 28.1.33 (2024-12-12) ### FileManager diff --git a/components/filemanager/package.json b/components/filemanager/package.json index 43f3c1ad..111f58e7 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": "28.1.33", "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 19c9cae2..eada6f26 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,29 @@ ## [Unreleased] +## 28.1.36 (2024-12-24) + +### GanttChart + +#### Bug fixes + +- `#I664845`, `#I664429` - Unable to Add Dependency When Task Name Contains a Hyphen issue has been fixed. +- `#I666904` - When the resource unit is changed, the duration field is not updated issue has been fixed. +- `#I665780` - Baseline width not validated properly for less than one day issue has been fixed. +- `#I663274` - Taskbar not rendering properly with fixed work issue has been fixed. +- `#I663985` - Script error thrown when collapsing the root node with task mode set to custom and `enableMultiTaskbar` enabled issue has been fixed. +- `#I665270` - Work not calculated correctly on parent task, after child outdent issue has been fixed. +- `#I662513`, `#F195374` - Console error thrown when scrolling in virtualization sample with `allowSelection` set to false issue has been fixed. +- `#I666264` - Console error occurred while taskbar drag with null duration issue has been fixed. + +- `#I666904` - When the resource unit is changed, the duration field is not updated issue has been fixed. +- `#I665780` - Baseline width not validated properly for less than one day issue has been fixed. +- `#I663274` - Taskbar not rendering properly with fixed work issue has been fixed. +- `#I663985` - Script error thrown when collapsing the root node with task mode set to custom and `enableMultiTaskbar` enabled issue has been fixed. +- `#I665270` - Work not calculated correctly on parent task, after child outdent issue has been fixed. +- `#F195374` - Console error thrown when scrolling in virtualization sample with `allowSelection` set to false issue has been fixed. +- `#I666264` - Console error occurred while taskbar drag with null duration issue has been fixed. + ## 28.1.35 (2024-12-18) ### GanttChart diff --git a/components/gantt/package.json b/components/gantt/package.json index 0d732288..315431df 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-gantt", - "version": "28.1.33", + "version": "28.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 6238a1b1..f6e9e812 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,22 @@ ## [Unreleased] +## 28.1.36 (2024-12-24) + +### Grid + +#### Bug fixes + +- `I660080` - The issue where export options were not disabled when properties were set to false has been resolved. +- `I657741` - Escape key does not function correctly for column menu filtering when the type is set to `Menu` has been resolved. +- `#FB31658` - The issue of white space appearing during full downward scroll and the occurrence of repeated data with incorrect blocks during slow upward scrolling in virtual scrolling has been resolved. +- `#I659372` - Fixed an issue where the Select All checkbox would automatically get checked after scrolling and selecting the last record when virtual scrolling was enabled. +- `#I663580` - The issue with the cell save functionality not working properly on pressing the Enter key when collapsing rows has been resolved. +- `#I662005` - Fixed an issue where the `pageSize` setting did not work as expected after updating rules using the `QueryBuilder`. +- `#I660641` - Fixed an issue where the Checkbox Filter dialog was cut off when rendering the grid inside an `Accordion component`, with `filter.type` set to `CheckBox` and `filterSettings.type` set to `Menu`. +- `#I665951` - Resolved an issue where frozen columns with `ColumnVirtualization` caused a blank space. +- `#I664685` - The script error that occurred when collapsing all records and then deleting the last record has been fixed. + ## 28.1.35 (2024-12-18) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index 6ec5b90f..4c442c41 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-grids", - "version": "28.1.33", + "version": "28.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/CHANGELOG.md b/components/heatmap/CHANGELOG.md index 64106b6f..bf470c24 100644 --- a/components/heatmap/CHANGELOG.md +++ b/components/heatmap/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.35 (2024-12-18) +## 28.1.36 (2024-12-24) ### HeatMap diff --git a/components/kanban/CHANGELOG.md b/components/kanban/CHANGELOG.md index 2e0cbb16..6ec80fe5 100644 --- a/components/kanban/CHANGELOG.md +++ b/components/kanban/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 28.1.36 (2024-12-24) + +### Kanban + +#### Bug Fixes + +- `#I660067` - Now, the card drop functionality works properly at the top of another column when `SwimlaneSettings` is enabled in the Kanban. + ## 25.1.35 (2024-03-15) ### Kanban diff --git a/components/layouts/package.json b/components/layouts/package.json index 99284914..26227513 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": "28.1.33", "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/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index c801dacd..876b6376 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.35 (2024-12-18) +## 28.1.36 (2024-12-24) ### ListView diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index 6dd2e92b..b31cb8af 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -8,7 +8,7 @@ ## [Unreleased] -## 28.1.35 (2024-12-18) +## 28.1.36 (2024-12-24) ### Maps diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index e8aa7200..b510352a 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,6 +2,28 @@ ## [Unreleased] +## 28.1.36 (2024-12-24) + +### Carousel + +#### Bug Fixes + +- `#I660150` - The issue with carousel slide continue to move, when mouse swiped out of the container has been resolved. + +### ContextMenu + +#### Bug Fixes + +- `#I664457` - The issue with "The context menu does not close when the Escape key is pressed immediately after opening it with animation enabled." has been resolved. + +- `#I627856` - Need to reposition the Context menu after setting the height for popup with `enableScrolling` support has been resolved. + +### TreeView + +#### Bug Fixes + +- `FB63997` - Prevent expanded nodes from collapsing when using addNodes or moveNodes method with preventTargetExpand set to true in TreeView. + ## 28.1.35 (2024-12-18) ### Accordion @@ -9,7 +31,7 @@ #### 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`. +- `#I659692` - 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) diff --git a/components/navigations/package.json b/components/navigations/package.json index cdba0070..6b4cf4de 100644 --- a/components/navigations/package.json +++ b/components/navigations/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-navigations", - "version": "28.1.33", + "version": "28.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/CHANGELOG.md b/components/notifications/CHANGELOG.md index e004d8b6..c95c7b8a 100644 --- a/components/notifications/CHANGELOG.md +++ b/components/notifications/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.35 (2024-12-18) +## 28.1.36 (2024-12-24) ### Message diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index c87aee9d..42cc230b 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 28.1.36 (2024-12-24) + +### PDF Viewer + +#### Bug Fixes + +- `#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. +- `#I662257` - No script error occurs when loading the provided document and scrolling quickly to the end of the page. + ## 28.1.35 (2024-12-18) ### PDF Viewer @@ -10,8 +20,6 @@ - `#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) diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index f2b99d2c..2ee71b7f 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-pdfviewer", - "version": "28.1.33", + "version": "28.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 36774bd7..1dbb38b8 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,7 +2,17 @@ ## [Unreleased] -## 28.1.35 (2024-12-18) +## 28.1.36 (2024-12-24) + +### Pivot Table + +#### Bug fixes + +- `#I660802` - The autofit option will now be applied correctly to the pivot table cells without any extra space. +- `#I664290` - The server-side Excel export option will now work properly when using the server-side engine in the pivot table. +- `#I662951` - Applied number formatting will now be properly retained in the exported Excel file when exporting the pivot table using grid export. + +## 28.1.33 (2024-12-12) ### Pivot Table diff --git a/components/pivotview/package.json b/components/pivotview/package.json index 2a6b66ce..70aebc84 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-pivotview", - "version": "26.1.35", + "version": "28.1.33", "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/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index eee453a6..b4f160d4 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.35 (2024-12-18) +## 28.1.36 (2024-12-24) ### QueryBuilder diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index f1341ccb..b5568f00 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 28.1.36 (2024-12-24) + +### RichTextEditor + +#### Bug Fixes + +- `#I647911` - Now, the display text with text wrapping functions correctly when the enter action is executed in the Rich Text Editor. + +- `#I664650` - Now, the font color and background color picker popup works properly in the Rich Text Editor. + +- `#I648421` - Now, the image shows properly when pasting from a Word document by removing the non-standard v:shapes attribute from the image element. + +- `#I640046` - Now, images are pasted properly without becoming blurry when copy pasting from Word and then focusing outside the Rich Text Editor. + ## 28.1.35 (2024-12-18) ### RichTextEditor diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index 97a21b36..b6cd71cc 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-richtexteditor", - "version": "28.1.33", + "version": "28.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 1556ed82..71718b8e 100644 --- a/components/schedule/CHANGELOG.md +++ b/components/schedule/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 28.1.36 (2024-12-24) + +### Schedule + +#### Bug fixes + +- `#F195371` - An issue where dragging all-day event in timeline views incorrectly occupies two days has been fixed. +- `#I664757` - An accessibility issue where the `aria-selected` attribute was present on `