Skip to content

Commit 37453b0

Browse files
author
pipeline
committed
v20.3.56 is released
1 parent 2e86207 commit 37453b0

File tree

35 files changed

+185
-28
lines changed

35 files changed

+185
-28
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.52 (2022-10-26)
5+
## 20.3.56 (2022-11-08)
66

77
### Common
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.52 (2022-10-26)
5+
## 20.3.56 (2022-11-08)
66

77
### Calendar
88

components/charts/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.56 (2022-11-08)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I388725` - Multilevel label border cut off issue has been fixed.
12+
513
## 20.3.52 (2022-10-26)
614

715
### 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.3.50",
3+
"version": "20.3.52",
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/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.52 (2022-10-26)
8+
## 20.3.49 (2022-10-11)
99

1010
### Circular Gauge
1111

components/circulargauge/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-circulargauge",
3-
"version": "16.40.11",
3+
"version": "20.3.49",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#FB37929` - Resolved the exception while exporting the document with duplicate character style.
12+
- `#I412146` - Resolved the script error while opening the document.
13+
- `#I408099` - Resolved the list numbering issue.
14+
- `#I412284` - Table border is now rendering properly.
15+
- `#I413316` - Resolved the script error while removing few pages.
16+
- `#I414066` - Resolved the script error while modifying locale key.
17+
- `#I412817` - Formatting is now working properly in track changes protection mode.
18+
- `#I413284` - Strike through is now rendering similar to MS Word.
19+
- `#I412529` - Resolved the script error while opening html document with nested list.
20+
21+
#### New Features
22+
23+
- `#I297837`, `#I336116`, `#I342219`, `#I346980`, `#F164814`, `#F168911` - Improved the display of the RTL text in a bi-directional layout.
24+
525
## 20.3.52 (2022-10-26)
626

727
### 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.3.50",
3+
"version": "20.3.52",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#F178523` - Issue with "Script error thrown when we drag and drop the listbox item in angular platform" has been resolved.
12+
13+
## 20.3.50 (2022-10-18)
14+
15+
### Dropdown Tree
16+
17+
#### Bug Fixes
18+
19+
- `#I408860` - The issue with "While focus the item using tab key, focus disappeared instead of focus the first popup element in the Angular Dropdown Tree component" has been resolved.
20+
521
## 20.3.49 (2022-10-11)
622

723
### ListBox

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

0 commit comments

Comments
 (0)