Skip to content

Commit f30a1ab

Browse files
author
pipeline
committed
v20.1.57 is released
1 parent 75852ae commit f30a1ab

39 files changed

+175
-31
lines changed

components/base/CHANGELOG.md

+8
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+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#I362337` - The issue with the "Row template in the Grid does not work properly in vue 3" has been resolved.
12+
513
## 20.1.56 (2022-05-17)
614

715
### Common

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.55",
3+
"version": "20.1.56",
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/base/src/template.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function compile(
4242
return vue3Slots[templateElement]({ data: data });
4343
}
4444
})
45-
.mount("#" + id);
45+
.mount((context.getModuleName() === 'grid') ? ("#" + pid ) : ("#" + id));
4646
returnEle = ele.childNodes;
4747
detach(ele);
4848
} else {
@@ -91,7 +91,7 @@ export function compile(
9191
templateCompRef.data = function () { return tempRef; };
9292
allVue
9393
.createApp(templateCompRef)
94-
.mount("#" + id);
94+
.mount((context.getModuleName() === 'grid') ? ("#" + pid ) : ("#" + id));
9595
returnEle = ele.childNodes;
9696
detach(ele);
9797
} else if (typeof templateElement === "string") {

components/calendars/CHANGELOG.md

+8
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+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I378357` - Issue with "tab key navigation is not working between calendars" has been resolved.
12+
513
## 19.3.46 (2021-10-19)
614

715
### TimePicker

components/calendars/package.json

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

components/charts/package.json

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

components/circulargauge/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
## [Unreleased]
77

8+
## 20.1.57 (2022-05-24)
9+
10+
### Circular Gauge
11+
12+
#### New Features
13+
14+
- `#I365344` - Dash array can now be customized in the border of the Circular Gauge.
15+
816
## 19.4.43 (2022-01-18)
917

1018
### CircularGauge

components/circulargauge/package.json

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

components/diagrams/CHANGELOG.md

+8
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+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `F173877` - Now, Node template has been rendered properly in layout.
12+
513
## 20.1.55 (2022-05-12)
614

715
### Diagram

components/documenteditor/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.1.57 (2022-05-24)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I373287` - Resolved the control hanging issue while opening a document with table.
12+
- `#FB34847` - Resolved the script error thrown on re-updating the custom toolbar.
13+
- `#I376882` - Resolved the issue on applying highlight color after replacing the search text.
14+
- `#I372421` - Resolved the insert table's paragraph format inheritance from previous paragraph.
15+
- `#I378924` - Resolved the text frame margin saving issue in sfdt export.
16+
- `#I375700` - Resolved the footnote misplacement in the initial layout.
17+
- `#I371641` - Resolved the minimum column width causes in-finite lopping issue when resizing table.
18+
519
## 20.1.56 (2022-05-17)
620

721
### 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.52",
3+
"version": "20.1.56",
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

+14-6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.1.57 (2022-05-24)
6+
7+
### Dropdown Tree
8+
9+
#### Bug Fixes
10+
11+
- `#I374653` - The issue with "The filtering was not working properly when using a hierarchical data source for the Dropdown Tree component" has been resolved.
12+
13+
### DropDownList
14+
15+
#### Bug Fixes
16+
17+
- `I375107` - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.
18+
519
## 20.1.56 (2022-05-17)
620

721
### ListBox
@@ -16,12 +30,6 @@
1630

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

19-
### DropDownList
20-
21-
#### Bug Fixes
22-
23-
- `I375107` - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.
24-
2533
## 20.1.52 (2022-05-04)
2634

2735
### ListBox

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

components/filemanager/CHANGELOG.md

+8
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+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#F173974` - The issue with "Cut and paste files from a parent folder to a sub folder using the toolbar doesn't show any alert for users in File Manager" has been resolved.
12+
513
## 20.1.56 (2022-05-17)
614

715
### File Manager

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

components/gantt/package.json

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

components/grids/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 20.1.57 (2022-05-24)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I359884` - Accessibility of Grid component has been improved.
12+
- `#I376539` - Sorting issue on URL Adaptor `DataManagerRequest` has been fixed.
13+
- `#I365726` - Image and Text overlap issue in excel image has been fixed.
14+
515
## 20.1.56 (2022-05-17)
616

717
### 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.55",
3+
"version": "20.1.56",
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/lineargauge/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## [Unreleased]
1616

17-
## 20.1.56 (2022-05-17)
17+
## 20.1.55 (2022-05-12)
1818

1919
### LinearGauge
2020

components/lineargauge/package.json

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

components/navigations/CHANGELOG.md

+8
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+
### Tab
8+
9+
#### Bug Fixes
10+
11+
- `#I377292` - Accessibility issues in tab has been fixed.
12+
513
## 20.1.56 (2022-05-17)
614

715
### Menu

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.55",
3+
"version": "20.1.56",
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.57 (2022-05-24)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#SF-376240`- Multiple words in the typed handwritten signature and signature fields are preserved correctly in the downloaded document.
12+
- `#F174506`- Improved the printing quality of the PDF viewer.
13+
- `#SF-372853`- Now, ink annotation will be added programmatically with path data available in the annotationAdd event.
14+
515
## 20.1.56 (2022-05-17)
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.55",
3+
"version": "20.1.56",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 20.1.57 (2022-05-24)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#I378816` - When the defer layout update option is enabled, dataBound event is now restricted while clicking cancel option in the popup field list UI.
12+
- `#F174968` - When virtual scrolling is enabled, the pivot table can now be rendered properly while perform member filtering.
13+
- The pivot table's column selection is now working properly.
14+
515
## 20.1.56 (2022-05-17)
616

717
### 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.55",
3+
"version": "20.1.56",
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

+8
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+
### Popup
8+
9+
#### Bug Fixes
10+
11+
- `#I376806` - Now, the drop down list popup will close properly even after interaction with more than one drop down component.
12+
513
## 19.4.38 (2021-12-17)
614

715
### Tooltip

components/progressbar/CHANGELOG.md

+8
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+
### ProgressBar
8+
9+
#### Bug Fixes
10+
11+
- `#I378263` - Progress bar is now working properly on resize.
12+
513
## 20.1.52 (2022-05-04)
614

715
### ProgressBar

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.56 (2022-05-17)
5+
## 20.1.57 (2022-05-24)
66

77
### QueryBuilder
88

components/richtexteditor/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 20.1.56 (2022-05-17)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I377121` - Now, adding the `cssClass` property will also add the CSS class to all the dependent components of the Rich Text Editor.
12+
- `#I376816` - Now, applying list by selecting all content which is pasted in the Rich Text Editor on the `Firefox` browser works properly.
13+
- `#SF-378184` - Now, the script error is not thrown when resizing the Rich Text Editor component with inline mode.
14+
515
## 20.1.55 (2022-05-12)
616

717
### 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.55",
3+
"version": "20.1.56",
44
"description": "Essential JS 2 RichTextEditor component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)