From 399062f4387fff8863f4a6604aad9d5770254be2 Mon Sep 17 00:00:00 2001 From: pipeline Date: Tue, 23 Nov 2021 12:54:37 +0000 Subject: [PATCH] v19.3.55 is released --- components/base/CHANGELOG.md | 2 +- components/calendars/package.json | 2 +- components/charts/CHANGELOG.md | 9 +++++++++ components/charts/package.json | 2 +- components/circulargauge/CHANGELOG.md | 2 +- components/diagrams/CHANGELOG.md | 12 +++++++++++- components/diagrams/package.json | 2 +- components/documenteditor/CHANGELOG.md | 8 ++++++++ components/documenteditor/package.json | 2 +- components/dropdowns/CHANGELOG.md | 10 +++++++++- components/dropdowns/package.json | 2 +- components/filemanager/CHANGELOG.md | 12 ++++++++++-- components/filemanager/package.json | 2 +- components/gantt/CHANGELOG.md | 14 +++++++++++--- components/gantt/package.json | 2 +- components/grids/CHANGELOG.md | 11 +++++++++++ components/grids/package.json | 2 +- components/inplaceeditor/CHANGELOG.md | 2 +- components/inputs/CHANGELOG.md | 2 +- components/kanban/CHANGELOG.md | 10 +++++++++- components/kanban/package.json | 2 +- components/lists/CHANGELOG.md | 2 +- components/maps/CHANGELOG.md | 2 +- components/maps/package.json | 2 +- components/navigations/CHANGELOG.md | 1 + components/navigations/package.json | 2 +- components/pdfviewer/package.json | 2 +- components/pivotview/CHANGELOG.md | 10 +++++++++- components/pivotview/package.json | 2 +- components/popups/CHANGELOG.md | 2 +- components/popups/package.json | 2 +- components/querybuilder/CHANGELOG.md | 2 +- components/richtexteditor/CHANGELOG.md | 10 +++++++++- components/richtexteditor/package.json | 2 +- components/schedule/CHANGELOG.md | 8 ++++++++ components/splitbuttons/CHANGELOG.md | 2 +- components/treegrid/CHANGELOG.md | 12 +++++++++++- components/treegrid/package.json | 2 +- 38 files changed, 141 insertions(+), 36 deletions(-) diff --git a/components/base/CHANGELOG.md b/components/base/CHANGELOG.md index 39d487c8..f67080a9 100644 --- a/components/base/CHANGELOG.md +++ b/components/base/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) ### Common diff --git a/components/calendars/package.json b/components/calendars/package.json index 5aa3b4fb..9e619db4 100644 --- a/components/calendars/package.json +++ b/components/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-calendars", - "version": "19.3.46", + "version": "19.3.53", "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 Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/charts/CHANGELOG.md b/components/charts/CHANGELOG.md index 572b74cd..d023eede 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 19.3.55 (2021-11-23) + +### Chart + +#### Bug Fixes + +- Tooltip is now working fine in react library for mobile device. +- `#I347059` - Data label is now rendering properly for stacking column. + ## 19.3.54 (2021-11-17) ### Chart diff --git a/components/charts/package.json b/components/charts/package.json index c1d1fd7f..ce20d65b 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-charts", - "version": "19.3.53", + "version": "19.3.54", "description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/circulargauge/CHANGELOG.md b/components/circulargauge/CHANGELOG.md index 297efeca..203053e7 100644 --- a/components/circulargauge/CHANGELOG.md +++ b/components/circulargauge/CHANGELOG.md @@ -5,7 +5,7 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) ### CircularGauge diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index 7b16d4f3..550922d1 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,7 +2,17 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) + +### Diagram + +#### Bug Fixes + +- `#I346676` - The issue "Drag and drop item from Tree-View to Diagram doesn't behave correctly" has been fixed. +- `#I347727` - The issue "RemovePalette API not working properly" has been fixed. +- `#I348028` - The issue "SelectionChange newValue is null when deselecting one of multiple selected shapes" has been fixed. + +## 19.3.53 (2021-11-12) ### Diagram diff --git a/components/diagrams/package.json b/components/diagrams/package.json index ddd51250..37d129d7 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-diagrams", - "version": "19.3.48", + "version": "19.3.53", "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 Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/documenteditor/CHANGELOG.md b/components/documenteditor/CHANGELOG.md index eb0bfa08..41b33db2 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 19.3.55 (2021-11-23) + +### Document Editor + +#### Bug Fixes + +- `I345759`- Resolved the table border rendering issue. + ## 19.3.54 (2021-11-17) ### Document Editor diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 89b37168..2cdbe647 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-documenteditor", - "version": "19.3.53", + "version": "19.3.54", "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/dropdowns/CHANGELOG.md b/components/dropdowns/CHANGELOG.md index 29b2daa1..f13f781f 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) + +### AutoComplete + +#### Bug Fixes + +- `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved. + +## 19.3.53 (2021-11-12) ### Dropdown Tree diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index 173f2fb3..c03053c5 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-dropdowns", - "version": "19.3.48", + "version": "19.3.53", "description": "Essential JS 2 DropDown Components for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/filemanager/CHANGELOG.md b/components/filemanager/CHANGELOG.md index 6fc89c32..04ff9825 100644 --- a/components/filemanager/CHANGELOG.md +++ b/components/filemanager/CHANGELOG.md @@ -2,13 +2,21 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) ### File Manager #### Bug Fixes -- `#I340018` - The issue with "Script gets executed when new folder is created with HTML tags while using enableHtmlSanitizer property of FileManager component" has been resolved. +- `#I341862` - The issue with "`filterFiles` method throws script error in File Manager" has been resolved. + +## 19.3.44 (2021-10-05) + +### File Manager + +#### Bug Fixes + +- `#I340018` - The issue with "Script gets executed when new folder is created with HTML tags while using `enableHtmlSanitizer` property of File Manager component" has been resolved. ## 19.2.56 (2021-08-17) diff --git a/components/filemanager/package.json b/components/filemanager/package.json index e3d60e11..046b21bf 100644 --- a/components/filemanager/package.json +++ b/components/filemanager/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-filemanager", - "version": "18.5.10", + "version": "19.3.53", "description": "Essential JS 2 FileManager Component for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index 517331e2..675d9ce2 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,7 +2,17 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) + +### Gantt + +#### Bug Fixes + +- `#347753` - Issue in `defaultedit` edit type has been fixed. + +- `F159354` - Issue in locale text of predecessor tooltip has been fixed. + +## 19.3.53 (2021-11-12) ### Gantt @@ -10,8 +20,6 @@ - `#342557` - In fixed work type duration update issue has been fixed. -- `F159354` - Issue in locale text of predecessor tooltip has been fixed. - ## 19.3.48 (2021-11-02) ### Gantt diff --git a/components/gantt/package.json b/components/gantt/package.json index 4d110638..93bc1e9f 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-gantt", - "version": "19.3.48", + "version": "19.3.53", "description": "Essential JS 2 Gantt Component for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/grids/CHANGELOG.md b/components/grids/CHANGELOG.md index f0d27f6d..07ba8b2f 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 19.3.55 (2021-11-23) + +### Grid + +#### Bug Fixes + +- `#F170201` - Passed `groupcaption` details in the `exportGroupCaption` event arguments. +- `#I347287` - Maximum call stack issue occurs when checkbox columns set visible property as false for first column has been fixed. +- `#I347439` - The last row bottom border issue in Frozen right part has been fixed. +- `#I348589` - Changing grid height programmatically throws script error while scrolling issue has been fixed. + ## 19.3.54 (2021-11-17) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index e767d9cc..1b77ec9e 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-grids", - "version": "19.3.53", + "version": "19.3.54", "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/inplaceeditor/CHANGELOG.md b/components/inplaceeditor/CHANGELOG.md index 32a7a302..bd7cafcd 100644 --- a/components/inplaceeditor/CHANGELOG.md +++ b/components/inplaceeditor/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) ### In-place Editor diff --git a/components/inputs/CHANGELOG.md b/components/inputs/CHANGELOG.md index 84eeee02..2ac93649 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) ### ColorPicker diff --git a/components/kanban/CHANGELOG.md b/components/kanban/CHANGELOG.md index 18e750b9..48dadaf5 100644 --- a/components/kanban/CHANGELOG.md +++ b/components/kanban/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) + +### Kanban + +#### Bug Fixes + +- `#I344836` - The issue with "Swimlane row is not created when kanban keyField has 0 value alone" has been resolved. + +## 19.3.46 (2021-10-19) ### Kanban diff --git a/components/kanban/package.json b/components/kanban/package.json index c047b139..1bd1d9af 100644 --- a/components/kanban/package.json +++ b/components/kanban/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-kanban", - "version": "19.3.45", + "version": "19.3.53", "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 Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index fe10cc5a..1e9f8194 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) ### ListBase diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index c9e4b5f6..43dcbebd 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -11,7 +11,7 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.46 (2021-10-19) ### Maps diff --git a/components/maps/package.json b/components/maps/package.json index e76d0107..1f2e0e18 100644 --- a/components/maps/package.json +++ b/components/maps/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-maps", - "version": "19.3.44", + "version": "19.3.53", "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 Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index f523d76d..26278b8a 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -9,6 +9,7 @@ #### Bug Fixes - `#I347014` - An issue with dynamic tab item navigation if scheduler is present on a page has been fixed. +- `#I296232` - The issue with "Script error occurs while updating the tab header text" has been resolved. ## 19.3.46 (2021-10-19) diff --git a/components/navigations/package.json b/components/navigations/package.json index 52aca64b..a3f508e6 100644 --- a/components/navigations/package.json +++ b/components/navigations/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-navigations", - "version": "19.3.53", + "version": "19.3.54", "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 Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index d8cb3f44..27b5a71a 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-pdfviewer", - "version": "19.3.53", + "version": "19.3.54", "description": "Essential JS 2 PDF viewer Component for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/pivotview/CHANGELOG.md b/components/pivotview/CHANGELOG.md index ee9b3d06..3405be42 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) + +### Pivot Table + +#### Bug Fixes + +- The pivot table can now be properly exported to an pdf file with two levels of columns. + +## 19.3.53 (2021-11-12) ### Pivot Table diff --git a/components/pivotview/package.json b/components/pivotview/package.json index 6095f319..7181c521 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-pivotview", - "version": "19.3.48", + "version": "19.3.53", "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 Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/popups/CHANGELOG.md b/components/popups/CHANGELOG.md index 1ea57e6b..3b60e360 100644 --- a/components/popups/CHANGELOG.md +++ b/components/popups/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.47 (2021-10-26) ### Tooltip diff --git a/components/popups/package.json b/components/popups/package.json index d54dffd7..9b73cacb 100644 --- a/components/popups/package.json +++ b/components/popups/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-popups", - "version": "18.36.1", + "version": "19.3.53", "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 Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index 6ef0e17c..d01675bb 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) ### QueryBuilder diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index 68402db0..36088460 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) + +### RichTextEditor + +#### Bug Fixes + +- `#I347461` - The issue with "quickToolbar of image is not hidden, when we click on the popup and then press Esc to hide" has been resolved. + +## 19.3.53 (2021-11-12) ### RichTextEditor diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index 366af8f0..e9179287 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-richtexteditor", - "version": "19.3.47", + "version": "19.3.53", "description": "Essential JS 2 RichTextEditor component for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/schedule/CHANGELOG.md b/components/schedule/CHANGELOG.md index 9b5f51a9..d33b63f7 100644 --- a/components/schedule/CHANGELOG.md +++ b/components/schedule/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 19.3.55 (2021-11-23) + +### Schedule + +#### Bug Fixes + +- `#I347217` - An issue while using `getRecurrenceDates` method in the weekly rule option has been fixed. + ## 19.3.53 (2021-11-12) ### Schedule diff --git a/components/splitbuttons/CHANGELOG.md b/components/splitbuttons/CHANGELOG.md index 3e934aea..5500e763 100644 --- a/components/splitbuttons/CHANGELOG.md +++ b/components/splitbuttons/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) ### DropDownButton diff --git a/components/treegrid/CHANGELOG.md b/components/treegrid/CHANGELOG.md index 8549fbe4..ee614bd9 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,7 +2,17 @@ ## [Unreleased] -## 19.3.54 (2021-11-17) +## 19.3.55 (2021-11-23) + +### Tree Grid + +#### Bug Fixes + +- `#I346283` - Resolved "No records to display" issue when scrolling using column Virtualization with sorting. +- `#I347163` - Resolved checkbox selection is not working properly while using column Virtualization. +- `#I346278, I346277` - Resolved White space issue when collapsing rows and scrolling down and adding the record using addRecord method in Virtualization. + +## 19.3.48 (2021-11-02) ### Tree Grid diff --git a/components/treegrid/package.json b/components/treegrid/package.json index c2ddcfcf..383599f1 100644 --- a/components/treegrid/package.json +++ b/components/treegrid/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-treegrid", - "version": "19.3.47", + "version": "19.3.53", "description": "Essential JS 2 TreeGrid Component for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license",