Skip to content

Commit 5a90205

Browse files
author
pipeline
committed
v20.3.48 is released
1 parent c426027 commit 5a90205

File tree

37 files changed

+250
-25
lines changed

37 files changed

+250
-25
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.47 (2022-09-29)
5+
## 20.3.48 (2022-10-05)
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.47 (2022-09-29)
5+
## 20.3.48 (2022-10-05)
66

77
### Floating Action Button `Preview`
88

components/calendars/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.48 (2022-10-05)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I405520` - The issue "forward button in end date calendar is not working in daterangepicker" has been resolved.
12+
513
## 19.3.46 (2021-10-19)
614

715
### TimePicker

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.48 (2022-10-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I409365` - Now canvas chart is working proper on legend click.
12+
13+
### Bullet Chart
14+
15+
#### Bug Fixes
16+
17+
- `#I400763` - Now Bulletchart axis labels are aligned properly for all fontsize.
18+
519
## 20.3.47 (2022-09-29)
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.47 (2022-09-29)
8+
## 20.3.48 (2022-10-05)
99

1010
### Circular Gauge
1111

components/diagrams/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.47 (2022-09-29)
5+
## 20.3.48 (2022-10-05)
66

77
### Diagram
88

components/documenteditor/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.48 (2022-10-05)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I400154` - Handled selecting consecutive special character on double click.
12+
- `#I400506` - Handled selection while navigating the page using page down/ page up.
13+
- `#I403371` - Resolved the inline shape alignment issue.
14+
- `#I404840` - Resolved the browser hanging issue while changing the line spacing.
15+
- `#I401957` - Resolved the script error while inserting the table.
16+
- `#I403238` - Newly added custom style is now updated properly in properties pane.
17+
- `#I401826` - Resolved the pagination issue on the exported word document.
18+
- `#I408407`. `#I403326` - Resolved the script error while deleting the content.
19+
- `#I379655` - Newly added paragraph is now removed properly while rejecting the changes.
20+
- `#I403248` - Resolved script error while deleting the text with comment.
21+
- `#I401520` - Underline format is now preserved properly in exported word document.
22+
- `#F175079` - Resolved search issue in splitted table cell.
23+
524
## 20.3.47 (2022-09-29)
625

726
### Document Editor

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.3.48 (2022-10-05)
6+
7+
### Mention
8+
9+
#### Bug Fixes
10+
11+
- Issue with `Localization` and `Accessibility` has been resolved.
12+
513
## 20.3.47 (2022-09-29)
614

715
### 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-react-dropdowns",
3-
"version": "18.51.0",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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-filemanager",
3-
"version": "18.11.1",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)