Skip to content

Commit c520e3c

Browse files
author
pipeline
committed
v19.3.54 is released
1 parent eaf5c20 commit c520e3c

File tree

32 files changed

+125
-26
lines changed

32 files changed

+125
-26
lines changed

components/charts/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.3.54 (2021-11-17)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I346999` - Data label connector line is now working properly for value zero.
12+
- `#I347279` - Marker color is now working properly for `MulticoloredLine` series type.
13+
514
## 19.3.53 (2021-11-12)
615

716
### 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.3.48",
3+
"version": "19.3.53",
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.3.53 (2021-11-12)
8+
## 19.3.54 (2021-11-17)
99

1010
### CircularGauge
1111

components/diagrams/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.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### Diagram
88

components/documenteditor/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+
## 19.3.54 (2021-11-17)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `I344713`- Resolved table header row rendering issue.
12+
- `I341963` - Resolved the table rendering issue.
13+
- `I344704` - Resolved the empty paragraph tracking issue.
14+
- `I344351` - Line height is now calculated property when space character has larger font size the paragraph mark.
15+
516
## 19.3.53 (2021-11-12)
617

718
### 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-vue-documenteditor",
3-
"version": "19.3.48",
3+
"version": "19.3.53",
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

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

33
## [Unreleased]
44

5-
## 19.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### Dropdown Tree
88

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.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
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.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### Gantt
88

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I346575` - Command button click event argument type not returned properly is fixed.
12+
- `#I347290` - Persist selection is not working properly when enable selection dynamically is fixed.
13+
- `#I344276` - `HTMLtag` is not disable properly in tooltip has been fixed.
14+
- `#I346882` - Throws script error while enabling with `filterbarTemplate` with `ShowFilterBarOperator` is fixed.
15+
- `#F170007` - Autofit issue while render empty records has been fixed.
16+
- `#I345285` - Footer aggregate is not aligned properly has been fixed.
17+
18+
#### New Features
19+
20+
- `#I338539` - Provided the tag helper support for single level stacked header in Angular Grid.
21+
22+
## 19.3.48 (2021-11-02)
623

724
### Grid
825

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.3.47",
3+
"version": "19.3.53",
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/grids/src/grid/grid.component.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { ComponentBase, EJComponentDecorator, getProps, allVue, gh } from '@sync
44
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
55

66
import { Grid } from '@syncfusion/ej2-grids';
7+
import { StackedColumnsDirective, StackedColumnDirective, StackedColumnsPlugin, StackedColumnPlugin } from './stacked-column.directive'
78
import { ColumnsDirective, ColumnDirective, ColumnsPlugin, ColumnPlugin } from './columns.directive'
89
import { AggregateColumnsDirective, AggregateColumnDirective, AggregateColumnsPlugin, AggregateColumnPlugin } from './aggregate-columns.directive'
910
import { AggregatesDirective, AggregateDirective, AggregatesPlugin, AggregatePlugin } from './aggregates.directive'
@@ -53,8 +54,8 @@ export class GridComponent extends ComponentBase {
5354
public models: string[] = modelProps;
5455
public hasChildDirective: boolean = true;
5556
protected hasInjectedModules: boolean = true;
56-
public tagMapper: { [key: string]: Object } = {"e-columns":"e-column","e-aggregates":{"e-aggregate":{"e-columns":"e-column"}}};
57-
public tagNameMapper: Object = {};
57+
public tagMapper: { [key: string]: Object } = {"e-columns":{"e-column":{"e-stacked-columns":"e-stacked-column"}},"e-aggregates":{"e-aggregate":{"e-columns":"e-column"}}};
58+
public tagNameMapper: Object = {"e-stacked-columns":"e-columns"};
5859
public isVue3: boolean;
5960
public templateCollection: any;
6061
constructor() {
@@ -676,6 +677,8 @@ export const GridPlugin = {
676677
Vue.component(GridPlugin.name, GridComponent);
677678
Vue.component(ColumnPlugin.name, ColumnDirective);
678679
Vue.component(ColumnsPlugin.name, ColumnsDirective);
680+
Vue.component(StackedColumnPlugin.name, StackedColumnDirective);
681+
Vue.component(StackedColumnsPlugin.name, StackedColumnsDirective);
679682
Vue.component(AggregatePlugin.name, AggregateDirective);
680683
Vue.component(AggregatesPlugin.name, AggregatesDirective);
681684
Vue.component(AggregateColumnPlugin.name, AggregateColumnDirective);

components/grids/src/grid/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export { StackedColumnsDirective, StackedColumnDirective, StackedColumnsPlugin, StackedColumnPlugin } from './stacked-column.directive';
12
export { ColumnsDirective, ColumnDirective, ColumnsPlugin, ColumnPlugin } from './columns.directive';
23
export { AggregateColumnsDirective, AggregateColumnDirective, AggregateColumnsPlugin, AggregateColumnPlugin } from './aggregate-columns.directive';
34
export { AggregatesDirective, AggregateDirective, AggregatesPlugin, AggregatePlugin } from './aggregates.directive';
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
import { ComponentBase, EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
2+
import * as Vue3 from 'vue-class-component';
3+
import Vue from 'vue';
4+
5+
export const isExecute: any = gh ? false : true;
6+
7+
let vueImport: any;
8+
if (!isExecute || parseInt(allVue.version) < 3) {
9+
vueImport = (Vue3 as any).Vue;
10+
} else {
11+
vueImport = Vue;
12+
}
13+
14+
@EJComponentDecorator({}, isExecute)
15+
export class StackedColumnsDirective extends vueImport {
16+
public render(): void {
17+
return;
18+
}
19+
public getTag(): string {
20+
return 'e-stacked-columns';
21+
}
22+
}
23+
export const StackedColumnsPlugin = {
24+
name: 'e-stacked-columns',
25+
install(Vue: any) {
26+
Vue.component(StackedColumnsPlugin.name, StackedColumnsDirective);
27+
}
28+
}
29+
30+
31+
@EJComponentDecorator({}, isExecute)
32+
export class StackedColumnDirective extends vueImport {
33+
public render(): void {
34+
return;
35+
}
36+
public getTag(): string {
37+
return 'e-stacked-column';
38+
}
39+
}
40+
export const StackedColumnPlugin = {
41+
name: 'e-stacked-column',
42+
install(Vue: any) {
43+
Vue.component(StackedColumnPlugin.name, StackedColumnDirective);
44+
}
45+
}

components/grids/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export * from '@syncfusion/ej2-grids';
2+
export { StackedColumnsDirective, StackedColumnDirective, StackedColumnsPlugin, StackedColumnPlugin } from './grid/stacked-column.directive';
23
export { ColumnsDirective, ColumnDirective, ColumnsPlugin, ColumnPlugin } from './grid/columns.directive';
34
export { AggregateColumnsDirective, AggregateColumnDirective, AggregateColumnsPlugin, AggregateColumnPlugin } from './grid/aggregate-columns.directive';
45
export { AggregatesDirective, AggregateDirective, AggregatesPlugin, AggregatePlugin } from './grid/aggregates.directive';

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.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### In-place Editor
88

components/inputs/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.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### ColorPicker
88

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.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### Kanban
88

components/layouts/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.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### Dashboard Layout
88

components/lists/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.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### ListBase
88

components/maps/CHANGELOG.md

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

1515
## [Unreleased]
1616

17-
## 19.3.53 (2021-11-12)
17+
## 19.3.54 (2021-11-17)
1818

1919
### Maps
2020

components/navigations/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.3.54 (2021-11-17)
6+
7+
### Tab
8+
9+
#### Bug Fixes
10+
11+
- `#I347014` - An issue with dynamic tab item navigation if scheduler is present on a page has been fixed.
12+
513
## 19.3.46 (2021-10-19)
614

715
### 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.3.46",
3+
"version": "19.3.53",
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

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

33
## [Unreleased]
44

5+
## 19.3.54 (2021-11-17)
6+
7+
- `#346152`- The script error will not be thrown for the document which contains link annotation.
8+
59
## 19.3.48 (2021-11-02)
610

711
### 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-vue-pdfviewer",
3-
"version": "19.3.48",
3+
"version": "19.3.53",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### Pivot Table
88

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.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### Tooltip
88

components/querybuilder/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.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### QueryBuilder
88

components/richtexteditor/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.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### RichTextEditor
88

components/schedule/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-schedule",
3-
"version": "19.3.48",
3+
"version": "19.3.53",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-
## 19.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### DropDownButton
88

components/treegrid/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.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### Tree Grid
88

0 commit comments

Comments
 (0)