Skip to content

Commit 7bb574e

Browse files
author
pipeline
committed
v20.1.58 is released
1 parent 7efab17 commit 7bb574e

File tree

33 files changed

+150
-21
lines changed

33 files changed

+150
-21
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.1.57 (2022-05-24)
5+
## 20.1.58 (2022-05-31)
66

77
### Common
88

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-angular-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 Angular",
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-angular-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 Angular",
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-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/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+
### 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

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-angular-dropdowns",
3-
"version": "20.1.56",
3+
"version": "20.1.57",
44
"description": "Essential JS 2 DropDown Components for Angular",
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-angular-filemanager",
3-
"version": "20.1.56",
3+
"version": "20.1.57",
44
"description": "Essential JS 2 FileManager Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
## [Unreleased]
44

5-
## 20.1.57 (2022-05-24)
5+
## 20.1.58 (2022-05-31)
66

77
### Gantt
88

99
#### Bug Fixes
1010

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+
1115
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
1216

1317
## 20.1.56 (2022-05-17)

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-angular-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 Angular",
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-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/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+
### NumericTextBox
8+
9+
#### Bug Fixes
10+
11+
- `#I372680` - Now, you are able to enter the decimal separator in the Spanish culture.
12+
513
## 19.4.38 (2021-12-17)
614

715
### Signature

components/kanban/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+
### 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+
513
## 20.1.52 (2022-05-04)
614

715
### Kanban

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-angular-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 Angular",
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-angular-pdfviewer",
3-
"version": "20.1.56",
3+
"version": "20.1.57",
44
"description": "Essential JS 2 PDF viewer Component for Angular",
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-angular-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 Angular",
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-angular-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 Angular",
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

components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.58 (2022-05-31)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I378721` - Now, pressing the enter key on the selection of multiple paragraph contents works properly in the `Firefox` browser.
12+
- `#I378378` - Now, copying and pasting the contents with a length that exceeds the `maxLength` API is properly prevented.
13+
- `#I378378` - Now, adding a link, image, and table is properly prevented when the content length exceeds the `maxLength` API limit.
14+
- `#I376816` - Now, applying the list by selecting all content that is pasted in the Rich Text Editor on the `Firefox` browser works and doesn't raise any console errors.
15+
- `#I378378` - Now, copying and pasting the contents with a length less than or equal to the `maxLength` API is pasted properly in the Rich Text Editor.
16+
- `#I380152` - Now, typing content in the Rich Text Editor when loading empty `P` tags in the `Iframe` mode works properly.
17+
- `#I380165` - Now, the focus will be maintained properly after pressing the enter key in the Rich Text Editor when loading empty `P` tags.
18+
19+
## 20.1.57 (2022-05-24)
20+
21+
### RichTextEditor
22+
23+
#### Bug Fixes
24+
25+
- `#I376816` - Now, pressing the backspace or delete key after selecting all list contents in the Rich Text Editor removes the list properly.
26+
527
## 20.1.56 (2022-05-17)
628

729
### RichTextEditor

components/richtexteditor/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-angular-richtexteditor",
3-
"version": "20.1.56",
3+
"version": "20.1.57",
44
"description": "Essential JS 2 RichTextEditor component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/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
### Schedule
88

components/splitbuttons/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
### DropDownButton
88

components/spreadsheet/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+
### Spreadsheet
8+
9+
#### Bug Fixes
10+
11+
- `#I378302` - Unique formula referred cell values are deleted after performing the saveAsJson method issue is resolved.
12+
- `#I377838` - Script error occurred while importing the custom number format applied excel issue is resolved.
13+
- `#I379174` - Not considering the password when select the unprotect sheet option in sheet tab context menu issue is resolved.
14+
- `#I378874` - Selection misalignment occurs while performing autofit when the column is hidden issue is resolved.
15+
516
## 20.1.57 (2022-05-24)
617

718
### Spreadsheet

components/spreadsheet/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-angular-spreadsheet",
3-
"version": "20.1.56",
3+
"version": "20.1.57",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)