From 5b2cf156af72fdba95e32105031c59ca08feae49 Mon Sep 17 00:00:00 2001 From: pipeline Date: Tue, 24 Oct 2023 01:19:30 +0000 Subject: [PATCH] v23.1.42 is released --- components/buttons/CHANGELOG.md | 8 ++++++++ components/buttons/package.json | 2 +- components/calendars/package.json | 2 +- components/charts/CHANGELOG.md | 11 +++++++++++ components/charts/package.json | 2 +- components/diagrams/CHANGELOG.md | 12 +++++++++++- components/diagrams/package.json | 2 +- components/documenteditor/CHANGELOG.md | 13 +++++++++++++ components/documenteditor/package.json | 2 +- components/dropdowns/CHANGELOG.md | 15 ++++++++++++++- components/dropdowns/package.json | 2 +- components/gantt/CHANGELOG.md | 13 +++++++++++++ components/gantt/package.json | 2 +- components/grids/CHANGELOG.md | 12 ++++++++++++ components/grids/package.json | 2 +- components/heatmap/CHANGELOG.md | 2 +- components/heatmap/package.json | 2 +- components/imageeditor/package.json | 2 +- components/inputs/CHANGELOG.md | 8 ++++++++ components/inputs/package.json | 2 +- components/kanban/CHANGELOG.md | 2 +- components/lists/CHANGELOG.md | 2 +- components/maps/CHANGELOG.md | 2 +- components/maps/package.json | 2 +- components/navigations/CHANGELOG.md | 2 +- components/pdfviewer/CHANGELOG.md | 2 +- components/pivotview/package.json | 2 +- components/popups/CHANGELOG.md | 2 +- components/progressbar/CHANGELOG.md | 2 +- components/querybuilder/CHANGELOG.md | 2 +- components/richtexteditor/package.json | 2 +- components/spreadsheet/package.json | 2 +- 32 files changed, 114 insertions(+), 26 deletions(-) diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index fafb98d19..b30012b9d 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -8,6 +8,14 @@ #### Bug Fixes +- `#I509029` - The issue with "`HtmlAttributes` property not working properly in checkBox component" has been resolved. + +## 23.1.39 (2023-10-04) + +### Checkbox + +#### Bug Fixes + - `#I505814` - The issue with "Script error thrown in CheckBox While using the change event in React" has been resolved. ## 23.1.36 (2023-09-15) diff --git a/components/buttons/package.json b/components/buttons/package.json index ee9ca4835..fc9dd3963 100644 --- a/components/buttons/package.json +++ b/components/buttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-buttons", - "version": "23.1.36", + "version": "23.1.41", "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/package.json b/components/calendars/package.json index abd80d0bd..3a0a4d837 100644 --- a/components/calendars/package.json +++ b/components/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-calendars", - "version": "23.1.40", + "version": "23.1.41", "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 df6340cbd..97d8a5a18 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 23.1.42 (2023-10-24) + +### Chart + +- `#I510832` - Multiple trendlines for line type series are now functioning correctly. +- `#I511821` - Now the data label is rendering properly in canvas mode. + +### StockChart + +- `#I510304` - Now, the data was updated properly in the stock chart when trying to update it using useEffect. + ## 23.1.41 (2023-10-17) ### RangeNavigator diff --git a/components/charts/package.json b/components/charts/package.json index e3c55b1e9..e3b71d883 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-charts", - "version": "23.1.40", + "version": "23.1.41", "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/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index 89b2c99f2..14ae799c2 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,7 +2,17 @@ ## [Unreleased] -## 23.1.41 (2023-10-17) +## 23.1.42 (2023-10-24) + +### Diagram + +#### Bug Fixes + +- `#I503100` - Now, Property Change Event triggers while Z-index value get changed. +- `#F184671` - Now, the overview updated properly after loading the diagram. +- `#I502515` – Now, the connector overlapping is resolved when enable routing is set to true. + +## 23.1.40 (2023-10-10) ### Diagram diff --git a/components/diagrams/package.json b/components/diagrams/package.json index d7c1ca412..b2a92674d 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-diagrams", - "version": "23.1.39", + "version": "23.1.40", "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 60d791a87..1b88afbbd 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased] +## 23.1.42 (2023-10-24) + +### Document Editor + +#### Bug Fixes + +- `#FB47474` - Resolved the serialize API returns hyperlink to number +- `#I508875` - Resolved the cell content control check box alignment issue in table. +- `#I494044` - Resolved the Issue in bullet and numbering list +- `#I509697` - Resolved script error throws while opening a document +- `#I507568` - Word Processor now loads the RTF file with margin properly. +- `#I505872` - Resolved the issue with respect to page break and section break continuous. + ## 23.1.41 (2023-10-17) ### Document Editor diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 3797fa67c..fa0e59265 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-documenteditor", - "version": "23.1.40", + "version": "23.1.41", "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 4e69aca0e..598e3f196 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 23.1.42 (2023-10-24) + +### Mention + +#### Bug Fixes + +- `#I506552` - Resolved issue with "Full popup is not visible when we open it at the edge of the screen". + +### DropDownTree + +#### Bug Fixes + +- `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved. + ## 23.1.41 (2023-10-17) ### MultiSelect @@ -21,7 +35,6 @@ #### Bug Fixes -- `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved. - `#F184672` - Issue with the `checkAll` and `uncheckAll` status not updated properly has been resolved. ## 23.1.38 (2023-09-26) diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index 26dd2d68e..80f55a67f 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-dropdowns", - "version": "23.1.40", + "version": "23.1.41", "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 c0a79b0f0..1d7a9eaa7 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 23.1.42 (2023-10-24) + +### GanttChart + +#### Bug Fixes + +- `#I508297` - Progress tooltip is misaligned after editing issue has been fixed. +- `#I509023` - Duration changes to zero while giving input as decimal in remote data issue has been fixed. +- `#I510092` - Taskbar not rendered in proper alignment in exported page issue has been fixed. +- `#I512556` - Background color issue with dependency connector line has been fixed. +- `#I502236` - Taskbar drag and drop issue in virtual scroll resource view issue been fixed. + ## 23.1.41 (2023-10-17) ### GanttChart @@ -19,6 +31,7 @@ #### Bug Fixes - `#I502041` - Error throw while adding the record issue has been fixed. +- `#I493515` - Style is not applied to the second segment issue has been fixed. ## 23.1.38 (2023-09-26) diff --git a/components/gantt/package.json b/components/gantt/package.json index 66e1004d7..bcbf41481 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-gantt", - "version": "23.1.39", + "version": "23.1.41", "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 43ed2f4b0..64d1e33c1 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 23.1.42 (2023-10-24) + +### Grid + +#### Bug fixes + +- `#I507214` - The problem of displaying an empty tooltip with batch-edited cells has been resolved. +- `#I504365` - Fixed an issue where the request for aggregate was not sent when the `disablePageWiseAggregate` property was enabled in custom binding. +- `#I507080` - The issue related to the styling of the Lazy Load Group with a `groupCaptionTemplate` has been resolved. +- `#I501881` - Fixed an issue where the drop indicator for the column should be displayed when dragging a column into another column. +- `#I511484` - The issue where the Grid did not render properly when the `editSetting` property was defined without injecting the `editModule` has been resolved. + ## 23.1.41 (2023-10-17) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index 5e5bb6f76..d2660c52b 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-grids", - "version": "23.1.40", + "version": "23.1.41", "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 d796a2e98..78e6f7939 100644 --- a/components/heatmap/CHANGELOG.md +++ b/components/heatmap/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 23.1.41 (2023-10-17) +## 23.1.36 (2023-09-15) ### HeatMap diff --git a/components/heatmap/package.json b/components/heatmap/package.json index 042c318fa..109e8171f 100644 --- a/components/heatmap/package.json +++ b/components/heatmap/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-heatmap", - "version": "18.14.9", + "version": "23.1.36", "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/imageeditor/package.json b/components/imageeditor/package.json index a108218ec..59e83cf9d 100644 --- a/components/imageeditor/package.json +++ b/components/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-image-editor", - "version": "23.1.39", + "version": "23.1.41", "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 8ac388816..43fcc185a 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 23.1.42 (2023-10-24) + +### Uploader + +#### Bug Fixes + +- `#I505786` - Resolved issue with Sequential upload not working when drag and drop files multiple times. + ## 23.1.38 (2023-09-26) ### Signature diff --git a/components/inputs/package.json b/components/inputs/package.json index 67a1a2001..7cc111bb4 100644 --- a/components/inputs/package.json +++ b/components/inputs/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-inputs", - "version": "23.1.38", + "version": "23.1.40", "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/kanban/CHANGELOG.md b/components/kanban/CHANGELOG.md index 4010cb5be..384049003 100644 --- a/components/kanban/CHANGELOG.md +++ b/components/kanban/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 23.1.41 (2023-10-17) +## 23.1.42 (2023-10-24) ### Kanban diff --git a/components/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index ac514eb38..ac521e70f 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 23.1.41 (2023-10-17) +## 23.1.42 (2023-10-24) ### ListView diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index 2220a1c8a..16cddea3e 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -14,7 +14,7 @@ ## [Unreleased] -## 23.1.41 (2023-10-17) +## 23.1.40 (2023-10-10) ### Maps diff --git a/components/maps/package.json b/components/maps/package.json index 613cbc138..477b4fc83 100644 --- a/components/maps/package.json +++ b/components/maps/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-maps", - "version": "23.1.38", + "version": "23.1.40", "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/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index dd33a84e0..dd95a54a1 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 23.1.41 (2023-10-17) +## 23.1.42 (2023-10-24) ### Menu diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 776e7cdcb..0c0363566 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 23.1.41 (2023-10-17) +## 23.1.42 (2023-10-24) ### PDF Viewer diff --git a/components/pivotview/package.json b/components/pivotview/package.json index 7e70d9e8e..fd91e7430 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pivotview", - "version": "23.1.38", + "version": "23.1.41", "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 408e61d6e..5facef257 100644 --- a/components/popups/CHANGELOG.md +++ b/components/popups/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 23.1.41 (2023-10-17) +## 23.1.42 (2023-10-24) ### Tooltip diff --git a/components/progressbar/CHANGELOG.md b/components/progressbar/CHANGELOG.md index fa789fcc6..e297129e2 100644 --- a/components/progressbar/CHANGELOG.md +++ b/components/progressbar/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 23.1.41 (2023-10-17) +## 23.1.42 (2023-10-24) ### ProgressBar diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index 08d315e18..4cd918954 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 23.1.41 (2023-10-17) +## 23.1.42 (2023-10-24) ### QueryBuilder diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index 4a98a2fa5..a4578b46b 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-richtexteditor", - "version": "23.1.40", + "version": "23.1.41", "description": "Essential JS 2 RichTextEditor component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json index f7552feba..e3f3570b7 100644 --- a/components/spreadsheet/package.json +++ b/components/spreadsheet/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-spreadsheet", - "version": "23.1.40", + "version": "23.1.41", "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",