Skip to content

Commit 2bcb6b6

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

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

components/dropdowns/CHANGELOG.md

Lines changed: 14 additions & 6 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+
### AutoComplete
8+
9+
#### Bug Fixes
10+
11+
- `#F34768` - Issue with "change event argument `IsInteracted` returns wrong value while rendering component with disabled custom value" has been resolved
12+
513
## 20.1.57 (2022-05-24)
614

715
### Dropdown Tree
@@ -10,6 +18,12 @@
1018

1119
- `#I374653` - The issue with "The filtering was not working properly when using a hierarchical data source for the Dropdown Tree component" has been resolved.
1220

21+
### DropDownList
22+
23+
#### Bug Fixes
24+
25+
- `I375107` - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.
26+
1327
## 20.1.56 (2022-05-17)
1428

1529
### ListBox
@@ -24,12 +38,6 @@
2438

2539
- `I372269` - Issue with "value is displayed instead of text while binding beyond the initial loading data values" has been resolved.
2640

27-
### DropDownList
28-
29-
#### Bug Fixes
30-
31-
- `I375107` - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.
32-
3341
## 20.1.52 (2022-05-04)
3442

3543
### 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.1.56",
3+
"version": "20.1.57",
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": "20.1.56",
3+
"version": "20.1.57",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 20.1.58 (2022-05-31)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#380136` - End date is not updated when we update the resource unit via `updateRecordByID` method.
12+
- `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
13+
- `#379660` - Script error thrown when switching between tabs has been fixed.
14+
515
## 20.1.56 (2022-05-17)
616

717
### Gantt

components/grids/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.58 (2022-05-31)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I357493` - An issue with the grid throws a `NotFoundError` on Unmount in IE11 when using the custom template has been resolved.
12+
- `#I372485` - Adding new rows in-between with infinite scrolling issue has been fixed.
13+
- `#I375336` - Scrolling is not working fine with Virtualization Grid when having frozen column has been fixed.
14+
- `#I374913` - Collapsing Group row is not working properly when cache mode enabled in `InfiniteScrolling` has been fixed.
15+
516
## 20.1.57 (2022-05-24)
617

718
### 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.56",
3+
"version": "20.1.57",
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/inplaceeditor/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-inplace-editor",
3-
"version": "20.1.47",
3+
"version": "20.1.55",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/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.58 (2022-05-31)
6+
7+
### Kanban
8+
9+
#### New Features
10+
11+
- `#I373922` - Now, we have improved the performance with the Kanban drag and drop action when large data is being loaded.
12+
13+
## 20.1.52 (2022-05-04)
14+
15+
### Kanban
16+
17+
#### Bug Fixes
18+
19+
- `#I375869` - Now, opening and closing the dialog by rapidly double-clicking on the card doesn't throw any console error.
20+
521
## 19.4.38 (2021-12-17)
622

723
### Kanban

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.47",
3+
"version": "20.1.55",
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/kanban/src/kanban/columns-directive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface ColumnsDirTypecast {
1616
* </KanbanComponent>
1717
* ```
1818
*/
19-
export class ColumnDirective extends ComplexBase<ColumnsModel| ColumnsDirTypecast, ColumnsModel| ColumnsDirTypecast> {
19+
export class ColumnDirective extends ComplexBase<ColumnsModel| ColumnsDirTypecast & { children?: React.ReactNode }, ColumnsModel| ColumnsDirTypecast> {
2020
public static moduleName: string = 'column';
2121
}
2222

components/kanban/src/kanban/stackedheaders-directive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { StackedHeadersModel } from '@syncfusion/ej2-kanban';
1414
* </KanbanComponent>
1515
* ```
1616
*/
17-
export class StackedHeaderDirective extends ComplexBase<StackedHeadersModel, StackedHeadersModel> {
17+
export class StackedHeaderDirective extends ComplexBase<StackedHeadersModel & { children?: React.ReactNode }, StackedHeadersModel> {
1818
public static moduleName: string = 'stackedHeader';
1919
}
2020

components/layouts/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+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
- `#F174876` - Now, collapsing the splitter pane after resizing the pane and when the `enablePersistance` API is set to true works properly.
12+
513
## 19.3.43 (2021-09-30)
614

715
### Splitter

components/navigations/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.57 (2022-05-24)
5+
## 20.1.58 (2022-05-31)
66

77
### Tab
88

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

33
## [Unreleased]
44

5+
## 20.1.58 (2022-05-31)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#SF-377034`- Now, the existing form fields value can be retrieved using the `retrieveFormFields()` method.
12+
- `#SF-367416`- The radio buttons on the iPad are displayed properly after zooming in and out.
13+
- `#SF-374726`- Signatures will appear in the PDF viewer for the provided document.
14+
515
## 20.1.57 (2022-05-24)
616

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

components/pivotview/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+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#I380533` - When using value fields with advanced aggregate options, the pivot table can now be properly exported to Excel and CSV formats.
12+
513
## 20.1.57 (2022-05-24)
614

715
### Pivot Table

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.56",
3+
"version": "20.1.57",
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/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.57 (2022-05-24)
5+
## 20.1.58 (2022-05-31)
66

77
### Popup
88

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.55",
3+
"version": "20.1.57",
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.57 (2022-05-24)
5+
## 20.1.58 (2022-05-31)
66

77
### ProgressBar
88

0 commit comments

Comments
 (0)