Skip to content

Commit 7cc8acd

Browse files
author
pipeline
committed
v17.3.34 is released
1 parent 93afbbf commit 7cc8acd

28 files changed

+95
-26
lines changed

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": "17.3.28",
3+
"version": "17.3.30",
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/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.34 (2019-12-10)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `F149553` - The issue with the position of nodes in the layout that is not retained when we interact and serialize the diagram with the layout at runtime has been fixed.
12+
513
## 17.3.30 (2019-12-03)
614

715
### Diagram

components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "17.3.29",
3+
"version": "17.3.30",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.30 (2019-12-03)
5+
## 17.3.34 (2019-12-10)
66

77
### Document Editor
88

components/dropdowns/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.30 (2019-12-03)
5+
## 17.3.34 (2019-12-10)
66

77
### ListBox
88

components/gantt/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.30 (2019-12-03)
5+
## 17.3.34 (2019-12-10)
66

77
### Gantt
88

components/grids/CHANGELOG.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 17.3.34 (2019-12-10)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#253288` - Movable rows were not removed after calling the `deleteRecord` method issue has been fixed.
12+
- `#254189` - Drag cell selection issue has been fixed while using `setRowData` method.
13+
514
## 17.3.30 (2019-12-03)
615

716
### Grid
@@ -12,11 +21,6 @@
1221
- `#254782` - Selected rows are deselected when opening Context Menu while having `columnTemplate` in Grid issue has been fixed.
1322
- `#255479` - Multi-sorting is not working in Mac devices issue has been fixed.
1423

15-
#### Breaking Changes
16-
17-
- Now we have passed new properties(such as Grid instance and current column object) on the filter `itemTemplate` arguments, so we have changed the argument structure from data object to complex object like below.
18-
- {parent: Grid,data: Object, column: column}
19-
2024
## 17.3.29 (2019-11-26)
2125

2226
### Grid

components/grids/dist/ej2-vue-grids.umd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/grids/dist/ej2-vue-grids.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/grids/dist/es6/ej2-vue-grids.es2015.js

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/grids/dist/es6/ej2-vue-grids.es2015.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/grids/dist/es6/ej2-vue-grids.es5.js

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/grids/dist/es6/ej2-vue-grids.es5.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "17.3.29",
3+
"version": "17.3.30",
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

+8
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,14 @@ export class GridComponent extends ComponentBase {
245245
return this.ej2Instances.getForeignKeyColumns();
246246
}
247247

248+
public getFrozenDataRows(): Object[] {
249+
return this.ej2Instances.getFrozenDataRows();
250+
}
251+
252+
public getFrozenRowByIndex(index: number): Object {
253+
return this.ej2Instances.getFrozenRowByIndex(index);
254+
}
255+
248256
public getHeaderContent(): Object {
249257
return this.ej2Instances.getHeaderContent();
250258
}

components/inplaceeditor/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.30 (2019-12-03)
5+
## 17.3.34 (2019-12-10)
66

77
### In-place Editor
88

components/inputs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.30 (2019-12-03)
5+
## 17.3.34 (2019-12-10)
66

77
### Form Validator
88

components/layouts/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.30 (2019-12-03)
5+
## 17.3.34 (2019-12-10)
66

77
### Dashboard Layout
88

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.34 (2019-12-10)
6+
7+
### Tab
8+
9+
#### Bug Fixes
10+
11+
- Accessibility issues has been fixed.
12+
13+
### Toolbar
14+
15+
#### Bug Fixes
16+
17+
- Accessibility issues has been fixed.
18+
19+
### Accordion
20+
21+
#### Bug Fixes
22+
23+
- Accessibility issues has been fixed.
24+
525
## 17.3.27 (2019-11-12)
626

727
### Tab

components/notifications/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.30 (2019-12-03)
5+
## 17.3.34 (2019-12-10)
66

77
### Toast
88

components/pdfviewer/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 17.3.34 (2019-12-10)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#253745`, `#256518` – Exposed the event to notify the annotation object being moved.
12+
- `#254275` – Exposed the event to notify the download process in the PDF Viewer control.
13+
14+
#### Bug Fixes
15+
16+
- `#256220` – The context menu will now be shown/hidden properly if we disable the default toolbar.
17+
- `#256131` – The annotation toolbar will now be shown/hidden properly if we disable the annotation toolbar.
18+
- `#256932` - Errors will no longer occur while resizing the text markup annotations.
19+
- `#252805` – The annotationId value is now preserved properly for all annotation events.
20+
- `#255647` - The form fields contents are rendered properly in the printed document, which has been printed in IE browser.
21+
522
## 17.3.30 (2019-12-03)
623

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

components/pivotview/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.30 (2019-12-03)
5+
## 17.3.34 (2019-12-10)
66

77
### Pivot Table
88

components/popups/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.30 (2019-12-03)
5+
## 17.3.29 (2019-11-26)
66

77
### Dialog
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": "17.3.27",
3+
"version": "17.3.29",
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/richtexteditor/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.30 (2019-12-03)
5+
## 17.3.34 (2019-12-10)
66

77
### RichTextEditor
88

components/spreadsheet/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.30 (2019-12-03)
5+
## 17.3.34 (2019-12-10)
66

77
### Spreadsheet
88

components/treegrid/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.30 (2019-12-03)
5+
## 17.3.34 (2019-12-10)
66

77
### TreeGrid
88

0 commit comments

Comments
 (0)