From b85ae5a5ee159b8eb95190adcca0738e9404238f Mon Sep 17 00:00:00 2001 From: pipeline Date: Tue, 14 Jan 2025 03:26:34 +0000 Subject: [PATCH] v28.1.39 is released --- components/barcodegenerator/CHANGELOG.md | 2 +- components/buttons/CHANGELOG.md | 10 ++++++++- components/buttons/package.json | 2 +- components/calendars/CHANGELOG.md | 10 ++++++++- components/calendars/package.json | 2 +- components/charts/CHANGELOG.md | 8 +++++++ components/charts/package.json | 2 +- components/circulargauge/CHANGELOG.md | 2 +- components/diagrams/CHANGELOG.md | 13 ++++++++++- components/diagrams/package.json | 2 +- .../diagrams/src/diagram/diagram.component.ts | 8 +++++++ components/documenteditor/CHANGELOG.md | 10 +++++++++ components/documenteditor/package.json | 2 +- components/dropdowns/CHANGELOG.md | 14 ++++++++++++ components/dropdowns/package.json | 2 +- components/filemanager/CHANGELOG.md | 8 +++++++ components/gantt/CHANGELOG.md | 17 ++++++++++++++ components/gantt/package.json | 2 +- components/grids/package.json | 2 +- components/imageeditor/CHANGELOG.md | 12 ++++++++-- components/inputs/CHANGELOG.md | 2 +- components/inputs/README.md | 22 +++++++++++++------ components/inputs/package.json | 2 +- components/lists/CHANGELOG.md | 2 +- components/maps/CHANGELOG.md | 2 +- components/multicolumncombobox/CHANGELOG.md | 2 +- components/navigations/CHANGELOG.md | 2 +- components/notifications/CHANGELOG.md | 2 +- components/pdfviewer/CHANGELOG.md | 11 ++++++++++ components/pdfviewer/package.json | 2 +- components/pivotview/package.json | 2 +- components/popups/package.json | 2 +- components/querybuilder/CHANGELOG.md | 2 +- components/richtexteditor/CHANGELOG.md | 14 ++++++++++++ components/richtexteditor/package.json | 2 +- components/schedule/CHANGELOG.md | 8 +++++++ components/schedule/package.json | 2 +- components/spreadsheet/CHANGELOG.md | 8 +++++++ components/spreadsheet/package.json | 2 +- components/treegrid/CHANGELOG.md | 11 ++++++++-- components/treegrid/package.json | 2 +- components/treemap/CHANGELOG.md | 10 ++++++++- components/treemap/package.json | 2 +- 43 files changed, 205 insertions(+), 41 deletions(-) diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index d5f30445..5ceddac8 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.39 (2024-01-14) ### Barcode diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index 54e974ad..466b4802 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.39 (2024-01-14) + +### Switch + +#### Bug Fixes + +- `#I933399`- The issue with "Checked state not update properly while changing the switch component programmatically using click event of input element" has been resolved. + +## 28.1.37 (2024-12-31) ### Switch diff --git a/components/buttons/package.json b/components/buttons/package.json index 388b9780..efd09213 100644 --- a/components/buttons/package.json +++ b/components/buttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-buttons", - "version": "28.1.33", + "version": "28.1.37", "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 cad6fb6c..6d868480 100644 --- a/components/calendars/CHANGELOG.md +++ b/components/calendars/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.39 (2024-01-14) + +### DateRangePicker + +#### Bug Fixes + +- `#I666998` - Fixed an issue where the start and end date selection was not maintained in the popup. + +## 28.1.37 (2024-12-31) ### DateRangePicker diff --git a/components/calendars/package.json b/components/calendars/package.json index bd85d80c..451ba207 100644 --- a/components/calendars/package.json +++ b/components/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-calendars", - "version": "28.1.35", + "version": "28.1.37", "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/CHANGELOG.md b/components/charts/CHANGELOG.md index 98cadd8f..878ea255 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 28.1.39 (2024-01-14) + +### Chart + +#### Bug Fixes + +- `#I663652` - The calculations for both sum and intermediate sum indexes have been corrected. + ## 28.1.38 (2025-01-07) ### Chart diff --git a/components/charts/package.json b/components/charts/package.json index 7bf2c50f..411e108e 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-charts", - "version": "28.1.37", + "version": "28.1.38", "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 a211887b..62fbc6c8 100644 --- a/components/circulargauge/CHANGELOG.md +++ b/components/circulargauge/CHANGELOG.md @@ -4,7 +4,7 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.39 (2024-01-14) ### Circular Gauge diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index 56ffb5f6..1da52fa4 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,7 +2,17 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.39 (2024-01-14) + +### Diagram + +#### Bug Fixes + +- `#I668014` - Performance improved for loading diagrams with complex hierarchical tree layouts with path nodes. +- `#I672924` - EJ1 diagrams now load in EJ2 Diagram Builder even when the port shape is undefined. +- `#I676157` - Fixed issue where completing Polyline drawing was not possible on iPad Safari browser. + +## 28.1.37 (2024-12-31) ### Diagram @@ -10,6 +20,7 @@ - `#I664086` - Bezier settings are now applied to freehand connectors during the drawing process. - `#I664088` - Segment points are now draggable even when the pointer is positioned on the outer part of an increased segment thumb size. +- `#I658382` - Z-order is now updated correctly for HTML and native nodes when using `moveForward` or `sendBackward`. ## 28.1.36 (2024-12-24) diff --git a/components/diagrams/package.json b/components/diagrams/package.json index 5c8723d3..116ef317 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-diagrams", - "version": "28.1.35", + "version": "28.1.37", "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/diagrams/src/diagram/diagram.component.ts b/components/diagrams/src/diagram/diagram.component.ts index ccdcd9a0..218d7c26 100644 --- a/components/diagrams/src/diagram/diagram.component.ts +++ b/components/diagrams/src/diagram/diagram.component.ts @@ -269,6 +269,9 @@ export let DiagramComponent: DefineVueComponent = vueDefineCompon getParentId(id: string): string { return this.ej2Instances.getParentId(id); }, + getPathData(key: string): Object[] { + return this.ej2Instances.getPathData(key); + }, getTool(action: string): Object { return this.ej2Instances.getTool(action); }, @@ -383,6 +386,9 @@ export let DiagramComponent: DefineVueComponent = vueDefineCompon setActiveLayer(layerName: string): void { return this.ej2Instances.setActiveLayer(layerName); }, + setPathData(key: string, data: Object[]): void { + return this.ej2Instances.setPathData(key, data); + }, setStackLimit(stackLimit: number): void { return this.ej2Instances.setStackLimit(stackLimit); }, @@ -491,6 +497,7 @@ export type DiagramComponent = typeof ComponentBase & { getNodeObject(id: string): Object; getObject(name: string): Object; getParentId(id: string): string; + getPathData(key: string): Object[]; getTool(action: string): Object; group(): void; hideTooltip(obj: Object | Object): void; @@ -529,6 +536,7 @@ export type DiagramComponent = typeof ComponentBase & { sendLayerBackward(layerName: string): void; sendToBack(): void; setActiveLayer(layerName: string): void; + setPathData(key: string, data: Object[]): void; setStackLimit(stackLimit: number): void; showTooltip(obj: Object | Object): void; startGroupAction(): void; diff --git a/components/documenteditor/CHANGELOG.md b/components/documenteditor/CHANGELOG.md index d6bb9520..e87b3e5a 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 28.1.39 (2024-01-14) + +### DocumentEditor + +#### Bug Fixes + +- `#I660432` - Improved performance when applying formatting to an entire document. +- `#I668208` - Fixed text duplication caused by the move-down action outside the editable element after inserting text using Japanese IME on Windows. +- `#I665638` - Addressed issues with arrow keys, deletion, and keyboard input in form field protection mode for Content Controls. + ## 28.1.38 (2025-01-07) ### DocumentEditor diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 3febc1cd..668cca69 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-documenteditor", - "version": "28.1.37", + "version": "28.1.38", "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 467bb8b6..ae7e8b59 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 28.1.39 (2024-01-14) + +### ListBox + +#### Bug Fixes + +- `#I933368` - Issue with "Filter input loss focus if the last letter is removed using backspace in listbox" has been resolved. + +### Mention + +#### Bug Fixes + +- `#FB64462` - Resolved an issue where the `readonly` feature was not functioning correctly when integrating the Rich Text Editor with the mention functionality. + ## 28.1.38 (2025-01-07) ### DropDownTree diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index ad8fd298..b79bfe3e 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-dropdowns", - "version": "28.1.37", + "version": "28.1.38", "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 3043e55b..0061fe70 100644 --- a/components/filemanager/CHANGELOG.md +++ b/components/filemanager/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 28.1.39 (2024-01-14) + +### FileManager + +#### Bug Fixes + +- `#I676141` - The issue with current directory drag-and-drop functionality in the navigation pane of the File Manager component has been resolved. + ## 28.1.36 (2024-12-24) ### FileManager diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index 5d08ab8c..b4e2351c 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 28.1.39 (2024-01-14) + +### GanttChart + +#### Bug fixes + +- `#I668317` - Timeline tiers get misaligned while using timeline virtualization in `DST` zone issue has been fixed. +- `#I676849` - When the context menu action is cancel, the added child record is still considered as a parent issue has been fixed. +- `#I606658` - Taskbar not render correct position when `zoomToFit` issue has been fixed. +- `#I668145` - A script error is thrown when the Delete Dependency context menu item is clicked issue has been fixed. +- `#I676845` - Console error occurred while exporting PDF without columns property issue has been fixed. +- `#I661832` - collapsed records were not in the viewport for the last set of records with a large number of child records, issue has been fixed. +- `#I664339` - Template not destroyed while zooming action issue has been fixed. + ## 28.1.38 (2025-01-07) ### GanttChart @@ -9,6 +23,9 @@ #### Bug fixes - `#I668777` - Toolbar visible property not working issue has been fixed. +- `#I668317` - Timeline tiers get misaligned while using timeline virtualization in `DST` zone issue has been fixed. +- `#I674918` - When virtualization is enabled, the resource collection does not display properly in the resource tab issue has been fixed. +- `#I667515` - Horizontal scroll jumps to starting point while scrolling after zooming actions issue has been fixed. ## 28.1.37 (2024-12-31) diff --git a/components/gantt/package.json b/components/gantt/package.json index 859aea93..3077cda9 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-gantt", - "version": "28.1.37", + "version": "28.1.38", "description": "Essential JS 2 Gantt Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/grids/package.json b/components/grids/package.json index a3b2dabb..041146c1 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-grids", - "version": "28.1.37", + "version": "28.1.38", "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/imageeditor/CHANGELOG.md b/components/imageeditor/CHANGELOG.md index 8a139ca3..038e5133 100644 --- a/components/imageeditor/CHANGELOG.md +++ b/components/imageeditor/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 28.1.39 (2024-01-14) + +### Image Editor + +#### Bug Fixes + +- `#I932270` - The issue with "Need to load images with policy tokens in the React ImageEditor component" has been resolved. + ## 28.1.33 (2024-12-12) ### Image Editor @@ -11,9 +19,9 @@ #### Features -- The Image Editor component now supports image restrictions via the `uploadSettings` property, enabling users to specify allowed image extensions and define minimum and maximum image sizes. +- The Image Editor component now includes support for image restrictions through `uploadSettings`. Developers can specify allowed image extensions and set minimum and maximum image sizes. If an image does not meet the criteria, users will receive an alert message, ensuring improved image validation and better control over uploads. -- The Image Editor component now supports the `WEBP` format, allowing users to upload and save WEBP images. +- The Image Editor component now supports the `WebP` format, allowing users to upload and save WEBP images. ## 27.1.50 (2024-09-24) diff --git a/components/inputs/CHANGELOG.md b/components/inputs/CHANGELOG.md index f8d6674f..050b1f23 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.37 (2024-12-31) ### Uploader diff --git a/components/inputs/README.md b/components/inputs/README.md index b2ac654d..700e008b 100644 --- a/components/inputs/README.md +++ b/components/inputs/README.md @@ -189,16 +189,24 @@ The [Vue Rating](https://www.syncfusion.com/vue-components/vue-rating?utm_source ### Vue OTP Input -The `Vue OTP Input` component is designed to securely enter and verify single-use passwords for multi-factor authentication purposes in various applications, such as banking, e-commerce, or account login processes. It has several built-in features such as support for input types, styling modes, placeholder, seperators, and customization. +The [Vue OTP Input](https://www.syncfusion.com/vue-components/vue-otp-input?utm_source=npm&utm_medium=listing&utm_campaign=vue-inputs-npm) component is designed to securely enter and verify single-use passwords for multi-factor authentication purposes in various applications, such as banking, e-commerce, or account login processes. It has several built-in features such as support for input types, styling modes, placeholder, seperators, and customization. + +

+ Getting Started . + Online demos . + Learn more +

+ +

+Vue OTP Input Component #### Key features -* `Input types` - Allow specifying the input type as text, number, or password for the OTP input.. -* `Styling modes` - Offer built-in styling options such as underline, outline, or fill. -* `Tooltip` - Displays additional information of the rating items. -* `Placeholders` - Allow setting a hint character for each input field, indicating the expected value. -* `Separators` - Specify a character to be placed between input fields. -* `Customization` - Allows customizing the default appearance, including input field styling, input length, and more. +* [Input types](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-otp-input-npm#/fluent2/otp-input/default) - Allow specifying the input type as text, number, or password for the OTP input.. +* [Styling modes](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-otp-input-npm#/fluent2/otp-input/api) - Offer built-in styling options such as underline, outline, or fill. +* [Placeholders](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-otp-input-npm#/fluent2/otp-input/api) - Allow setting a hint character for each input field, indicating the expected value. +* [Separators](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-otp-input-npm#/fluent2/otp-input/api) - Specify a character to be placed between input fields. +* [Customization](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-otp-input-npm#/fluent2/otp-input/api) - Allows customizing the default appearance, including input field styling, input length, and more.

Trusted by the world's leading companies diff --git a/components/inputs/package.json b/components/inputs/package.json index 5fed8261..fed3d313 100644 --- a/components/inputs/package.json +++ b/components/inputs/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-inputs", - "version": "28.1.33", + "version": "28.1.37", "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 Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index 6afdb3e1..275ba336 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.39 (2024-01-14) ### ListBox diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index 92e5302e..080d366e 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -10,7 +10,7 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.39 (2024-01-14) ### Maps diff --git a/components/multicolumncombobox/CHANGELOG.md b/components/multicolumncombobox/CHANGELOG.md index f17f7cb4..8e56b256 100644 --- a/components/multicolumncombobox/CHANGELOG.md +++ b/components/multicolumncombobox/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.39 (2024-01-14) ### MultiColumn ComboBox diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index 0f346fe6..8623c01a 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.39 (2024-01-14) ### Tab diff --git a/components/notifications/CHANGELOG.md b/components/notifications/CHANGELOG.md index 0152cfee..8f6f5fad 100644 --- a/components/notifications/CHANGELOG.md +++ b/components/notifications/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.39 (2024-01-14) ### Message diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 089324e3..57fc762c 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 28.1.39 (2024-01-14) + +### PDF Viewer + +#### Bug Fixes + +- `#I674223` - Now, the form field alignment is correctly preserved after downloading the document in a `standalone` PDF Viewer. +- `#I665085` - Now, the PDF viewer no longer crashes when loading large size digital signature document. +- `#I676738` - Now, the radio button is visible on the non-rendered page when saving the document. +- `#I675055`, `#678431` - Now, the script error no longer occurs when using the PDF Viewer in React with `Vite` in production. + ## 28.1.38 (2025-01-07) ### PDF Viewer diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index b63fba53..238e0a41 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pdfviewer", - "version": "28.1.37", + "version": "28.1.38", "description": "Essential JS 2 PDF viewer Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/pivotview/package.json b/components/pivotview/package.json index ea82b88c..b29b01b6 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pivotview", - "version": "28.1.37", + "version": "28.1.38", "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 6e852e28..e0388e8a 100644 --- a/components/popups/package.json +++ b/components/popups/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-popups", - "version": "28.1.33", + "version": "28.1.38", "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 7858dde7..da35e68e 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.39 (2024-01-14) ### QueryBuilder diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index 4acb84ac..7e3ba8d2 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 28.1.39 (2024-01-14) + +### RichTextEditor + +#### Bug Fixes + +- `#F64367` - Now, the Rich Text Editor toolbar works properly and maintains its state after focus is lost. + +- `#I668053` - Now, the placeholder in the Rich Text Editor works properly when the content contains two empty lines. + +- `#I636887` - Now, the insert link validation works properly when the display text is empty in the Rich Text Editor. + +- `#I621623` - Now, the paste performance of larger documents has been slightly improved. + ## 28.1.38 (2025-01-07) ### RichTextEditor diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index 4defb35f..39cb2c60 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-richtexteditor", - "version": "28.1.37", + "version": "28.1.38", "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 f45542c1..21faef89 100644 --- a/components/schedule/CHANGELOG.md +++ b/components/schedule/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 28.1.39 (2024-01-14) + +### Schedule + +#### Bug fixes + +- `#I665787` - The issue where the scheduler tooltip rendered empty when using a template with large content has been resolved. + ## 28.1.38 (2025-01-07) ### Schedule diff --git a/components/schedule/package.json b/components/schedule/package.json index 55f81ce5..96133bc4 100644 --- a/components/schedule/package.json +++ b/components/schedule/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-schedule", - "version": "28.1.37", + "version": "28.1.38", "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/spreadsheet/CHANGELOG.md b/components/spreadsheet/CHANGELOG.md index d54b0ee1..08a3de8f 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 28.1.39 (2024-01-14) + +### Spreadsheet + +#### Bug fixes + +- `#I678207` - Issue with "sheet panel did not render properly when the `refresh` and `calculateNow` functions were invoked during the `openComplete` event" has been resolved. + ## 28.1.35 (2024-12-18) ### Spreadsheet diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json index b621cfe1..3bf537d9 100644 --- a/components/spreadsheet/package.json +++ b/components/spreadsheet/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-spreadsheet", - "version": "28.1.35", + "version": "28.1.37", "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/treegrid/CHANGELOG.md b/components/treegrid/CHANGELOG.md index 37a4181e..f7ce174c 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.39 (2024-01-14) + +### Tree Grid + +#### Bug Fixes + +- `#I661832` - Collapsed records are now displayed properly in the viewport for last set of records when virtualization is enabled. + +## 28.1.37 (2024-12-31) ### Tree Grid @@ -11,7 +19,6 @@ - `#I662513` - Resolved a script error that occurred when scrolling in the virtualization sample with `allowSelection` set to `false`. - `#I664039` - Resolved a console warning that occurred on using freeze feature in treegrid. - `#I662225` - The `ClipMode` property with `EllipsisWithTooltip` is now shown properly for child records. -- `#I661832` - Collapsed records are now displayed properly in the viewport for last set of records when virtualization is enabled. - `#I656160` - Fixed the scrolling issue experienced when using the [LoadChildOnDemand](https://helpej2.syncfusion.com/documentation/api/treegrid/#loadchildondemand) functionality. - `#I664039` - Resolved a console warning that occurred on using `freeze` property in treegrid. diff --git a/components/treegrid/package.json b/components/treegrid/package.json index e874d07e..b438f73c 100644 --- a/components/treegrid/package.json +++ b/components/treegrid/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-treegrid", - "version": "28.1.35", + "version": "28.1.37", "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 340773c4..72f1e58f 100644 --- a/components/treemap/CHANGELOG.md +++ b/components/treemap/CHANGELOG.md @@ -8,7 +8,15 @@ ## [Unreleased] -## 28.1.38 (2025-01-07) +## 28.1.39 (2024-01-14) + +### TreeMap + +#### Bug Fixes + +- `#I674661` - Now, `colorMapping` works as expected even when the legend is set to **false**. + +## 28.1.33 (2024-12-12) ### TreeMap diff --git a/components/treemap/package.json b/components/treemap/package.json index 42ddd79d..1f79f644 100644 --- a/components/treemap/package.json +++ b/components/treemap/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-treemap", - "version": "16.31.24", + "version": "28.1.33", "description": "Essential JS 2 TreeMap Components for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license",