Skip to content

Commit 0649046

Browse files
author
pipeline
committed
v20.1.58 is released
1 parent f30a1ab commit 0649046

File tree

37 files changed

+154
-26
lines changed

37 files changed

+154
-26
lines changed

components/base/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
- `#SF-377536` - The issue with "Facing an Warning error while running in development mode in Vue 3" has been resolved.
2020

21-
## 20.1.51 (2022-04-26)
21+
## 20.1.52 (2022-05-04)
2222

2323
### Common
2424

components/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-base",
3-
"version": "20.1.56",
3+
"version": "20.1.57",
44
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

+8
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/circulargauge/CHANGELOG.md

+1-1
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/CHANGELOG.md

+1-1
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
### Diagram
88

components/documenteditor/CHANGELOG.md

+15
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

+8
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-dropdowns",
3-
"version": "20.1.56",
3+
"version": "20.1.57",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/src/auto-complete/autocomplete.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ export class AutoCompleteComponent extends ComponentBase {
196196
return this.ej2Instances.getItems();
197197
}
198198

199-
public hidePopup(): void {
200-
return this.ej2Instances.hidePopup();
199+
public hidePopup(e?: Object): void {
200+
return this.ej2Instances.hidePopup(e);
201201
}
202202

203203
public hideSpinner(): void {

components/filemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-filemanager",
3-
"version": "20.1.56",
3+
"version": "20.1.57",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

+10
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

+11
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/src/inplace-editor/inplaceeditor.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export class InPlaceEditorComponent extends ComponentBase {
130130
if (!isExecute) {
131131
this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
132132
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
133+
this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
133134
} else {
134135
if (eventName === 'change' || ((this as any).$props && !(this as any).$props.isLazyUpdate)) {
135136
(this as any).$emit('update:'+ propKey, eventProp[propKey]);

components/kanban/CHANGELOG.md

+16
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

+8
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/maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-maps",
3-
"version": "20.1.48",
3+
"version": "20.1.55",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

+10
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pdfviewer",
3-
"version": "20.1.56",
3+
"version": "20.1.57",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

+8
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/CHANGELOG.md

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/progressbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-progressbar",
3-
"version": "20.1.55",
3+
"version": "20.1.57",
44
"description": "Essential JS 2 ProgressBar Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/CHANGELOG.md

+1-1
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.55 (2022-05-12)
66

77
### QueryBuilder
88

components/querybuilder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-querybuilder",
3-
"version": "20.1.51",
3+
"version": "20.1.55",
44
"description": "Essential JS 2 QueryBuilder for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/richtexteditor/CHANGELOG.md

+22
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-richtexteditor",
3-
"version": "20.1.56",
3+
"version": "20.1.57",
44
"description": "Essential JS 2 RichTextEditor component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/CHANGELOG.md

+1-1
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

+1-1
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

0 commit comments

Comments
 (0)