Skip to content

Commit 8aedec6

Browse files
author
pipeline
committed
v19.2.55 is released
1 parent e8b9241 commit 8aedec6

File tree

45 files changed

+199
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+199
-42
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-
## 19.2.51 (2021-08-03)
5+
## 19.2.48 (2021-07-20)
66

77
### Common
88

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-vue-base",
3-
"version": "19.1.54",
3+
"version": "19.2.48",
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/buttons/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-
## 19.2.51 (2021-08-03)
5+
## 19.2.55 (2021-08-11)
66

77
### Checkbox
88

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+
## 19.2.55 (2021-08-11)
6+
7+
### Chart
8+
9+
#### New Features
10+
11+
- `#335166` - Provide Fade out support for chart tooltip on touch.
12+
513
## 19.2.51 (2021-08-03)
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-vue-charts",
3-
"version": "19.2.49",
3+
"version": "19.2.51",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 19.2.51 (2021-08-03)
8+
## 19.2.55 (2021-08-11)
99

1010
### CircularGauge
1111

components/diagrams/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+
## 19.2.55 (2021-08-11)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I336316` - The issue "The loaded connectors path is differ from saved connectors" has been fixed.
12+
- `#I335836` - The Default tooltip rendered in the wrong position for the native node issue has been fixed.
13+
- `#I337885` - The issue "Connectors have disappeared in Swim lane at initial rendering" has been fixed.
14+
515
## 19.2.51 (2021-08-03)
616

717
### Diagram

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-vue-diagrams",
3-
"version": "19.2.49",
3+
"version": "19.2.51",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/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-
## 19.2.51 (2021-08-03)
5+
## 19.2.55 (2021-08-11)
66

77
### Document Editor
88

components/dropdowns/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,40 @@
22

33
## [Unreleased]
44

5+
## 19.2.55 (2021-08-11)
6+
7+
### ListBox
8+
9+
#### New Features
10+
11+
- Provided No Record Template support.
12+
13+
### DropDownList
14+
15+
#### Bug Fixes
16+
17+
- Issue with "incremental search is not working properly while destroying and rendering the component again" has been resolved.
18+
19+
### AutoComplete
20+
21+
#### Bug Fixes
22+
23+
- `I335313` - Issue with "select element is displayed while rendering the component with floating label" has been resolved.
24+
25+
### Dropdown Tree
26+
27+
#### Bug Fixes
28+
29+
- `#F167371` - The performance issue that occurred when destroying the Dropdown Tree with a huge data source and CheckBox support has been resolved.
30+
531
## 19.2.51 (2021-08-03)
632

33+
### ListBox
34+
35+
#### Bug Fixes
36+
37+
- `#I336382` - The issue with getDataList not updated properly after removing the items has been fixed.
38+
739
### Dropdown Tree
840

941
#### Bug Fixes

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

components/filemanager/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-
## 19.2.51 (2021-08-03)
5+
## 19.2.48 (2021-07-20)
66

77
### File Manager
88

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

components/filemanager/src/file-manager/filemanager.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ for (let props of modelProps) {
2323

2424
export const isExecute: any = gh ? false : true;
2525

26-
export let tempProxy: any;
27-
2826
/**
2927
* Represents the Essential JS 2 VueJS FileManager Component.
3028
* ```vue
@@ -59,7 +57,6 @@ export class FileManagerComponent extends ComponentBase {
5957
this.bindProperties();
6058
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
6159
this.ej2Instances.setProperties = this.setProperties;
62-
tempProxy = this;
6360
}
6461
public setProperties(prop: any, muteOnChange: boolean): void {
6562
if(this.isVue3) {

components/gantt/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+
## 19.2.55 (2021-08-11)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#336211` - Issue with Virtual Scrolling in Firefox browse has been resolved.
12+
513
## 19.2.47 (2021-07-13)
614

715
### Gantt

components/gantt/src/gantt/gantt.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ for (let props of modelProps) {
3030

3131
export const isExecute: any = gh ? false : true;
3232

33-
export let tempProxy: any;
34-
3533
/**
3634
* `ejs-gantt` represents the VueJS Gantt Component.
3735
* ```vue
@@ -71,7 +69,6 @@ export class GanttComponent extends ComponentBase {
7169
this.bindProperties();
7270
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
7371
this.ej2Instances.setProperties = this.setProperties;
74-
tempProxy = this;
7572
}
7673
public setProperties(prop: any, muteOnChange: boolean): void {
7774
if(this.isVue3) {

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.2.55 (2021-08-11)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I331628` - Clear button issue in filter bar input has been fixed.
12+
- `#I328013` - Copy and paste in `mac os` issue has been resolved.
13+
- `#I336801` - Adding new record is not working in infinite scroll with frozen grid, has been fixed.
14+
- `#F158244` - filter menu destroyed issue in filter template has been fixed.
15+
16+
#### New Features
17+
18+
- `#I334322` - Provided exporting headers with image support.
19+
- `#I284744, #I289234` - Provided keyboard navigation support in infinite scroll.
20+
- `#I325175, #I327940` - Provided Sticky header support.
21+
522
## 19.2.51 (2021-08-03)
623

724
### 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-vue-grids",
3-
"version": "19.2.49",
3+
"version": "19.2.51",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inplace-editor",
3-
"version": "19.2.46",
3+
"version": "19.2.51",
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/kanban/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-
## 19.2.51 (2021-08-03)
5+
## 19.2.55 (2021-08-11)
66

77
### Kanban
88

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+
## 19.2.55 (2021-08-11)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- `#I306072` - The Floating issue in Dashboard Layout when the scroll bar is in the middle of the page has been resolved.
12+
513
## 19.2.48 (2021-07-20)
614

715
### Splitter

components/lists/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,28 @@
22

33
## [Unreleased]
44

5-
## 19.2.51 (2021-08-03)
5+
## 19.2.55 (2021-08-11)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- `#F167149` - The issue with "Multiple requests are made to the controller when using remote data source with template support in the ListView component" has been resolved.
12+
13+
## 19.2.49 (2021-07-27)
614

715
### Common
816

917
#### Bug Fixes
1018

1119
- Sortable helper element issue resolved in List Box.
1220

21+
### ListView
22+
23+
#### Bug Fixes
24+
25+
- `#I335874` - The issue with "The additional new element is added in the template element of the List components" has been resolved.
26+
1327
## 19.2.48 (2021-07-20)
1428

1529
### ListView

components/lists/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-vue-lists",
3-
"version": "19.2.48",
3+
"version": "19.2.49",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/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+
## 19.2.55 (2021-08-11)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I337237` - Resolved the performance issue that occurred when removing more than 500 nodes from the TreeView using multiple selection.
12+
13+
### Tab
14+
15+
#### Bug Fixes
16+
17+
- `#I335995` - An issue with the touch event not triggering on tab content swipe has been fixed.
18+
519
## 19.2.51 (2021-08-03)
620

721
### Tab

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-vue-navigations",
3-
"version": "19.2.48",
3+
"version": "19.2.51",
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/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-vue-pdfviewer",
3-
"version": "19.2.49",
3+
"version": "19.2.51",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/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+
## 19.2.55 (2021-08-11)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#I337487` - Now the field's caption can be changed dynamically using the value field settings dialog.
12+
- `#F167449` - Now the fields panel has been refreshed properly with toolbar UI.
13+
514
## 19.2.51 (2021-08-03)
615

716
### 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-vue-pivotview",
3-
"version": "19.2.49",
3+
"version": "19.2.51",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.2.51 (2021-08-03)
5+
## 19.2.48 (2021-07-20)
66

77
### Tooltip
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-vue-popups",
3-
"version": "19.2.46",
3+
"version": "19.2.48",
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/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-
## 19.2.51 (2021-08-03)
5+
## 19.2.55 (2021-08-11)
66

77
### ProgressBar
88

0 commit comments

Comments
 (0)