Skip to content

Commit 415090b

Browse files
author
pipeline
committed
v20.1.50 is released
1 parent b29d6d4 commit 415090b

File tree

23 files changed

+115
-15
lines changed

23 files changed

+115
-15
lines changed

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-react-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 React",
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-react-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 React",
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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/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.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+
513
## 20.1.47 (2022-04-04)
614

715
### MultiSelect

components/gantt/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.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+
516
## 20.1.48 (2022-04-12)
617

718
### Gantt

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

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-react-grids",
3-
"version": "20.1.47",
3+
"version": "20.1.48",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)