Skip to content

Commit b71babb

Browse files
author
pipeline
committed
v20.1.50 is released
1 parent 207253c commit b71babb

File tree

24 files changed

+131
-17
lines changed

24 files changed

+131
-17
lines changed

components/base/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.1.48 (2022-04-12)
5+
## 20.1.50 (2022-04-19)
66

77
### Common
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.50 (2022-04-19)
6+
7+
### Radio Button
8+
9+
#### Bug Fixes
10+
11+
- `F171644` - Issue with Name attribute not updated properly in radio button and checkbox for components has been resolved.
12+
13+
### Checkbox
14+
15+
#### Bug Fixes
16+
17+
- `F173431` - Issue with Checkbox validation state is incorrect issue has been resolved.
18+
519
## 19.2.47 (2021-07-13)
620

721
### Checkbox

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.50 (2022-04-19)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I372766` - Now axis labels rendered properly when resizing.
12+
- Now tooltip is rendered properly when RTL is enabled.
13+
514
## 20.1.48 (2022-04-12)
615

716
### 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.1.47",
3+
"version": "20.1.48",
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/diagrams/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-diagrams",
3-
"version": "20.1.47",
3+
"version": "20.1.48",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/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.1.50 (2022-04-19)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I374477` - Resolved the script error in XmlHttpRequest in lock and edit.
12+
- `#I372421` - Resolved issues in insert row/column paragraph format inheritance from previous paragraph.
13+
- `#IF173898` - Resolved the highlight color is not preserved in copy/paste.
14+
515
## 20.1.48 (2022-04-12)
616

717
### Document Editor

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.1.47",
3+
"version": "20.1.48",
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 20.1.50 (2022-04-19)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Keyboard navigation correction for select the multiple items of listbox" has been resolved.
12+
13+
### AutoComplete
14+
15+
#### Bug Fixes
16+
17+
- `#I373560` - Issue with "exception throws while typing the special characters on the input" has been resolved.
18+
19+
### MultiSelect
20+
21+
#### Bug Fixes
22+
23+
- `#F173763`,`#I372051`,`#I371821` - Issue with "filtering is not working properly while rendering the component with item template" has been resolved.
24+
525
## 20.1.47 (2022-04-04)
626

727
### MultiSelect

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.50 (2022-04-19)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#372623` - New record keeps an editable state in dependency tab even after switching the tabs has been fixed.
12+
- `#373803` - Scrollbar not available in notes tab issue has been fixed.
13+
- `#372344` - Issue in `taskLabelTemplate` using `ngTemplate` has been fixed.
14+
- `#372131` - Issue in `taskbarTemplate` with `enableMultiTaskbar` enabled has been fixed.
15+
16+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
17+
518
## 20.1.48 (2022-04-12)
619

720
### Gantt
@@ -12,7 +25,7 @@
1225
- `#374064` - Gantt height not gets responsive when collapsing all tasks in `auto` mode.
1326
- `#372623` - Filter popup gets closed automatically When clicking between the filter fields has been fixed.
1427

15-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
28+
- `#372623` - Filter popup gets closed automatically When clicking between the filter fields has been fixed.
1629

1730
## 20.1.47 (2022-04-04)
1831

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.1.47",
3+
"version": "20.1.48",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)