Skip to content

Commit 5fb3726

Browse files
author
pipeline
committed
v20.1.59 is released
1 parent 2bcb6b6 commit 5fb3726

File tree

36 files changed

+169
-46
lines changed

36 files changed

+169
-46
lines changed

components/base/CHANGELOG.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
## [Unreleased]
44

5+
## 20.1.59 (2022-06-07)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#I381890` - "Script error occurred while using the routing in React 18 sample," issue has been resolved.
12+
513
## 20.1.58 (2022-05-31)
614

715
### Common
816

917
#### Bug Fixes
1018

11-
- `EJ2-59569` - Resolved the "Dashboard layout component crash while using cell spacing" issue in react component.
19+
- `#I366207` - Resolved the "Dashboard layout component crash while using cell spacing" issue in react component.
1220

1321
## 20.1.57 (2022-05-24)
1422

@@ -34,37 +42,37 @@
3442

3543
#### Bug Fixes
3644

37-
- `I339589` - Resolved the `DropdownButton` issue with react component as target.
45+
- `#I339589` - Resolved the `DropdownButton` issue with react component as target.
3846

3947
## 19.1.67 (2021-06-08)
4048

4149
### Common
4250

43-
- `F164392` - Resolved the issue with Value is not updated if we update the state in `useEffect()` hook for `Dropdownlist`.
51+
- `#F164392` - Resolved the issue with Value is not updated if we update the state in `useEffect()` hook for `Dropdownlist`.
4452

45-
- `I324905` - Resolved the issue with `editTemplate` methods are reassigned to other columns while reordering and applying `setState`.
53+
- `#I324905` - Resolved the issue with `editTemplate` methods are reassigned to other columns while reordering and applying `setState`.
4654

4755
## 19.1.65 (2021-05-25)
4856

4957
### Common
5058

51-
- `F165452` - Resolved the issue with destroy event while using toolbar template.
59+
- `#F165452` - Resolved the issue with destroy event while using toolbar template.
5260

5361
## 19.1.64 (2021-05-19)
5462

5563
### Common
5664

57-
- `F165103` - Resolved the issue with Maximum call stack size exceeded" when updating state variable using `useEffect`.
65+
- `#F165103` - Resolved the issue with Maximum call stack size exceeded" when updating state variable using `useEffect`.
5866

5967
## 19.1.57 (2021-04-20)
6068

6169
### Common
6270

6371
#### Bug Fixes
6472

65-
- `I321145` - Resolved the issue with Data binding not working properly while changing values in complex array.
73+
- `#I321145` - Resolved the issue with Data binding not working properly while changing values in complex array.
6674

67-
- `F164536` - Resolved the Peer dependency warning issue.
75+
- `#F164536` - Resolved the Peer dependency warning issue.
6876

6977
## 18.3.35 (2020-10-01)
7078

components/base/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![coverage](http://ej2.syncfusion.com/badges/ej2-react-base/coverage.svg)](http://ej2.syncfusion.com/badges/ej2-react-base)
2-
31
# ej2-react-base
42

53
A common package of Essential JS 2 for React which contains base libraries, methods and class definitions.

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.57",
3+
"version": "20.1.58",
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: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -478,24 +478,16 @@
478478
this.portals.push(portal);
479479
}
480480
};
481-
// tslint:disable:no-any
482-
public intForceUpdate (callback?: any): void {
483-
let flush: any = getValue('flushSync',ReactDOM);
484-
let version: string = React.version.split('.')[0];
485-
if (parseInt(version) >= 18 && this.initRenderCalled && flush && !this.mountingState) {
486-
flush(() => {
487-
this.forceUpdate(callback);
488-
});
489-
} else {
481+
// tslint:disable:no-any
482+
public renderReactTemplates (callback?: any): void {
483+
this.isReactForeceUpdate = true;
484+
if (callback) {
490485
this.forceUpdate(callback);
486+
} else {
487+
this.forceUpdate();
491488
}
489+
this.isReactForeceUpdate = false;
492490
}
493-
494-
public renderReactTemplates (callback?: any): void {
495-
this.isReactForeceUpdate = true;
496-
this.intForceUpdate(callback);
497-
this.isReactForeceUpdate = false;
498-
};
499491
// tslint:disable:no-any
500492
public clearTemplate(templateNames: string[], index?: any, callback?: any) {
501493
var tempPortal: any = [];

components/calendars/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-calendars",
3-
"version": "20.1.57",
3+
"version": "20.1.58",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.59 (2022-06-07)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I379535` - Background issue in PDF export has been fixed.
12+
- `#I379093` - Draggable arrow for stacked series is removed.
13+
- `#I381436` - Data label is hidden in stacked bar series has been fixed.
14+
- `#I379549` - Add series using DataManager makes a request to the server for multiple times issue is fixed.
15+
516
## 20.1.57 (2022-05-24)
617

718
### 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.1.58 (2022-05-31)
8+
## 20.1.59 (2022-06-07)
99

1010
### Circular Gauge
1111

components/diagrams/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.59 (2022-06-07)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I378190` - Now, distribute commands will work properly.
12+
513
## 20.1.57 (2022-05-24)
614

715
### Diagram

components/documenteditor/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.1.59 (2022-06-07)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#F174916` - Resolved the numbering pop-up binding issue.
12+
- `#I376243` - Resolved the script error in importing document with empty author.
13+
- `#I369585` - Resolved the selection issue in selecting document with large number of pages.
14+
- `#I375798` - Resolved the control hanging issue in opening the document.
15+
- `#I367499` - Resolved the shape and chart rendering issue.
16+
517
## 20.1.58 (2022-05-31)
618

719
### 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.57",
3+
"version": "20.1.58",
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)