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",

components/dropdowns/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.1.59 (2022-06-07)
6+
7+
### DropDownList
8+
9+
#### Bug Fixes
10+
11+
- "Dropdown List template sample is not working in React 18" issue has been resolved.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#I378186` - Issue with "filtering is not working properly while performing the custom filtering in the `filtering` event" has been resolved
18+
519
## 20.1.58 (2022-05-31)
620

721
### AutoComplete

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

components/filemanager/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.1.59 (2022-06-07)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- '#I368438' - The issue with "Copy/paste MAC keyboard shortcuts doesn't work for File Manager" has been resolved.
12+
13+
## 20.1.58 (2022-05-31)
14+
15+
### File Manager
16+
17+
#### Bug Fixes
18+
19+
- `#F174002` - The issue with "Toolbar sorting throws an error for the date-modified column of the File Manager" has been resolved.
20+
521
## 20.1.57 (2022-05-24)
622

723
### File Manager

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.59 (2022-06-07)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#379229` - Pdf export is not working when using custom date format issue has been fixed.
12+
- `#381109` - Issue when Zoom To Fit with unscheduled tasks has been fixed.
13+
514
## 20.1.58 (2022-05-31)
615

716
### Gantt

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.59 (2022-06-07)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I367001` - Alignment issue while adding new row with frozen grid and `rowDragandDrop` is fixed
12+
- `#I378140` - Combination of Excel and Menu filter with `foreignkey` column throws script error is fixed
13+
- `#I377994` - Row selection is not updated properly inside the `rowDeselected` event while performing data actions in grid has been fixed.
14+
515
## 20.1.58 (2022-05-31)
616

717
### Grid

components/grids/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-grids",
3-
"version": "20.1.57",
3+
"version": "20.1.58",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/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-inputs",
3-
"version": "20.1.55",
3+
"version": "20.1.58",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/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-kanban",
3-
"version": "20.1.55",
3+
"version": "20.1.58",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/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-layouts",
3-
"version": "20.1.55",
3+
"version": "20.1.58",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
## [Unreleased]
1010

11+
## 20.1.59 (2022-06-07)
12+
13+
### Maps
14+
15+
#### Bug Fixes
16+
17+
- "Maps throws script error while resizing the window in React 18 sample" issue has been resolved.
18+
1119
## 20.1.48 (2022-04-12)
1220

1321
### Maps

components/navigations/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-navigations",
3-
"version": "20.1.57",
3+
"version": "20.1.58",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/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+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#F174154`- Now, the signature value for all signature fields in the PDF document will be updated programmatically using the `updateFormFieldsValue()` method.
12+
- `#SF-376222`- Now, Annotation selector binds correctly to annotations when dragging.
13+
- `#SF-367416`- The `FindText()` method of PDF Base allows for finding the number.
14+
- `#SF-372876`- The `annotationSelect` and `commentAdd` events are triggered properly for the sticky notes annotation.
15+
516
## 20.1.58 (2022-05-31)
617

718
### PDF Viewer

components/pdfviewer/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-pdfviewer",
3-
"version": "20.1.57",
3+
"version": "20.1.58",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/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-pivotview",
3-
"version": "20.1.57",
3+
"version": "20.1.58",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/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-popups",
3-
"version": "20.1.57",
3+
"version": "20.1.58",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/progressbar/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.1.58 (2022-05-31)
5+
## 20.1.59 (2022-06-07)
66

77
### ProgressBar
88

0 commit comments

Comments
 (0)