Skip to content

Commit bba7865

Browse files
author
pipeline
committed
v20.4.51 is released
1 parent 4aa6fb0 commit bba7865

File tree

30 files changed

+190
-27
lines changed

30 files changed

+190
-27
lines changed

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.49",
3+
"version": "20.4.50",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 20.4.51 (2023-02-21)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F180050` - Tooltip text and markers are now properly aligned when text is removed from the tooltip.
12+
- `#I401851` - The issue of axis title and axis label overlap has been fixed.
13+
- `#I436272` - Disabled the marker explode for marker image.
14+
- `#I429808` - The axis labels getting cut off when rotating the labels has been fixed.
15+
- `#I437507` - `PointDoubleClick` event is not triggered in chart issue has been fixed.
16+
517
## 20.4.49 (2023-02-07)
618

719
### Chart

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

33
## [Unreleased]
44

5+
## 20.4.51 (2023-02-21)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I434382` - Resolved script error thrown while clicking the New button after loading protected document.
12+
- `#I436256` - Accept All/ Reject All is now disappear in Read only.
13+
514
## 20.4.50 (2023-02-14)
615

716
### 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.49",
3+
"version": "20.4.50",
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: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22

33
## [Unreleased]
44

5-
## 20.4.50 (2023-02-14)
5+
## 20.4.51 (2023-02-21)
66

7-
### ComboBox
7+
### Mention
88

99
#### Bug Fixes
1010

11-
- `#I434123` - Issue with "NVDA reader does not read the selected value in the list" has been resolved.
11+
- `#I430690` - The issue "Mention popup doesn't flip out when there is no space at the bottom" has been resolved.
1212

13-
### MultiSelect
13+
### DropDownList
1414

1515
#### Bug Fixes
1616

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.
17+
- `#I435114` - The issue "popup is not opening through keyboard action when dynamically changing the datasource value" has been resolved.
1918

2019
## 20.4.49 (2023-02-07)
2120

@@ -2189,6 +2188,22 @@ DropDownList component contains a list of predefined values from which a single
21892188
- **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.
21902189

21912190

2191+
## 20.4.50 (2023-02-14)
2192+
2193+
### ComboBox
2194+
2195+
#### Bug Fixes
2196+
2197+
- `#I434123` - Issue with "NVDA reader does not read the selected value in the list" has been resolved.
2198+
2199+
### MultiSelect
2200+
2201+
#### Bug Fixes
2202+
2203+
- `#I432789` - Resolved issue with top border is not visible when using floatLabelType as "Auto" or "Always" with cssClass as "e-outline".
2204+
- `#I434089` - The issue "Placeholder overlaps with the selected data in the multiselect" has been resolved.
2205+
- `#I435032` - Issue with "Selected Item overlapped with clear icon in the multiselect component" has been resolved.
2206+
21922207
## 20.4.43 (2023-01-10)
21932208

21942209
### DropDownList

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.49",
3+
"version": "20.4.50",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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.51 (2023-02-21)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I434942` - Resolved the `fileSelect` event not triggering when folders are clicked in the File Manager navigation pane.
12+
513
## 20.4.48 (2023-02-01)
614

715
### File Manager

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.4.50 (2023-02-14)
5+
## 20.4.51 (2023-02-21)
66

77
### Gantt
88

99
#### Bug Fixes
1010

11-
- `#I431629`- A script error is thrown while performing tab navigation on the last row.
11+
-`I432910`- Export Issue with Predecessor Connectivity for Filtered Data.
12+
-`#I434098`- Script error occurs when updating resources dynamically without child mapping.
13+
1214

1315
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
1416

17+
## 20.4.50 (2023-02-14)
18+
19+
### Gantt
20+
21+
#### Bug Fixes
22+
23+
- `#I431629`- A script error is thrown while performing tab navigation on the last row.
24+
1525
## 20.4.49 (2023-02-07)
1626

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

0 commit comments

Comments
 (0)