From 7fa634eb9c21c4f3738e6789614369c5062a95a4 Mon Sep 17 00:00:00 2001 From: pipeline Date: Tue, 5 Mar 2024 10:57:20 +0000 Subject: [PATCH] v24.2.9 is released --- components/barcodegenerator/CHANGELOG.md | 2 +- components/buttons/CHANGELOG.md | 2 +- components/calendars/CHANGELOG.md | 8 ++++++++ components/calendars/package.json | 2 +- components/charts/CHANGELOG.md | 10 ++++++++++ components/charts/package.json | 2 +- components/circulargauge/CHANGELOG.md | 2 +- components/diagrams/CHANGELOG.md | 8 ++++++++ components/diagrams/package.json | 2 +- components/documenteditor/CHANGELOG.md | 12 ++++++++++++ components/documenteditor/package.json | 2 +- components/dropdowns/CHANGELOG.md | 8 ++++++++ components/dropdowns/package.json | 2 +- components/filemanager/CHANGELOG.md | 2 +- components/gantt/CHANGELOG.md | 13 +++++++++++++ components/gantt/package.json | 2 +- components/grids/CHANGELOG.md | 12 ++++++++++++ components/grids/package.json | 2 +- components/imageeditor/package.json | 2 +- components/lists/CHANGELOG.md | 2 +- components/maps/CHANGELOG.md | 2 +- components/navigations/CHANGELOG.md | 2 +- components/notifications/CHANGELOG.md | 2 +- components/pdfviewer/CHANGELOG.md | 13 +++++++++++++ components/pdfviewer/package.json | 2 +- components/pivotview/CHANGELOG.md | 8 ++++++++ components/pivotview/package.json | 2 +- components/popups/CHANGELOG.md | 8 ++++++++ components/popups/package.json | 2 +- components/progressbar/CHANGELOG.md | 8 ++++++++ components/querybuilder/CHANGELOG.md | 9 +++++++++ components/querybuilder/package.json | 2 +- components/ribbon/CHANGELOG.md | 2 +- components/richtexteditor/CHANGELOG.md | 10 ++++++++++ components/richtexteditor/package.json | 2 +- components/schedule/package.json | 2 +- components/spreadsheet/CHANGELOG.md | 8 ++++++++ components/spreadsheet/package.json | 2 +- components/treegrid/package.json | 2 +- 39 files changed, 160 insertions(+), 25 deletions(-) diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index ca9cb24a..c3da0c9c 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.2.8 (2024-02-27) +## 24.2.9 (2024-03-05) ### Barcode diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index 434170f6..d7b398fe 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.2.8 (2024-02-27) +## 24.2.9 (2024-03-05) ### Button diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md index 43bda81d..a2b60b70 100644 --- a/components/calendars/CHANGELOG.md +++ b/components/calendars/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### DateTimePicker + +#### Bug Fixes + +- `#FB50296` - Fixed an issue where the date format `MMM/YYYY` was displaying the wrong date value in languages other than English. + ## 24.2.8 (2024-02-27) ### DateRangePicker diff --git a/components/calendars/package.json b/components/calendars/package.json index 014b7f29..5af041a9 100644 --- a/components/calendars/package.json +++ b/components/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-calendars", - "version": "24.2.5", + "version": "24.2.8", "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 6b04ab82..8b4e6aff 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### Chart + +#### Bug Fixes + +- `#I558392` - Now the line color of the Pareto chart is stable when toggling the legend. +- `#I558247` - Now sorting is working in the Pareto chart. +- `#I557017` - Now the column is rendered properly when a corner radius is used. + ## 24.2.8 (2024-02-27) ### Chart diff --git a/components/charts/package.json b/components/charts/package.json index 3b53288a..723a0a9b 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-charts", - "version": "24.2.7", + "version": "24.2.8", "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 2671880d..812546fd 100644 --- a/components/circulargauge/CHANGELOG.md +++ b/components/circulargauge/CHANGELOG.md @@ -5,7 +5,7 @@ ## [Unreleased] -## 24.2.8 (2024-02-27) +## 24.2.9 (2024-03-05) ### CircularGauge diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index 6d2de2f6..86ee31aa 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### Diagram + +#### Bug Fixes + +- `#I557035` - Now, the layers object gets cleared when we call clear method. + ## 24.2.8 (2024-02-27) ### Diagram diff --git a/components/diagrams/package.json b/components/diagrams/package.json index 80d29fc9..30ba28f0 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-diagrams", - "version": "24.2.7", + "version": "24.2.8", "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 599d50bb..8603c681 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### DocumentEditor + +#### Bug Fixes + +- `#I555058` - Resolved the shape position issue in the attached document. +- `#I546422` - Resolved the presence of additional spacing in the Arabic document. +- `#I544048` - Resolved the before spacing issue. +- `#I547781` - Resolved the show revisions API not working properly issue. +- `#I540605`, `I527154` - Resolved the copy pasting issue in blazor. + ## 24.2.8 (2024-02-27) ### DocumentEditor diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index d70dc040..ea8eceed 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-documenteditor", - "version": "24.2.7", + "version": "24.2.8", "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 0ec35797..fef9f95e 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### ComboBox + +#### Bug Fixes + +- `#I557826` - Fixed an issue where preselected values in ComboBox were not working properly when Virtualization is enabled. + ## 24.2.8 (2024-02-27) ### Mention diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index f7a7d733..321cdea1 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-dropdowns", - "version": "24.2.7", + "version": "24.2.8", "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 61e191e8..ecc5a57c 100644 --- a/components/filemanager/CHANGELOG.md +++ b/components/filemanager/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.2.8 (2024-02-27) +## 24.2.9 (2024-03-05) ### FileManager diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index 61bef659..38e30168 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### GanttChart + +#### Bug Fixes + +- `#I557001` - Console error in dependency connection after row drag action issue has been fixed. +- `#I556547` - top and bottom tier shows null when using custom zooming levels. +- `#I552622` - The enable immutable enabled sample expand icon hide when record add issue has been fixed. +- `#F186617` - Gantt pdf export taskbar text alignment issue has been fixed. +- `#I561997` - The PDF export is not working properly when changing `bottomTier` to week. +- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly. + ## 24.2.8 (2024-02-27) ### GanttChart diff --git a/components/gantt/package.json b/components/gantt/package.json index a4b26166..a152ab56 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-gantt", - "version": "24.2.7", + "version": "24.2.8", "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 39a7332f..1b3d2dec 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### Grid + +#### Bug fixes + +- `#I546749`, `#I551015` - The issue in column reordering with frozen column and `enablePersistence` has been resolved. +- `#I545290` - Resolved the script error in the lazy load grouping with infinite scrolling. +- `#I553601` - Fixed the issue where the grid's edit type as `datepicker` with enable mask for date column was not being applied. +- `#I553142` - Edited Cells are misalignment when show/hide the `childGrid` issue has been resolved. +- `#FB51346` - Resolved an issue where the column width auto is not working properly with the freeze and resize features. + ## 24.2.8 (2024-02-27) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index d3feded5..dd6daf78 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-grids", - "version": "24.2.7", + "version": "24.2.8", "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/package.json b/components/imageeditor/package.json index cb8ece35..7c192071 100644 --- a/components/imageeditor/package.json +++ b/components/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-image-editor", - "version": "24.2.5", + "version": "24.2.8", "description": "Essential JS 2 ImageEditor for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index b8759f9c..bd26669d 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.2.8 (2024-02-27) +## 24.2.9 (2024-03-05) ### ListView diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index 27691dec..8573f292 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -14,7 +14,7 @@ ## [Unreleased] -## 24.2.8 (2024-02-27) +## 24.2.9 (2024-03-05) ### Maps diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index b4dae3f2..45f0e68e 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.2.8 (2024-02-27) +## 24.2.9 (2024-03-05) ### TreeView diff --git a/components/notifications/CHANGELOG.md b/components/notifications/CHANGELOG.md index ca6ece15..ce99403a 100644 --- a/components/notifications/CHANGELOG.md +++ b/components/notifications/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.2.8 (2024-02-27) +## 24.2.9 (2024-03-05) ### Toast diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 14a35f50..48771a2e 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### PDF Viewer + +#### Bug Fixes + +- `#I547297` - Now, the data property was updated properly in the `addSignature` event. +- `I556216` - Now, the download was working properly for the provided document. + ## 24.2.8 (2024-02-27) ### PDF Viewer @@ -11,11 +20,15 @@ - `#I550956` - Now, the comments do not overlap when the author name has more characters. - `#I549538` - Now, the selected value and index of the dropdown are updated correctly for dropdown lists that are not selected. - `#I553949` - Now, the check box appearance is properly displayed on iOS devices. +- `#I558011` - Now, the form fields are rendered properly after pinch zooming in mobile mode. +- `#I553568` - Now, the `ValidateFormFields` event is triggered properly, even though the form designer module was not injected. - `#I545417` - Now, dynamically show and hide the text search pane is working properly. - `#I550956` - Now, comments do not overlap when the author name has more characters. - `#I549538` - Now, the selected value and index of the dropdown are updated correctly for dropdown lists that are not selected. - `#I553949` - Now, the check box appearance is properly displayed on iOS devices. +- `#I558011` - Now, the form fields are rendered properly after pinch zooming in mobile mode. +- `#I553568` - Now, the `ValidateFormFields` event is triggered properly, even though the form designer module was not injected. - `#I545417` - Now, dynamically show and hide the text search pane is working properly. ## 24.2.7 (2024-02-20) diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index 4a0b701b..b1652a13 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pdfviewer", - "version": "24.2.7", + "version": "24.2.8", "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 0a03cac6..1eb56db9 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### PivotTable + +#### Bug fixes + +- `#I542318` - When using the server-side engine, the pivot table will now be rendered properly when the value axis is set to "row" and subTotalsPosition is set to "Bottom". + ## 24.2.8 (2024-02-27) ### PivotTable diff --git a/components/pivotview/package.json b/components/pivotview/package.json index 611b8c9e..30a97ccd 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pivotview", - "version": "24.2.5", + "version": "24.2.8", "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 19f7ed4b..2e07e358 100644 --- a/components/popups/CHANGELOG.md +++ b/components/popups/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### Dialog + +#### Bug Fixes + +- `#I547853` - Fixed an issue where the dialog was not draggable on mobile devices. + ## 24.2.8 (2024-02-27) ### Dialog diff --git a/components/popups/package.json b/components/popups/package.json index d953ad45..109e1bfd 100644 --- a/components/popups/package.json +++ b/components/popups/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-popups", - "version": "24.2.5", + "version": "24.2.8", "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/progressbar/CHANGELOG.md b/components/progressbar/CHANGELOG.md index b3f887dd..7bcbabe8 100644 --- a/components/progressbar/CHANGELOG.md +++ b/components/progressbar/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### ProgressBar + +#### Bug Fixes + +- `#I558909` - The progress bar label now renders properly when setting the `textAlignment` as center. + ## 24.2.5 (2024-02-13) ### ProgressBar diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index 174d9cc7..87f3a5fa 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### QueryBuilder + +#### Bug Fixes + +- `#I870175` - Issue with `getSqlFromRules` method is not return custom value when changing boolean type column value in default complex data binding. has been fixed. +- `#I556563` - Issue with QueryBuilder validation message position wrong issue while deleting the rule has been fixed. + ## 24.2.8 (2024-02-27) ### QueryBuilder diff --git a/components/querybuilder/package.json b/components/querybuilder/package.json index 68746a96..738b8120 100644 --- a/components/querybuilder/package.json +++ b/components/querybuilder/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-querybuilder", - "version": "24.2.5", + "version": "24.2.8", "description": "Essential JS 2 QueryBuilder for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/ribbon/CHANGELOG.md b/components/ribbon/CHANGELOG.md index d187199d..828b1f21 100644 --- a/components/ribbon/CHANGELOG.md +++ b/components/ribbon/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.2.8 (2024-02-27) +## 24.2.9 (2024-03-05) ### Ribbon diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index 4c854366..10887a16 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### RichTextEditor + +#### Bug Fixes + +- `#I550863` - Now the script error doesn't show when all content is selected and pasted into the Rich Text Editor. +- `#I555677` - Now the list format is working properly when press the backspace key in a list in RichTextEditor. +- `#I558397` - Now the Emoji Picker popup is shown properly within the inline Rich Text Editor. + ## 24.2.8 (2024-02-27) ### RichTextEditor diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index c9f89236..7206f314 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-richtexteditor", - "version": "24.2.7", + "version": "24.2.8", "description": "Essential JS 2 RichTextEditor component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/schedule/package.json b/components/schedule/package.json index 5fc014a0..90b47f6c 100644 --- a/components/schedule/package.json +++ b/components/schedule/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-schedule", - "version": "24.2.4", + "version": "24.2.8", "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 f49a1f90..cef94b40 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.9 (2024-03-05) + +### Spreadsheet + +#### Bug fixes + +- `#I870831` - Issue with "formula calculation with defined name does not work as expected when adding the defined name using public method" has been resolved. + ## 24.2.8 (2024-02-27) ### Spreadsheet diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json index 12d243fd..a39087d3 100644 --- a/components/spreadsheet/package.json +++ b/components/spreadsheet/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-spreadsheet", - "version": "24.2.7", + "version": "24.2.8", "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/package.json b/components/treegrid/package.json index 8ea9f7c5..63f441c5 100644 --- a/components/treegrid/package.json +++ b/components/treegrid/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-treegrid", - "version": "24.2.7", + "version": "24.2.8", "description": "Essential JS 2 TreeGrid Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license",