Skip to content

Commit f6b66d0

Browse files
author
pipeline
committed
v20.2.48 is released
1 parent da2d413 commit f6b66d0

File tree

29 files changed

+175
-27
lines changed

29 files changed

+175
-27
lines changed

components/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
`I397712` - Resolved Reactive Form `Control` and `Group` not working issue.
12+
513
## 20.2.46 (2022-08-30)
614

715
### Common

components/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-buttons",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I400391` - X axis start label is now shifted when y axis is in opposed position.
12+
- `#I400062` - Now the axis lines are displayed properly after the scrollbar.
13+
14+
### Bullet Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I400762` - Bullet Chart target height is now render properly.
19+
- `#I400763` - Bullet chart axis labels are now center aligned, when changing value height.
20+
521
## 20.2.46 (2022-08-30)
622

723
### Chart

components/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-charts",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I401666`, `#I401858` - Resolved the issue with selecting bookmark.
12+
- `#I396827` - Resolved the through wrapping style preservation issue.
13+
- `#I397297` - Resolved the table alignment issue.
14+
- `#I398051` - Resolved the invalid text rendering issue.
15+
- `#I397670` - Resolved the browser hanging issue while changing the line spacing continuously.
16+
- `#I390697` - Shape is now preserved properly on undo/redo.
17+
518
## 20.2.46 (2022-08-30)
619

720
### Document Editor
@@ -14,6 +27,7 @@
1427
- `#I395575` - Resolved the issue with rendering cell right border.
1528
- `#I390700` - Resolved the text overlapping issue with square wrapped image.
1629
- `#I394115` - Resolved the table resizing issue.
30+
- `#I379655` - Resolved the issue with rejecting empty paragraph.
1731

1832
## 20.2.45 (2022-08-23)
1933

components/documenteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-documenteditor",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@
22

33
## [Unreleased]
44

5-
## 20.2.46 (2022-08-30)
6-
7-
### ComboBox
5+
## 20.2.48 (2022-09-06)
86

9-
#### Bug Fixes
10-
11-
- `#I397359` - The issue "Placeholder is not read by screenreader when floatLabelType is enabled in combobox" has been resolved.
12-
- `#I396357` - The issue "Placeholder is not read by screenreader in readonly mode" has been resolved.
13-
14-
### MultiSelect
7+
### DropDownList
158

169
#### Bug fixes
1710

18-
- `#I398999` - Issue with "Placeholder is not read by screenreader when floatLabelType is enabled in multiselect" has been resolved.
11+
- `#I398924` - The issue "console error occurred While using cssClass and floatLabelType property" has been resolved.
1912

2013
## 20.2.44 (2022-08-16)
2114

@@ -2147,6 +2140,21 @@ DropDownList component contains a list of predefined values from which a single
21472140
- **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.
21482141

21492142

2143+
## 20.2.46 (2022-08-30)
2144+
2145+
### ComboBox
2146+
2147+
#### Bug Fixes
2148+
2149+
- `#I397359` - The issue "Placeholder is not read by screenreader when floatLabelType is enabled in combobox" has been resolved.
2150+
- `#I396357` - The issue "Placeholder is not read by screenreader in readonly mode" has been resolved.
2151+
2152+
### MultiSelect
2153+
2154+
#### Bug fixes
2155+
2156+
- `#I398999` - Issue with "Placeholder is not read by screenreader when floatLabelType is enabled in multiselect" has been resolved.
2157+
21502158
## 20.2.45 (2022-08-23)
21512159

21522160
### AutoComplete

components/dropdowns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-dropdowns",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
12+
513
## 20.2.46 (2022-08-30)
614

715
### Gantt
@@ -12,7 +20,7 @@
1220
- `#I398394` - Row drag and drop not working properly on resource view sample issue has been fixed.
1321
- `#I396036` - Baselines become milestones when start date and end date are mapped.
1422

15-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
23+
- `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed.
1624

1725
## 20.2.45 (2022-08-23)
1826

components/gantt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-gantt",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I398466` - Tab key navigation breaks the functionality of Grid while using toolbar template has been fixed.
12+
- `#I396595`, `#I396424` - Group Caption template becomes empty in previous page while doing `infiniteScrolling` has been fixed.
13+
- `#F176349` - Key press in grid with toolbar template throws script errors has been fixed.
14+
- `#I397834` - `queryString` as complex field is not working in Hierarchy Grid has been fixed.
15+
- `#I397934` - Date filter issue with Russian Language has been fixed.
16+
17+
## 20.2.46 (2022-08-30)
18+
19+
### Grid
20+
21+
#### Bug Fixes
22+
23+
- `#I394999` - Autofit columns are now working fine with hierarchy grid.
24+
- `#I372528` - Clear filtering is now working fine with column menu.
25+
- `#I392728` - Persist Selection issue with primary key column as complex field has been fixed.
26+
- `#I396789` - Provided place holder for pagination page size dropdown component.
27+
- `#I394229` - `setRowData` method issue with Frozen Grid has been fixed.
28+
- `#I394623` - `rowReorders` method issue with checkbox selection issue has been fixed.
29+
530
## 20.2.45 (2022-08-23)
631

732
### Grid

components/grids/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-grids",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Heatmap
8+
9+
#### Bug Fixes
10+
11+
- `#I389024` - The `textAlignment` property in the `textStyle` of `xAxis` and `yAxis` will now work properly.
12+
513
## 18.4.30 (2020-12-17)
614

715
### Heatmap

components/inputs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### TextBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Change event is triggered without changing the value when we focusout the component" has been resolved.
12+
513
## 19.4.38 (2021-12-17)
614

715
### Signature

components/layouts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-layouts",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.2.46 (2022-08-30)
5+
## 20.2.48 (2022-09-06)
66

77
### ListView
88

components/navigations/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- `#I396977` - The issue with "`SetItem` method not working properly for customized menu item" has been resolved.
12+
513
## 20.2.46 (2022-08-30)
614

715
### Menu

components/navigations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-navigations",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
- `#SF-398958` - Now, Script error does not occurs while adding signature and initial fields when enable form field is false.
8+
- `#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.
9+
- `#SF-392269` - Now, considered both GUID and description while importing the annotations .
10+
- `#SF-398972` - Now, The Script error is not occurred while saving the PDF consecutively with Calibrate perimeter control .
11+
- `#SF-399220` - Now, Some form fields are not removed on reloading the downloaded document .
12+
- `#SF-389566` - Now, The Script error is not occurred while try to change PDF view to text view in sample .
13+
- `#SF-369895` - When an image signature is added programmatically, the width is now properly maintained.
14+
- `#SF-388895` - Now, stamp annotations comments displays valid time in comment panel for any culture.
15+
516
## 20.2.46 (2022-08-30)
617

718
- `#SF-391994` - Now, Programmatically able to add a all form fields in read only mode .

components/pdfviewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-pdfviewer",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "Essential JS 2 PDF viewer Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
12+
13+
## 20.2.46 (2022-08-30)
14+
15+
### QueryBuilder
16+
17+
#### Bug Fixes
18+
19+
- `#I394878` - Issue with Date type Between value not render properly while using `setRulesFromSql` method has been fixed.
20+
521
## 20.2.43 (2022-08-08)
622

723
### QueryBuilder

components/querybuilder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-querybuilder",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "Essential JS 2 QueryBuilder for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/richtexteditor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.2.46 (2022-08-30)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I386619` - Now, when you switch to full screen, there is no longer a blank white space under the toolbar in the RTE.
12+
513
## 20.2.44 (2022-08-16)
614

715
### RichTextEditor

components/richtexteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-richtexteditor",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "Essential JS 2 RichTextEditor component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/splitbuttons/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.2.46 (2022-08-30)
5+
## 20.2.48 (2022-09-06)
66

77
### DropDownButton
88

components/spreadsheet/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Spreadsheet
8+
9+
#### Bug Fixes
10+
11+
- `#I398993` - Issue with "data with trailing zero is not filtered properly in the filter popup" has been resolved.
12+
- `#I399452` - Issue with "console error throws while deleting or inserting rows" has been resolved.
13+
- `#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.
14+
515
## 20.2.46 (2022-08-30)
616

717
### Spreadsheet

0 commit comments

Comments
 (0)