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

0 commit comments

Comments
 (0)