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

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": "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

Lines changed: 8 additions & 0 deletions
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

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": "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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 9 additions & 5 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)