diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index ea4a9e12..8b30199b 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.50 (2024-09-24) +## 27.1.51 (2024-09-30) ### Barcode diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index 8bb286d2..2f3fa6e3 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### Checkbox + +#### Bug Fixes + +- `#I909049` - The issue with "Need to set the aria-label attribute for the checkbox input element and not to the wrapper element" has been resolved. + +### RadioButton + +#### Bug Fixes + +- The issue with "Background color issue for disabled unselect radio button in bootstrap5 theme" has been resolved. + ## 26.1.35 (2024-06-11) ### Floating Action Button diff --git a/components/buttons/package.json b/components/buttons/package.json index f0195f4c..9417c1aa 100644 --- a/components/buttons/package.json +++ b/components/buttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-buttons", - "version": "27.1.48", + "version": "27.1.50", "description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md index 2da98255..fdd70081 100644 --- a/components/calendars/CHANGELOG.md +++ b/components/calendars/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### DateTimePicker + +#### Bug Fixes + +- `#I628891` - Resolved the issue where the "DateTimePicker Mask" was not functioning correctly after deletion using the keyboard. + ## 27.1.50 (2024-09-24) ### DatePicker diff --git a/components/calendars/package.json b/components/calendars/package.json index 5bc15469..42311d12 100644 --- a/components/calendars/package.json +++ b/components/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-calendars", - "version": "18.32.5", + "version": "27.1.50", "description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/charts/package.json b/components/charts/package.json index 278e46ce..aeea0d85 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-charts", - "version": "27.1.48", + "version": "27.1.50", "description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/circulargauge/CHANGELOG.md b/components/circulargauge/CHANGELOG.md index 84df9842..50b2bfbd 100644 --- a/components/circulargauge/CHANGELOG.md +++ b/components/circulargauge/CHANGELOG.md @@ -4,7 +4,7 @@ ## [Unreleased] -## 27.1.50 (2024-09-24) +## 27.1.51 (2024-09-30) ### Circular Gauge diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index e783c2d5..786c0546 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### Diagram + +#### Bug Fixes + +- `#I637400` - Now, the Fixed user handle visibility works properly. +- `#I629696` - Now, the image node is exported properly with every export region settings. +- `#F194390` - Now, Annotation will render based on its width if defined. + ## 27.1.50 (2024-09-24) ### Diagram diff --git a/components/diagrams/package.json b/components/diagrams/package.json index c9d6e77f..429551eb 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-diagrams", - "version": "27.1.48", + "version": "27.1.50", "description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/documenteditor/CHANGELOG.md b/components/documenteditor/CHANGELOG.md index db6c3711..109dce90 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### DocumentEditor + +#### Bug Fixes + +- `#I630170` - Resolved the paragraph shifting issue when pasting text content. +- `#I626306` - Resolved the font family and page content is not rendered properly. + ## 27.1.50 (2024-09-24) ### DocumentEditor diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 880be399..3e20a636 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-documenteditor", - "version": "27.1.48", + "version": "27.1.50", "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/dropdowns/CHANGELOG.md b/components/dropdowns/CHANGELOG.md index e4db8121..290f00dd 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### MultiSelect + +#### Bug Fixes + +- `#I633820` - Resolved the issue where the change event was not triggered when removing the selected value. + +### ComboBox + +#### Bug Fixes + +- `#I631481` - The issue where the “aria-disabled” attribute value did not update properly when dynamically enabling and disabling the ComboBox has been resolved. + ## 27.1.50 (2024-09-24) ### DropDownTree diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index 890a29a6..b89cf628 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-dropdowns", - "version": "27.1.48", + "version": "27.1.50", "description": "Essential JS 2 DropDown Components for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/filemanager/CHANGELOG.md b/components/filemanager/CHANGELOG.md index c3ac2e11..c0535a0f 100644 --- a/components/filemanager/CHANGELOG.md +++ b/components/filemanager/CHANGELOG.md @@ -2,10 +2,27 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### FileManager + +#### Bug Fixes + +- `#I633879` - Improved error handling and null value management in File Manager component file operations. + ## 27.1.50 (2024-09-24) ### FileManager +#### Bug Fixes + +- `#I629895` - The issue with drag and drop action in the File Manager component with virtualization has been resolved. +- `#FB61054` - The issue with navigation pane update while performing drag and drop action in the File Manager component has been resolved. + +## 27.1.48 (2024-09-18) + +### FileManager + #### Features - The Backspace key navigation support is provided for File Manager to navigate to the previous path in File Manager. To navigate to the previous path programmatically, you can use the [traverseBackward](https://ej2.syncfusion.com/documentation/api/file-manager/#traversebackward) method. diff --git a/components/filemanager/package.json b/components/filemanager/package.json index 6aab7b12..405c452d 100644 --- a/components/filemanager/package.json +++ b/components/filemanager/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-filemanager", - "version": "18.28.1", + "version": "27.1.50", "description": "Essential JS 2 FileManager Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index 4eebf3be..1a223746 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### GanttChart + +#### Bug fixes + +- `#I632186` - Custom column not refreshed properly while indent and outdent issue has been fixed. +- `#I631776` - Dates given in the data source are not displayed same as segment data source issue has been fixed. +- `#I633422` - Incorrect start date updated using `updateRecordByID` issue has been fixed. + ## 27.1.50 (2024-09-24) ### GanttChart diff --git a/components/gantt/package.json b/components/gantt/package.json index 780c9133..f86d3d13 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-gantt", - "version": "27.1.48", + "version": "27.1.50", "description": "Essential JS 2 Gantt Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/grids/CHANGELOG.md b/components/grids/CHANGELOG.md index 5d257101..23d431e5 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### Grid + +#### Bug fixes + +- `#I629864` - The `CSP` issue when using `CustomDataAdaptor` has been resolved. +- `#I631247` - The issue with delete icon is disabled in toolbar when the grid `dataSource` is empty with Batch edit has been resolved. +- `#I630777` - The issue where Virtualization not working properly with specific `pageSize` values has been resolved. +- `#I634165` - The issue with the Grid auto-saving the cell while using the `uploader` component with batch editing has been resolved. + ## 27.1.50 (2024-09-24) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index 62bb0cfc..5113a1cb 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-grids", - "version": "27.1.48", + "version": "27.1.50", "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/heatmap/CHANGELOG.md b/components/heatmap/CHANGELOG.md index 4e5533a3..0fe38b38 100644 --- a/components/heatmap/CHANGELOG.md +++ b/components/heatmap/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.50 (2024-09-24) +## 27.1.51 (2024-09-30) ### HeatMap diff --git a/components/imageeditor/CHANGELOG.md b/components/imageeditor/CHANGELOG.md index 6b8ad2d8..33012278 100644 --- a/components/imageeditor/CHANGELOG.md +++ b/components/imageeditor/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### Image Editor + +#### Bug Fixes + +- The issue with "undo-redo collection updated multiple times while customizing arrow annotation" has been resolved. +- The issue with "Image Editor arrow intersection point is improper" has bee resolved. + ## 27.1.50 (2024-09-24) ### Image Editor diff --git a/components/imageeditor/package.json b/components/imageeditor/package.json index d4622530..6b363eb3 100644 --- a/components/imageeditor/package.json +++ b/components/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-image-editor", - "version": "27.1.48", + "version": "27.1.50", "description": "Essential JS 2 ImageEditor for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/inputs/CHANGELOG.md b/components/inputs/CHANGELOG.md index 11a56715..f3c7fabe 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.50 (2024-09-24) +## 27.1.51 (2024-09-30) ### ColorPicker diff --git a/components/interactivechat/CHANGELOG.md b/components/interactivechat/CHANGELOG.md index 8927b5dc..7faf02d2 100644 --- a/components/interactivechat/CHANGELOG.md +++ b/components/interactivechat/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.50 (2024-09-24) +## 27.1.48 (2024-09-18) ### AI AssistView diff --git a/components/interactivechat/package.json b/components/interactivechat/package.json index 11257ffb..00d4104f 100644 --- a/components/interactivechat/package.json +++ b/components/interactivechat/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-interactive-chat", - "version": "21.29.0", + "version": "27.1.50", "description": "Essential JS 2 Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/layouts/CHANGELOG.md b/components/layouts/CHANGELOG.md index 05ac68db..ca3065b8 100644 --- a/components/layouts/CHANGELOG.md +++ b/components/layouts/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### Timeline + +- `#I631862` - An alignment issue while utilizing `content` or `oppositeContent` property as template in Timeline component has been resolved. + ## 25.1.35 (2024-03-15) ### Timeline diff --git a/components/layouts/package.json b/components/layouts/package.json index 7acec85b..70b070ed 100644 --- a/components/layouts/package.json +++ b/components/layouts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-layouts", - "version": "21.4.6", + "version": "27.1.50", "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 Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index b44055eb..6915ad63 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.50 (2024-09-24) +## 27.1.48 (2024-09-18) ### ListView diff --git a/components/lists/package.json b/components/lists/package.json index 3c5eba01..b2e6d18f 100644 --- a/components/lists/package.json +++ b/components/lists/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-lists", - "version": "18.23.1", + "version": "27.1.50", "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 Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index 8164ea6f..657fb3e8 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -10,7 +10,7 @@ ## [Unreleased] -## 27.1.50 (2024-09-24) +## 27.1.51 (2024-09-30) ### Maps diff --git a/components/multicolumncombobox/CHANGELOG.md b/components/multicolumncombobox/CHANGELOG.md index eec43972..c43b4a41 100644 --- a/components/multicolumncombobox/CHANGELOG.md +++ b/components/multicolumncombobox/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.50 (2024-09-24) +## 27.1.51 (2024-09-30) ### MultiColumn ComboBox diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index cdcbf3ec..4bdce915 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### TreeView + +#### Bug Fixes + +- `#I636879` - Resolved the console error that occurred when dragging tree items in the TreeView component while using the Firefox browser. + ## 27.1.50 (2024-09-24) ### TreeView diff --git a/components/navigations/package.json b/components/navigations/package.json index d7f137d9..a225f11f 100644 --- a/components/navigations/package.json +++ b/components/navigations/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-navigations", - "version": "27.1.48", + "version": "27.1.50", "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 Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/notifications/CHANGELOG.md b/components/notifications/CHANGELOG.md index 0c14ca5e..c402a241 100644 --- a/components/notifications/CHANGELOG.md +++ b/components/notifications/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.50 (2024-09-24) +## 27.1.51 (2024-09-30) ### Message diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 4712f92e..cd9b5559 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,23 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### PDF Viewer + +#### Bug Fixes + +- `#I627789` - Now, the context menu for form fields opens properly in desktop touch mode. +- `#I630341` - Now, the text is properly aligned in the freetext annotation when using the subject property. +- `#I629789` - Now, the `IsDocumentEdited` property set to false when loading the customer provided PDF document. +- `#I632424` - Now, the object reference error won't occur when downloading with the dropdown field after updating the dropdown options programmatically. +- `#I627479` - Now, the browse button is working properly when dynamically changing enableFormFields API value. +- `#I635120` - Now, After adding a freetext, changing the alignment and font size, the undo and redo functions working properly. +- `#I635116` - Now, Freetext annotation appeared properly when update the alignment styling. +- `#I635117` - Now, the undo and redo actions is properly working when perform the cut and paste action. +- `#I630883` - Now, resizing the form field on the first page doesn't hide the form field on the third page. +- `#I630441` - Now, the `pageMouseover` event is triggered without annotation and form designer modules. + ## 27.1.50 (2024-09-24) ### PDF Viewer @@ -15,6 +32,7 @@ - `#I632511` - Now, the fetch request is not sent if the URL is set to the document path on the Server-Backed PDF Viewer. - `#I632378` - Now, copy paste is working with formfields when `enableFormDesigner` as false. - `#I631207` - Now, the `textmarkup` annotations are not unselected when changing the properties programmatically. +- `#I627322` - Now, the Form fields can not be moved outside of the document. ## 27.1.48 (2024-09-18) diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index 1561400e..1e320a16 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pdfviewer", - "version": "27.1.48", + "version": "27.1.50", "description": "Essential JS 2 PDF viewer Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/pivotview/CHANGELOG.md b/components/pivotview/CHANGELOG.md index b536a3fc..64286bf0 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### Pivot Table + +#### Bug fixes + +- `#I628997` - The drill-through popup will now display the proper data when using the Pivot Table with the server-side engine and DataTable. + ## 27.1.50 (2024-09-24) ### Pivot Table diff --git a/components/pivotview/package.json b/components/pivotview/package.json index 46eb496d..dec5be50 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pivotview", - "version": "27.1.48", + "version": "27.1.50", "description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/popups/package.json b/components/popups/package.json index 37758c2a..a148e8c1 100644 --- a/components/popups/package.json +++ b/components/popups/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-popups", - "version": "27.1.48", + "version": "27.1.50", "description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index 013e6ef7..776591d6 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.50 (2024-09-24) +## 27.1.51 (2024-09-30) ### QueryBuilder diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index 5a88afff..5da8769d 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,10 +2,40 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### RichTextEditor + +#### Bug Fixes + +- `#I630952` - Now, pressing the delete key when the cursor is at the end of the container correctly removes the correct `br` tag in the Rich Text Editor. + +- `#I629344` - Now, the `Insert` button is disabled in the image dialog when the selected image size exceeds the maximum file size. + +- `#I630816` - Now, the `beforePasteCleanup` event arguments `Value` is not empty when content is copied and pasted from the Adobe Acrobat PDF read. + +- `#I629364` - Now, Border right will appear when pasting from the Excel in the Rich Text Editor. + ## 27.1.50 (2024-09-24) ### RichTextEditor +#### Bug Fixes + +- `#I620537` - Now, In localization, different text are used in alternative text quick toolbar item and alternative text dialog header. + +- `#I623355` - Now, the ordered and unordered lists are now rendered properly in the table when copied and pasted from an MS Word document to the Rich Text Editor. + +- `#I630039` - Now, when formatting is applied to the content, it functions correctly in the Firefox browser. + +- `#I627005` - Now, when the Rich Text Editor is placed inside a list, the list functionality works properly. + +- `#F191200` - Now, when a `blockquote` is applied and the `clearFormat` action is selected, the process correctly removes the `blockquote` and applies the appropriate `p` tags. + +## 27.1.48 (2024-09-18) + +### RichTextEditor + #### Features - **Inline Code**: this feature allow users to highlight small code snippets, commands, or keywords within text, making them stand out for clarity in Rich Text Editor. Explore the demos [here](https://ej2.syncfusion.com/demos/#/bootstrap5/rich-text-editor/tools.html). diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index a1604c69..6cc27406 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-richtexteditor", - "version": "26.1.35", + "version": "27.1.50", "description": "Essential JS 2 RichTextEditor component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/schedule/CHANGELOG.md b/components/schedule/CHANGELOG.md index 209096ea..aa779736 100644 --- a/components/schedule/CHANGELOG.md +++ b/components/schedule/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### Schedule + +#### Bug fixes + +- `#I617009` - An issue where the appointment drag position is not updating according to the mouse cursor in the vertical views of the schedule has been fixed. +- `#I569000` - The issue with the current time indicator displaying discrepancies compared to the time scale on the start and end days of daylight saving time in the vertical view has been resolved. + ## 27.1.50 (2024-09-24) ### Schedule diff --git a/components/schedule/package.json b/components/schedule/package.json index 18eab5e9..8233b632 100644 --- a/components/schedule/package.json +++ b/components/schedule/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-schedule", - "version": "27.1.48", + "version": "27.1.50", "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/splitbuttons/CHANGELOG.md b/components/splitbuttons/CHANGELOG.md index f3480ff3..fee7da98 100644 --- a/components/splitbuttons/CHANGELOG.md +++ b/components/splitbuttons/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.50 (2024-09-24) +## 27.1.51 (2024-09-30) ### DropDownButton diff --git a/components/spreadsheet/CHANGELOG.md b/components/spreadsheet/CHANGELOG.md index a9329ccd..b351302d 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.50 (2024-09-24) +## 27.1.51 (2024-09-30) ### Spreadsheet diff --git a/components/treegrid/CHANGELOG.md b/components/treegrid/CHANGELOG.md index d5c7152d..c233f2eb 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 27.1.51 (2024-09-30) + +### Tree Grid + +#### Bug Fixes + +- `#I632368` - Last record removed during virtual scroll issue has been fixed. + ## 27.1.48 (2024-09-18) ### Tree Grid diff --git a/components/treegrid/package.json b/components/treegrid/package.json index b9ebb192..d325c783 100644 --- a/components/treegrid/package.json +++ b/components/treegrid/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-treegrid", - "version": "27.1.48", + "version": "27.1.50", "description": "Essential JS 2 TreeGrid Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/treemap/CHANGELOG.md b/components/treemap/CHANGELOG.md index d6a61075..e9191117 100644 --- a/components/treemap/CHANGELOG.md +++ b/components/treemap/CHANGELOG.md @@ -8,7 +8,7 @@ ## [Unreleased] -## 27.1.50 (2024-09-24) +## 27.1.51 (2024-09-30) ### TreeMap