Skip to content

Commit 4aa6fb0

Browse files
author
pipeline
committed
v20.4.50 is released
1 parent 3e2ec87 commit 4aa6fb0

File tree

30 files changed

+139
-19
lines changed

30 files changed

+139
-19
lines changed

components/buttons/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.4.50 (2023-02-14)
6+
7+
### RadioButton
8+
9+
#### Bug Fixes
10+
11+
- `#F40707` - Value change event triggered twice in Radio Button component has been fixed.
12+
513
## 20.4.49 (2023-02-07)
614

715
### Switch

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.4.48",
3+
"version": "20.4.49",
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/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.4.48",
3+
"version": "20.4.49",
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/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.4.50 (2023-02-14)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I432667` - Now, overview updated properly while doing interactions after zoom out.
12+
- `#I433980` - Now, the nodes selections are proper for nodes with large annotations.
13+
514
## 20.4.48 (2023-02-01)
615

716
### Diagram

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.50 (2023-02-14)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I426407` - Resolved the issue with application-level CSS inherited to the content during copy and paste operation.
12+
- `#I430244` - Resolved the issue when cursor position is at second line start and press backspace key.
13+
- `#I428246` - Resolved the footnote overlapping and row interchanging issue while resizing the table.
14+
- `#I433138` - Resolved the undo issue when find and replace the text.
15+
- `#I433139` - Resolved the typed letters are appearing twice issue.
16+
517
## 20.4.49 (2023-02-07)
618

719
### 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.4.48",
3+
"version": "20.4.49",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 20.4.50 (2023-02-14)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I434123` - Issue with "NVDA reader does not read the selected value in the list" has been resolved.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#I434089` - The issue "Placeholder overlaps with the selected data in the multiselect" has been resolved.
18+
- `#I435032` - Issue with "Selected Item overlapped with clear icon in the multiselect component" has been resolved.
19+
520
## 20.4.49 (2023-02-07)
621

722
### Dropdown Tree

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.4.48",
3+
"version": "20.4.49",
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: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 20.4.50 (2023-02-14)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I431629`- A script error is thrown while performing tab navigation on the last row.
12+
13+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
14+
515
## 20.4.49 (2023-02-07)
616

717
### Gantt
@@ -12,7 +22,8 @@
1222
- `#I428914` - Duration value is not maintained when using `valueAccessor` issue has been fixed.
1323
- `#I426170` - Action complete is not triggered properly for Zoom In and Zoom to fit in Gantt chart.
1424

15-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
25+
-`#I428914`- Duration value is not maintained when using `valueAccessor` issue has been fixed.
26+
1627

1728
## 20.4.48 (2023-02-01)
1829

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

0 commit comments

Comments
 (0)