Skip to content

Commit 2bcb6b6

Browse files
author
pipeline
committed
v20.1.58 is released
1 parent 8f0b0f7 commit 2bcb6b6

File tree

38 files changed

+182
-30
lines changed

38 files changed

+182
-30
lines changed

components/base/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.1.58 (2022-05-31)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `EJ2-59569` - Resolved the "Dashboard layout component crash while using cell spacing" issue in react component.
12+
513
## 20.1.57 (2022-05-24)
614

715
### Common
@@ -147,4 +155,4 @@
147155
Base library provide options to enable following React functionalities in Essential JS 2 components.
148156

149157
- Support for data binding.
150-
- Tree shaking using `UglifyJS`.
158+
- Tree shaking using `UglifyJS`.

components/base/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-base",
3-
"version": "20.1.55",
3+
"version": "20.1.57",
44
"description": "A common package of Essential JS 2 React base, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/src/component-base.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,9 @@
359359
}
360360
}
361361
}
362+
else if (newProp[i] === oldProp[i]) {
363+
status = true;
364+
}
362365
else {
363366
if (!propName) {
364367
return { status: false };

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.1.58 (2022-05-31)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#F34697` - Issue with "able to clear the input value using clear button when component in readonly mode" has been resolved.
12+
513
## 20.1.57 (2022-05-24)
614

715
### DateRangePicker

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.1.57 (2022-05-24)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I378097` - `zooomComplete` event is now properly triggered for device.
12+
513
## 20.1.56 (2022-05-17)
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.1.56",
3+
"version": "20.1.57",
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.1.57 (2022-05-24)
8+
## 20.1.58 (2022-05-31)
99

1010
### Circular Gauge
1111

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-react-diagrams",
3-
"version": "20.1.55",
3+
"version": "20.1.57",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.1.58 (2022-05-31)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I378991` - Resolved the corruption issue in exporting the document with chart.
12+
- `#I378564` - Resolved the script error in replacing more than 100 items.
13+
- `#I378450`, `#I373175` - Resolved the script error in deleting the tracked content.
14+
- `#I376819` - Resolved the issue in saving the document with track changes.
15+
- `#I375984` - Resolved the script error on scrolling the document.
16+
- `#I375559` - Table with wrapping styles is now preserved properly.
17+
- `#I375504` - Resolved the script error in importing form field.
18+
- `#I375369` - Resolved the layouting issue after after editing.
19+
520
## 20.1.57 (2022-05-24)
621

722
### 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.1.56",
3+
"version": "20.1.57",
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",

0 commit comments

Comments
 (0)