Skip to content

Commit 8884530

Browse files
author
pipeline
committed
v20.3.49 is released
1 parent 628e692 commit 8884530

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+258
-60
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.3.48 (2022-10-05)
5+
## 20.3.49 (2022-10-11)
66

77
### Common
88

components/buttons/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.3.48 (2022-10-05)
5+
## 20.3.49 (2022-10-11)
66

77
### Floating Action Button `Preview`
88

components/calendars/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.3.48 (2022-10-05)
5+
## 20.3.49 (2022-10-11)
66

77
### DatePicker
88

components/charts/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.3.49 (2022-10-11)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I383934` - Now shared tooltip is rendering properly for all points.
12+
13+
### Sparkline
14+
15+
#### Bug Fixes
16+
17+
- `#F177692` - Sparkline component is not rendered in React Next app issue has been fixed.
18+
519
## 20.3.48 (2022-10-05)
620

721
### Chart

components/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 20.3.48 (2022-10-05)
8+
## 20.3.49 (2022-10-11)
99

1010
### Circular Gauge
1111

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I405054` - Provided the custom context menu support for the swimlane phase.
12+
- `#I405669` - Now, BPMN text annotation node gets dragged properly while drag the swimlane.
13+
- `#I397116` - Now, the bezier annotation horizontal and vertical alignment is working properly.
14+
- `#I410634` - The null exception will no longer thrown while changing the overview id.
15+
516
## 20.3.48 (2022-10-05)
617

718
### Diagram
819

920
#### Bug Fixes
1021

22+
- `#I401143` - Now, HTML element gets rendered properly while drag and drop from one lane to other lane.
23+
- `#I393859` - Now, the nodes overlapping in linear arrangement of complex-hierarchical tree is resolved.
24+
25+
## 20.3.47 (2022-09-29)
26+
27+
### Diagram
28+
29+
#### Bug Fixes
30+
1131
- `#I387297` - Now, the Expand & Collapse work properly for layout.
1232
- `#I389174` - The undefined exception will no longer thrown while drag and drop the node from treeview to diagram.
1333
- `#I384522` - Now, connector gets rendered properly in the complex hierarchical tree layout.

components/documenteditor/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.3.49 (2022-10-11)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I401609` - Resolved the curly braces preservation in RTL paragraph
12+
- `#I400473` - Resolved the paragraph mark selection issue on shift + page up.
13+
- `#I405251` - Resolved the script error while opening the document with duplicate style name.
14+
- `#I398151` - Resolved the issue with accept all/reject all from track changes pane.
15+
- `#I399611` - Paragraph formatting is now preserved properly on copy and paste.
16+
- `#I404592` - Resolved the script error while exporting the document with content control.
17+
- `#I405251` - Resolved the script error while opening the document with line break character.
18+
- `#I396300` - Resolved the overlapping issue while resizing the table cell.
19+
520
## 20.3.48 (2022-10-05)
621

722
### Document Editor

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I409839` - Issue with "Script error thrown while drag and drop after removed the item from listbox using removeItem method" has been resolved.
12+
13+
### DropDownList
14+
15+
#### Bug Fixes
16+
17+
- `#I409074` - The issue "Previous value not updated properly in change event argument when we clear the value" has been resolved.
18+
19+
#### Bug fixes
20+
21+
`#I403691` - The issue "duplicate value is added on the popup When we bind the complex object datasource dynamically" has been resolved.
22+
23+
524
## 20.3.48 (2022-10-05)
625

726
### Mention

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.3.47",
3+
"version": "20.3.48",
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.3.49 (2022-10-11)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I391031` - The issue with "Column header in the Details view within the File Manager is not accessible via the Tab keyboard" has been resolved.
12+
513
## 20.3.47 (2022-09-29)
614

715
### File Manager

0 commit comments

Comments
 (0)