Skip to content

Commit 39f87a5

Browse files
author
pipeline
committed
v19.1.65 is released
1 parent 43346f0 commit 39f87a5

39 files changed

+180
-60
lines changed

components/barcodegenerator/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.1.64 (2021-05-19)
5+
## 19.1.65 (2021-05-25)
66

77
### Barcode
88

components/calendars/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-calendars",
3-
"version": "19.1.63",
3+
"version": "19.1.64",
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/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.1.64 (2021-05-19)
5+
## 19.1.65 (2021-05-25)
66

77
### Chart
88

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.1.64 (2021-05-19)
8+
## 19.1.65 (2021-05-25)
99

1010
### CircularGauge
1111

components/diagrams/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.1.65 (2021-05-25)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I327071` - the issue "When node is placed at the bottom position of the diagram component the tooltip position is rendered wrongly" issue has been fixed.
12+
513
## 19.1.64 (2021-05-19)
614

715
### Diagram

components/diagrams/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "19.1.63",
3+
"version": "19.1.64",
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",
@@ -34,13 +34,16 @@
3434
"@types/jasmine": "^2.2.29",
3535
"@types/jasmine-ajax": "^3.1.27",
3636
"@types/requirejs": "^2.1.26",
37-
"vue": "2.5.2 - 2.5.21",
37+
"vue": "2.5.2 - 3.0.5",
38+
"vue-class-component": "^8.0.0-rc.1",
39+
"vue-loader-v16": "^16.0.0-beta.5.4",
3840
"rollup": "^0.51.3",
3941
"rollup-plugin-commonjs": "^8.2.6",
4042
"rollup-plugin-node-resolve": "^3.0.0",
4143
"rollup-plugin-sourcemaps": "^0.4.2",
4244
"rollup-plugin-typescript": "^0.8.1",
4345
"rollup-plugin-uglify": "^2.0.1",
46+
"@types/node": "^15.6.0",
4447
"es6-promise": "^3.2.1",
4548
"gulp": "^3.9.1",
4649
"gulp-sass": "^3.1.0",

components/diagrams/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"allowJs": false,
1919
"noEmitOnError": true,
2020
"forceConsistentCasingInFileNames": true,
21-
"moduleResolution": "node"
21+
"moduleResolution": "node",
22+
"types": ["node"]
2223
},
2324
"exclude": [
2425
"node_modules",

components/documenteditor/CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,33 @@
22

33
## [Unreleased]
44

5+
## 19.1.65 (2021-05-25)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I325554` - Resolved the script error in multiple document pasted as SFDT.
12+
- `#I327626` - Footnote is rendered now.
13+
- `#I326000` - Resolved the document rendering issue.
14+
- `#I327097` - Resolved the script error in square wrapping style.
15+
- `#I327458` - Text overlapping issue is resolved.
16+
- `#I327647` - Issue with comment removal is resolved.
17+
- `#I322560` - Resolved the page content duplication issue.
18+
- `#I322560` - Resolved the font size parsing issue.
19+
- `#I323423` - Footnote is rendering issue is resolved.
20+
- `#I325920` - Selection behaviour is handled for moving outside the control.
21+
- `#I323608` - Textbox with fill color is rendered.
22+
523
## 19.1.64 (2021-05-19)
624

725
### Document Editor
826

927
#### Bug Fixes
1028

11-
- `I325681` - Resolved the textbox border rendering issue.
12-
- `I323059` - Resolved the script error when ignore action in spelling dialog.
13-
- `I323423` - Resolved the footnote moving issue to next page.
29+
- `#I325681` - Resolved the textbox border rendering issue.
30+
- `#I323059` - Resolved the script error when ignore action in spelling dialog.
31+
- `#I323423` - Resolved the footnote moving issue to next page.
1432
- `#I324169` - Resolved opacity issue in toolbar item.
1533
- `#I322560`, `#I323516` - Script error in the top and bottom layout is resolved.
1634
- `#I323824` - Resolved the document corruption issue in MS Office 2007.

components/documenteditor/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "19.1.63",
3+
"version": "19.1.64",
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",
@@ -40,13 +40,16 @@
4040
"@types/jasmine": "^2.2.29",
4141
"@types/jasmine-ajax": "^3.1.27",
4242
"@types/requirejs": "^2.1.26",
43-
"vue": "2.5.2 - 2.5.21",
43+
"vue": "2.5.2 - 3.0.5",
44+
"vue-class-component": "^8.0.0-rc.1",
45+
"vue-loader-v16": "^16.0.0-beta.5.4",
4446
"rollup": "^0.51.3",
4547
"rollup-plugin-commonjs": "^8.2.6",
4648
"rollup-plugin-node-resolve": "^3.0.0",
4749
"rollup-plugin-sourcemaps": "^0.4.2",
4850
"rollup-plugin-typescript": "^0.8.1",
4951
"rollup-plugin-uglify": "^2.0.1",
52+
"@types/node": "^15.6.0",
5053
"es6-promise": "^3.2.1",
5154
"gulp": "^3.9.1",
5255
"gulp-sass": "^3.1.0",

components/documenteditor/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"allowJs": false,
1919
"noEmitOnError": true,
2020
"forceConsistentCasingInFileNames": true,
21-
"moduleResolution": "node"
21+
"moduleResolution": "node",
22+
"types": ["node"]
2223
},
2324
"exclude": [
2425
"node_modules",

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.1.63",
3+
"version": "19.1.64",
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.1.64 (2021-05-19)
5+
## 19.1.65 (2021-05-25)
66

77
### File Manager
88

components/gantt/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.1.64 (2021-05-19)
5+
## 19.1.65 (2021-05-25)
66

77
### Gantt
88

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.1.65 (2021-05-25)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I326169` - Column chooser `popup` closing issue has been fixed.
12+
- `#I327972` - Script error issue has been fixed while using anchor tag in header template.
13+
- `#I312347` - The selected row is not properly displayed in viewport when `virtualization` is enabled issue has been fixed.
14+
- `#I328013` - Autofill editing functionality issue has been fixed.
15+
- `#I327316` - Default value as null is not working in numeric column is fixed.
16+
- `#I327294` - Batch edit disregards null value in numeric column is fixed.
17+
518
## 19.1.64 (2021-05-19)
619

720
### Grid
821

922
#### Bug Fixes
1023

1124
- `#I323987` - Wrong batch changes while editing date column has been fixed.
12-
- `#I326727` - `minwidth` issue with detail template has been fixed.
25+
- `#I325763` - `minwidth` issue with detail template has been fixed.
1326
- `#I325707` - When enable detail template and `rowDragAndDrop`, aggregate cells alignment issue has been fixed.
1427
- `#I323588` - Provided `beforeOpenAdaptiveDialog` event to listen the adaptive sort and filter dialog open action.
1528
- `#I323268` - Provided public methods `showAdaptiveFilterDialog` and `showAdaptiveSortDialog` to open the virtual row mode filter and sort dialog in adaptive horizontal mode.

components/grids/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "19.1.63",
3+
"version": "19.1.64",
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",
@@ -42,13 +42,16 @@
4242
"@types/jasmine": "^2.2.29",
4343
"@types/jasmine-ajax": "^3.1.27",
4444
"@types/requirejs": "^2.1.26",
45-
"vue": "2.5.2 - 2.5.21",
45+
"vue": "2.5.2 - 3.0.5",
46+
"vue-class-component": "^8.0.0-rc.1",
47+
"vue-loader-v16": "^16.0.0-beta.5.4",
4648
"rollup": "^0.51.3",
4749
"rollup-plugin-commonjs": "^8.2.6",
4850
"rollup-plugin-node-resolve": "^3.0.0",
4951
"rollup-plugin-sourcemaps": "^0.4.2",
5052
"rollup-plugin-typescript": "^0.8.1",
5153
"rollup-plugin-uglify": "^2.0.1",
54+
"@types/node": "^15.6.0",
5255
"es6-promise": "^3.2.1",
5356
"gulp": "^3.9.1",
5457
"gulp-sass": "^3.1.0",

components/grids/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"allowJs": false,
1919
"noEmitOnError": true,
2020
"forceConsistentCasingInFileNames": true,
21-
"moduleResolution": "node"
21+
"moduleResolution": "node",
22+
"types": ["node"]
2223
},
2324
"exclude": [
2425
"node_modules",

components/inplaceeditor/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.1.64 (2021-05-19)
5+
## 19.1.65 (2021-05-25)
66

77
### In-place Editor
88

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+
## 19.1.65 (2021-05-25)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#I287435` - The issue with "number type `keyField` arguments not supported on `showColumn`, `hideColumn`, `updateCard` and `getColumnData` public method" has been resolved.
12+
513
## 19.1.63 (2021-05-13)
614

715
### Kanban

components/kanban/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,16 @@
3737
"@types/jasmine": "^2.2.29",
3838
"@types/jasmine-ajax": "^3.1.27",
3939
"@types/requirejs": "^2.1.26",
40-
"vue": "2.5.2 - 2.5.21",
40+
"vue": "2.5.2 - 3.0.5",
41+
"vue-class-component": "^8.0.0-rc.1",
42+
"vue-loader-v16": "^16.0.0-beta.5.4",
4143
"rollup": "^0.51.3",
4244
"rollup-plugin-commonjs": "^8.2.6",
4345
"rollup-plugin-node-resolve": "^3.0.0",
4446
"rollup-plugin-sourcemaps": "^0.4.2",
4547
"rollup-plugin-typescript": "^0.8.1",
4648
"rollup-plugin-uglify": "^2.0.1",
49+
"@types/node": "^15.6.0",
4750
"es6-promise": "^3.2.1",
4851
"gulp": "^3.9.1",
4952
"gulp-sass": "^3.1.0",

components/kanban/src/kanban/kanban.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export class KanbanComponent extends ComponentBase {
7777
return this.ej2Instances.getCardDetails(target);
7878
}
7979

80-
public getColumnData(columnKey: string, dataSource?: Object[]): Object[] {
80+
public getColumnData(columnKey: string | number, dataSource?: Object[]): Object[] {
8181
return this.ej2Instances.getColumnData(columnKey, dataSource);
8282
}
8383

@@ -89,7 +89,7 @@ export class KanbanComponent extends ComponentBase {
8989
return this.ej2Instances.getSwimlaneData(keyField);
9090
}
9191

92-
public hideColumn(key: string): void {
92+
public hideColumn(key: string | number): void {
9393
return this.ej2Instances.hideColumn(key);
9494
}
9595

@@ -113,7 +113,7 @@ export class KanbanComponent extends ComponentBase {
113113
return this.ej2Instances.resetTemplates(templates);
114114
}
115115

116-
public showColumn(key: string): void {
116+
public showColumn(key: string | number): void {
117117
return this.ej2Instances.showColumn(key);
118118
}
119119

components/kanban/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"allowJs": false,
1919
"noEmitOnError": true,
2020
"forceConsistentCasingInFileNames": true,
21-
"moduleResolution": "node"
21+
"moduleResolution": "node",
22+
"types": ["node"]
2223
},
2324
"exclude": [
2425
"node_modules",

components/lists/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.1.65 (2021-05-25)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Sortable helper element issue resolved.
12+
513
## 19.1.56 (2021-04-13)
614

715
### ListView

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-
## 19.1.64 (2021-05-19)
5+
## 19.1.63 (2021-05-13)
66

77
### Accordion
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-vue-navigations",
3-
"version": "19.1.59",
3+
"version": "19.1.63",
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/notifications/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.1.64 (2021-05-19)
5+
## 19.1.65 (2021-05-25)
66

77
### Toast
88

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

33
## [Unreleased]
44

5+
## 19.1.65 (2021-05-25)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#327239` - The issue on excluding fields has been fixed.
12+
- `#326340` - The font style of the pivot chart tooltip can now be customized.
13+
- `#325094` - The number formatting can now be applied in the drill-through grid.
14+
515
## 19.1.59 (2021-05-04)
616

717
### Pivot Table

0 commit comments

Comments
 (0)