diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index c04247fd..d5f30445 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Barcode diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index bcaf5836..54e974ad 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Switch diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md index a1f21e0b..cad6fb6c 100644 --- a/components/calendars/CHANGELOG.md +++ b/components/calendars/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### DateRangePicker diff --git a/components/charts/CHANGELOG.md b/components/charts/CHANGELOG.md index 64d8c90d..98cadd8f 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,21 @@ ## [Unreleased] +## 28.1.38 (2025-01-07) + +### Chart + +#### Bug Fixes + +- `#F195601` - The console error no longer occurs when rendering a single data point with a multilevel label. +- `#I676165` - Exporting a chart with complex properties to CSV or XLSX now functions correctly. + +### Accumulation Chart + +#### Bug Fixes + +- `#I674361` - The subtitle now renders correctly even when its length exceeds that of the title. + ## 28.1.37 (2024-12-31) ### Chart @@ -11,7 +26,7 @@ - `#I667080` - The column series now renders properly when the width is set in pixels and `enableSideBySidePlacement` is set to false. - `#I654525` - The y-axis now dynamically adjusts to accommodate negative ranges when the negative error bar exceeds the minimum value. -## 28.1.36 +## 28.1.36 (2024-12-24) ### Chart diff --git a/components/charts/package.json b/components/charts/package.json index 02402584..7bf2c50f 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-charts", - "version": "28.1.35", + "version": "28.1.37", "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 82de5970..a211887b 100644 --- a/components/circulargauge/CHANGELOG.md +++ b/components/circulargauge/CHANGELOG.md @@ -4,7 +4,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Circular Gauge diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index dc43448b..56ffb5f6 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Diagram diff --git a/components/documenteditor/CHANGELOG.md b/components/documenteditor/CHANGELOG.md index 4b3c9761..d6bb9520 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased] +## 28.1.38 (2025-01-07) + +### DocumentEditor + +#### Bug Fixes + +- `#I665316` - Fixed layout issue during editing due to start and end fields being in different paragraphs. +- `#I664308` - Addressed the problem of HTML content not copying correctly to the clipboard when copying table content with block content control. +- `#I669203` - Corrected the issue where revisions in headers were not reflected in the track changes pane due to existing header/footer conditions. +- `#I675010` - Resolved script error encountered when removing inline contents that include field elements. +- `#I658140` - Improved performance when inserting text into split table cells across multiple pages. +- `#I665482` - Fixed script error that occurred when pasting content from Microsoft Word into the Document Editor after selecting table cell content. + ## 28.1.37 (2024-12-31) ### DocumentEditor diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index a76ec01c..3febc1cd 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-documenteditor", - "version": "28.1.35", + "version": "28.1.37", "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 1397baf2..467bb8b6 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 28.1.38 (2025-01-07) + +### DropDownTree + +#### Bug Fixes + +- `#I668573` - The issue pop-up does not stick to the target after filtering is performed in the Dropdown Tree component has been resolved. + ## 28.1.37 (2024-12-31) ### Mention diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index b81bd4c9..ad8fd298 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-dropdowns", - "version": "28.1.35", + "version": "28.1.37", "description": "Essential JS 2 DropDown Components for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index 1a9a8cbe..5d08ab8c 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,12 +2,30 @@ ## [Unreleased] +## 28.1.38 (2025-01-07) + +### GanttChart + +#### Bug fixes + +- `#I668777` - Toolbar visible property not working issue has been fixed. + ## 28.1.37 (2024-12-31) ### GanttChart #### Bug fixes +- `#I656160` - White space and scrolling issues while using load child on demand has been fixed. +- `#I668559` - Event marker position is not rendering correctly on the timeline issue has been fixed. +- `#I665780` - Baseline width is not set properly for decimal duration issue has been fixed. + +## 28.1.36 (2024-12-25) + +### 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. diff --git a/components/gantt/package.json b/components/gantt/package.json index 9512c461..859aea93 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-gantt", - "version": "28.1.35", + "version": "28.1.37", "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 9243e974..f8cf29ed 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 28.1.38 (2025-01-07) + +### Grid + +#### Bug fixes + +- `#I667386` - The issue where resizing a column with the frozen column feature enabled caused other columns to resize has been resolved. +- `#I675761` - The issue of the spinner not being displayed in the filter dialog of the grid has been resolved. + ## 28.1.37 (2024-12-31) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index 6e024193..a3b2dabb 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-grids", - "version": "28.1.35", + "version": "28.1.37", "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 5b6cc90c..3882d87c 100644 --- a/components/heatmap/CHANGELOG.md +++ b/components/heatmap/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.33 (2024-12-12) ### HeatMap diff --git a/components/heatmap/package.json b/components/heatmap/package.json index debf223b..fdf60739 100644 --- a/components/heatmap/package.json +++ b/components/heatmap/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-heatmap", - "version": "18.14.11", + "version": "28.1.33", "description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/inputs/CHANGELOG.md b/components/inputs/CHANGELOG.md index 050b1f23..f8d6674f 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Uploader diff --git a/components/kanban/package.json b/components/kanban/package.json index bad30804..c921021f 100644 --- a/components/kanban/package.json +++ b/components/kanban/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-kanban", - "version": "28.1.33", + "version": "28.1.37", "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 Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index f173d819..6afdb3e1 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### ListBox diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index d104f3a4..92e5302e 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -10,7 +10,15 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) + +### Maps + +#### Bug fixes + +- `#I668862` - Markers will now render correctly at certain zoom levels when the `animationDuration` is enabled for layers in Maps. + +## 28.1.33 (2024-12-12) ### Maps diff --git a/components/maps/package.json b/components/maps/package.json index 47c31ca5..a47af8d4 100644 --- a/components/maps/package.json +++ b/components/maps/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-maps", - "version": "16.42.7", + "version": "28.1.33", "description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/multicolumncombobox/CHANGELOG.md b/components/multicolumncombobox/CHANGELOG.md index 46ab1666..f17f7cb4 100644 --- a/components/multicolumncombobox/CHANGELOG.md +++ b/components/multicolumncombobox/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### MultiColumn ComboBox diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index 7ef4a2c9..0f346fe6 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Tab diff --git a/components/notifications/CHANGELOG.md b/components/notifications/CHANGELOG.md index eeb3ff31..0152cfee 100644 --- a/components/notifications/CHANGELOG.md +++ b/components/notifications/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Message diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 46b1ef1f..089324e3 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 28.1.38 (2025-01-07) + +### PDF Viewer + +#### Bug Fixes + +- `#I659553` - Now, the text field background color appears as expected. +- `#I662006` - Now, the non-rendered page form fields are properly updated using the `updateFormFieldsValue` method. +- `#I666148` - Now, the page navigation now works correctly for hyperlinks pointing to pages above 100. + ## 28.1.37 (2024-12-31) ### PDF Viewer @@ -9,7 +19,6 @@ #### Bug Fixes - `#I664554` - Now, the `documentId` property is no longer missing in the `ajaxRequestInitiate` event after rotating the PDF pages. -- `#I662006` - Now, the non-rendered page form fields are properly updated using the `updateFormFieldsValue` method. - `#I662588` - A proper error message is now displayed when an invalid base 64 string is loaded in the PDF Viewer. ## 28.1.36 (2024-12-24) diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index 2d74232f..b63fba53 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pdfviewer", - "version": "28.1.35", + "version": "28.1.37", "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 4031415d..b2b8df39 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 28.1.38 (2025-01-07) + +### Pivot Table + +#### Bug fixes + +- When the 'defer layout update' option is enabled, the 'actionComplete' event will now be triggered with the correct action name in the pivot table. + ## 28.1.37 (2024-12-31) ### Pivot Table diff --git a/components/pivotview/package.json b/components/pivotview/package.json index 3cf9e139..ea82b88c 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pivotview", - "version": "28.1.33", + "version": "28.1.37", "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/CHANGELOG.md b/components/popups/CHANGELOG.md index 87fb41d0..170a237c 100644 --- a/components/popups/CHANGELOG.md +++ b/components/popups/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 28.1.38 (2025-01-07) + +### Tooltip + +#### Bug Fixes + +- `#I661900` - Resolved console error when dynamically using `OpenDelay` with delay for the Tooltip component. + +### Popup + +#### Bug Fixes + +- `#I664758` - Fixed an issue with the positioning of the dropdownlist popup. + ## 21.1.35 (2023-03-23) ### Tooltip diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index 05002d5e..7858dde7 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### QueryBuilder diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index b0cbdc14..4acb84ac 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 28.1.38 (2025-01-07) + +### RichTextEditor + +#### Bug Fixes + +- `#I668052` - Now, the Rich Text Editor works properly when using `Shift+Enter` while applying and removing formats such as bold, italic, and underline. + +- `#I642043` - Now, after pasting an image, the `afterPasteCleanup` event will be triggered properly. + ## 28.1.37 (2024-12-31) ### RichTextEditor diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index c3537e5f..4defb35f 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-richtexteditor", - "version": "28.1.35", + "version": "28.1.37", "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 a8108891..f45542c1 100644 --- a/components/schedule/CHANGELOG.md +++ b/components/schedule/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 28.1.38 (2025-01-07) + +### Schedule + +#### Bug fixes + +- `#F195575` - An issue with scroll dragging persists after releasing mouse button outside the schedule component has been fixed. +- `IF667909` - An issue where the horizontal scrollbar would reset its position during window resizing has been fixed. + ## 28.1.37 (2024-12-31) ### Schedule diff --git a/components/schedule/package.json b/components/schedule/package.json index 535fe284..55f81ce5 100644 --- a/components/schedule/package.json +++ b/components/schedule/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-schedule", - "version": "28.1.35", + "version": "28.1.37", "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/treegrid/CHANGELOG.md b/components/treegrid/CHANGELOG.md index edf71625..37a4181e 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Tree Grid diff --git a/components/treemap/CHANGELOG.md b/components/treemap/CHANGELOG.md index 40a7c310..340773c4 100644 --- a/components/treemap/CHANGELOG.md +++ b/components/treemap/CHANGELOG.md @@ -8,7 +8,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### TreeMap