From f6b66d0037e32084f1b5bebde18c22383b90f9bb Mon Sep 17 00:00:00 2001 From: pipeline Date: Tue, 6 Sep 2022 13:06:40 +0000 Subject: [PATCH] v20.2.48 is released --- components/base/CHANGELOG.md | 8 ++++++++ components/base/package.json | 2 +- components/buttons/package.json | 2 +- components/charts/CHANGELOG.md | 16 +++++++++++++++ components/charts/package.json | 2 +- components/documenteditor/CHANGELOG.md | 14 +++++++++++++ components/documenteditor/package.json | 2 +- components/dropdowns/CHANGELOG.md | 28 +++++++++++++++++--------- components/dropdowns/package.json | 2 +- components/gantt/CHANGELOG.md | 10 ++++++++- components/gantt/package.json | 2 +- components/grids/CHANGELOG.md | 25 +++++++++++++++++++++++ components/grids/package.json | 2 +- components/heatmap/CHANGELOG.md | 8 ++++++++ components/inputs/CHANGELOG.md | 8 ++++++++ components/layouts/package.json | 2 +- components/lists/CHANGELOG.md | 2 +- components/navigations/CHANGELOG.md | 8 ++++++++ components/navigations/package.json | 2 +- components/pdfviewer/CHANGELOG.md | 11 ++++++++++ components/pdfviewer/package.json | 2 +- components/querybuilder/CHANGELOG.md | 16 +++++++++++++++ components/querybuilder/package.json | 2 +- components/richtexteditor/CHANGELOG.md | 8 ++++++++ components/richtexteditor/package.json | 2 +- components/splitbuttons/CHANGELOG.md | 2 +- components/spreadsheet/CHANGELOG.md | 10 +++++++++ components/spreadsheet/package.json | 2 +- components/treegrid/CHANGELOG.md | 2 +- 29 files changed, 175 insertions(+), 27 deletions(-) diff --git a/components/base/CHANGELOG.md b/components/base/CHANGELOG.md index 7bdd09409..d81a3298a 100644 --- a/components/base/CHANGELOG.md +++ b/components/base/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 20.2.48 (2022-09-06) + +### Common + +#### Bug Fixes + +`I397712` - Resolved Reactive Form `Control` and `Group` not working issue. + ## 20.2.46 (2022-08-30) ### Common diff --git a/components/base/package.json b/components/base/package.json index 62e9b80c6..0280c9103 100644 --- a/components/base/package.json +++ b/components/base/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-base", - "version": "20.2.45", + "version": "20.2.46", "description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/buttons/package.json b/components/buttons/package.json index 11271807c..39ffbc3d3 100644 --- a/components/buttons/package.json +++ b/components/buttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-buttons", - "version": "20.2.45", + "version": "20.2.46", "description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/charts/CHANGELOG.md b/components/charts/CHANGELOG.md index 4cbb5816a..ebffeecce 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,22 @@ ## [Unreleased] +## 20.2.48 (2022-09-06) + +### Chart + +#### Bug Fixes + +- `#I400391` - X axis start label is now shifted when y axis is in opposed position. +- `#I400062` - Now the axis lines are displayed properly after the scrollbar. + +### Bullet Chart + +#### Bug Fixes + +- `#I400762` - Bullet Chart target height is now render properly. +- `#I400763` - Bullet chart axis labels are now center aligned, when changing value height. + ## 20.2.46 (2022-08-30) ### Chart diff --git a/components/charts/package.json b/components/charts/package.json index 9c7d75058..581a536f8 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-charts", - "version": "20.2.45", + "version": "20.2.46", "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/documenteditor/CHANGELOG.md b/components/documenteditor/CHANGELOG.md index 232eaa907..beae9ade0 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased] +## 20.2.48 (2022-09-06) + +### Document Editor + +#### Bug Fixes + +- `#I401666`, `#I401858` - Resolved the issue with selecting bookmark. +- `#I396827` - Resolved the through wrapping style preservation issue. +- `#I397297` - Resolved the table alignment issue. +- `#I398051` - Resolved the invalid text rendering issue. +- `#I397670` - Resolved the browser hanging issue while changing the line spacing continuously. +- `#I390697` - Shape is now preserved properly on undo/redo. + ## 20.2.46 (2022-08-30) ### Document Editor @@ -14,6 +27,7 @@ - `#I395575` - Resolved the issue with rendering cell right border. - `#I390700` - Resolved the text overlapping issue with square wrapped image. - `#I394115` - Resolved the table resizing issue. +- `#I379655` - Resolved the issue with rejecting empty paragraph. ## 20.2.45 (2022-08-23) diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 5ef432fde..809145073 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-documenteditor", - "version": "20.2.45", + "version": "20.2.46", "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 dc346a140..8e99e1955 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,20 +2,13 @@ ## [Unreleased] -## 20.2.46 (2022-08-30) - -### ComboBox +## 20.2.48 (2022-09-06) -#### Bug Fixes - -- `#I397359` - The issue "Placeholder is not read by screenreader when floatLabelType is enabled in combobox" has been resolved. -- `#I396357` - The issue "Placeholder is not read by screenreader in readonly mode" has been resolved. - -### MultiSelect +### DropDownList #### Bug fixes -- `#I398999` - Issue with "Placeholder is not read by screenreader when floatLabelType is enabled in multiselect" has been resolved. +- `#I398924` - The issue "console error occurred While using cssClass and floatLabelType property" has been resolved. ## 20.2.44 (2022-08-16) @@ -2147,6 +2140,21 @@ DropDownList component contains a list of predefined values from which a single - **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices. +## 20.2.46 (2022-08-30) + +### ComboBox + +#### Bug Fixes + +- `#I397359` - The issue "Placeholder is not read by screenreader when floatLabelType is enabled in combobox" has been resolved. +- `#I396357` - The issue "Placeholder is not read by screenreader in readonly mode" has been resolved. + +### MultiSelect + +#### Bug fixes + +- `#I398999` - Issue with "Placeholder is not read by screenreader when floatLabelType is enabled in multiselect" has been resolved. + ## 20.2.45 (2022-08-23) ### AutoComplete diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index 71f0d91c1..3cc0bcef5 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-dropdowns", - "version": "20.2.45", + "version": "20.2.46", "description": "Essential JS 2 DropDown Components for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index 03c4e33d3..3b0508437 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 20.2.48 (2022-09-06) + +### Gantt + +#### Bug Fixes + +- `F159354` - Issue in locale text of predecessor tooltip has been fixed. + ## 20.2.46 (2022-08-30) ### Gantt @@ -12,7 +20,7 @@ - `#I398394` - Row drag and drop not working properly on resource view sample issue has been fixed. - `#I396036` - Baselines become milestones when start date and end date are mapped. -- `F159354` - Issue in locale text of predecessor tooltip has been fixed. +- `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed. ## 20.2.45 (2022-08-23) diff --git a/components/gantt/package.json b/components/gantt/package.json index 697ba70f7..295ec2e38 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-gantt", - "version": "20.2.45", + "version": "20.2.46", "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 b95e88d5d..388559e1f 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,31 @@ ## [Unreleased] +## 20.2.48 (2022-09-06) + +### Grid + +#### Bug Fixes + +- `#I398466` - Tab key navigation breaks the functionality of Grid while using toolbar template has been fixed. +- `#I396595`, `#I396424` - Group Caption template becomes empty in previous page while doing `infiniteScrolling` has been fixed. +- `#F176349` - Key press in grid with toolbar template throws script errors has been fixed. +- `#I397834` - `queryString` as complex field is not working in Hierarchy Grid has been fixed. +- `#I397934` - Date filter issue with Russian Language has been fixed. + +## 20.2.46 (2022-08-30) + +### Grid + +#### Bug Fixes + +- `#I394999` - Autofit columns are now working fine with hierarchy grid. +- `#I372528` - Clear filtering is now working fine with column menu. +- `#I392728` - Persist Selection issue with primary key column as complex field has been fixed. +- `#I396789` - Provided place holder for pagination page size dropdown component. +- `#I394229` - `setRowData` method issue with Frozen Grid has been fixed. +- `#I394623` - `rowReorders` method issue with checkbox selection issue has been fixed. + ## 20.2.45 (2022-08-23) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index 8e6a08993..ec44b2e07 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-grids", - "version": "20.2.45", + "version": "20.2.46", "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/heatmap/CHANGELOG.md b/components/heatmap/CHANGELOG.md index eaf82c113..ab7eb8782 100644 --- a/components/heatmap/CHANGELOG.md +++ b/components/heatmap/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 20.2.48 (2022-09-06) + +### Heatmap + +#### Bug Fixes + +- `#I389024` - The `textAlignment` property in the `textStyle` of `xAxis` and `yAxis` will now work properly. + ## 18.4.30 (2020-12-17) ### Heatmap diff --git a/components/inputs/CHANGELOG.md b/components/inputs/CHANGELOG.md index 166bc2196..f49bcbe6d 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 20.2.48 (2022-09-06) + +### TextBox + +#### Bug Fixes + +- Issue with "Change event is triggered without changing the value when we focusout the component" has been resolved. + ## 19.4.38 (2021-12-17) ### Signature diff --git a/components/layouts/package.json b/components/layouts/package.json index ca209f663..a5607dccc 100644 --- a/components/layouts/package.json +++ b/components/layouts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-layouts", - "version": "20.2.45", + "version": "20.2.46", "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index d45d9082c..53cbdb9ad 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 20.2.46 (2022-08-30) +## 20.2.48 (2022-09-06) ### ListView diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index 3f011bc17..8037c8fd8 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 20.2.48 (2022-09-06) + +### Menu + +#### Bug Fixes + +- `#I396977` - The issue with "`SetItem` method not working properly for customized menu item" has been resolved. + ## 20.2.46 (2022-08-30) ### Menu diff --git a/components/navigations/package.json b/components/navigations/package.json index 4da08c627..935712f9a 100644 --- a/components/navigations/package.json +++ b/components/navigations/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-navigations", - "version": "20.2.45", + "version": "20.2.46", "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/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index a283b456b..3fe09b77d 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 20.2.48 (2022-09-06) + +- `#SF-398958` - Now, Script error does not occurs while adding signature and initial fields when enable form field is false. +- `#SF-397605` - Now, If a portion of the free text annotation is outside the viewer, moving or resizing it will bring that annotation inside viewer. +- `#SF-392269` - Now, considered both GUID and description while importing the annotations . +- `#SF-398972` - Now, The Script error is not occurred while saving the PDF consecutively with Calibrate perimeter control . +- `#SF-399220` - Now, Some form fields are not removed on reloading the downloaded document . +- `#SF-389566` - Now, The Script error is not occurred while try to change PDF view to text view in sample . +- `#SF-369895` - When an image signature is added programmatically, the width is now properly maintained. +- `#SF-388895` - Now, stamp annotations comments displays valid time in comment panel for any culture. + ## 20.2.46 (2022-08-30) - `#SF-391994` - Now, Programmatically able to add a all form fields in read only mode . diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index 6c6814544..00a03370e 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-pdfviewer", - "version": "20.2.45", + "version": "20.2.46", "description": "Essential JS 2 PDF viewer Component for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index 7f0a53a34..a82c71dd9 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,6 +2,22 @@ ## [Unreleased] +## 20.2.48 (2022-09-06) + +### QueryBuilder + +#### Bug Fixes + +- `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed. + +## 20.2.46 (2022-08-30) + +### QueryBuilder + +#### Bug Fixes + +- `#I394878` - Issue with Date type Between value not render properly while using `setRulesFromSql` method has been fixed. + ## 20.2.43 (2022-08-08) ### QueryBuilder diff --git a/components/querybuilder/package.json b/components/querybuilder/package.json index 9147ab1d0..4ede80478 100644 --- a/components/querybuilder/package.json +++ b/components/querybuilder/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-querybuilder", - "version": "20.2.45", + "version": "20.2.46", "description": "Essential JS 2 QueryBuilder for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index 1f8ed5b70..0512d409e 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 20.2.46 (2022-08-30) + +### RichTextEditor + +#### Bug Fixes + +- `#I386619` - Now, when you switch to full screen, there is no longer a blank white space under the toolbar in the RTE. + ## 20.2.44 (2022-08-16) ### RichTextEditor diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index c2fe25e03..842cc500e 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-richtexteditor", - "version": "20.2.45", + "version": "20.2.46", "description": "Essential JS 2 RichTextEditor component for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/splitbuttons/CHANGELOG.md b/components/splitbuttons/CHANGELOG.md index bed25ea02..31634a9ef 100644 --- a/components/splitbuttons/CHANGELOG.md +++ b/components/splitbuttons/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 20.2.46 (2022-08-30) +## 20.2.48 (2022-09-06) ### DropDownButton diff --git a/components/spreadsheet/CHANGELOG.md b/components/spreadsheet/CHANGELOG.md index db7d6eb94..304977bab 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 20.2.48 (2022-09-06) + +### Spreadsheet + +#### Bug Fixes + +- `#I398993` - Issue with "data with trailing zero is not filtered properly in the filter popup" has been resolved. +- `#I399452` - Issue with "console error throws while deleting or inserting rows" has been resolved. +- `#I399629`, `#I399317` - Issue with "previously applied conditional formatting is removed when user applies a second conditional formatting to the same range of data" has been resolved. + ## 20.2.46 (2022-08-30) ### Spreadsheet diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json index 6e24cd87e..15db6ae24 100644 --- a/components/spreadsheet/package.json +++ b/components/spreadsheet/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-spreadsheet", - "version": "20.2.45", + "version": "20.2.46", "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/treegrid/CHANGELOG.md b/components/treegrid/CHANGELOG.md index c1822578a..cdebbeae0 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 20.2.46 (2022-08-30) +## 20.2.48 (2022-09-06) ### Tree Grid