Skip to content

Commit ec90778

Browse files
author
pipeline
committed
v17.1.43 is released
1 parent 875aae3 commit ec90778

Some content is hidden

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

58 files changed

+212
-52
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-
## 17.1.42 (2019-04-23)
5+
## 17.1.43 (2019-04-30)
66

77
### Common
88

components/buttons/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-buttons",
3-
"version": "17.1.40",
3+
"version": "17.1.42",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.43 (2019-04-30)
6+
7+
### DatePicker
8+
9+
- #143352 - Now, the DatePicker fires input's blur when click outside without select the date from calendar popup.
10+
511
## 17.1.42 (2019-04-23)
612

713
### DateRangePicker

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": "17.1.41",
3+
"version": "17.1.42",
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: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
## [Unreleased]
44

5-
## 17.1.42 (2019-04-23)
5+
## 17.1.43 (2019-04-30)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- #219174 - Multi line axis label is not proper when using multiple rows intersect action issue has been fixed.
12+
- #231943 - Console error throws when using area chart out of the axis range has been fixed.
13+
- #234027 - Chart is not destroying properly while calling destroy method issue fixed.
14+
15+
## 17.1.41 (2019-04-16)
616

717
### Chart
818

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.1.40",
3+
"version": "17.1.42",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 17.1.43 (2019-04-30)
6+
7+
### CircularGauge
8+
9+
#### Bug Fixes
10+
11+
- #I234082 - Circular gauge tooltip is not shown in IE browser issue has been fixed.
12+
- #I234174 - Tooltip content width and adding a border to control container alignment issues have been fixed
13+
514
## 16.4.54 (2019-02-19)
615

716
### CircularGauge

components/circulargauge/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-circulargauge",
3-
"version": "17.1.38",
3+
"version": "17.1.42",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.42 (2019-04-23)
5+
## 17.1.43 (2019-04-30)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- When changing the node's path data at run time, it scales properly with respect to node's size.
12+
- When changing the trigger type of BPMN's Task shape at run time, the trigger shape is positioned properly.
13+
- Now, the connector's decorator is docked properly when layout is enabled and drag the node.
14+
- When zooming the diagram, the user handles position is updated properly with respect to zoom percentage.
15+
- If boundaryConstraints is enabled and node's rotateAngle is changed at run time, node does not exceed the boundary limit.
16+
- When changing the annotation's properties at run time, annotation will update properly.
17+
18+
## 17.1.41 (2019-04-16)
619

720
### Diagram
821

components/diagrams/dist/ej2-vue-diagrams.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/diagrams/dist/ej2-vue-diagrams.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/diagrams/dist/es6/ej2-vue-diagrams.es2015.js

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

components/diagrams/dist/es6/ej2-vue-diagrams.es2015.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/diagrams/dist/es6/ej2-vue-diagrams.es5.js

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

components/diagrams/dist/es6/ej2-vue-diagrams.es5.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/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.1.40",
3+
"version": "17.1.42",
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/diagrams/src/diagram/diagram.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@ export class DiagramComponent extends ComponentBase {
237237
return this.ej2Instances.moveObjects(objects, targetLayer);
238238
}
239239

240+
public moveObjectsUp(node: Object | Object, currentLayer: Object): void {
241+
return this.ej2Instances.moveObjectsUp(node, currentLayer);
242+
}
243+
240244
public nudge(direction: Object, x?: number, y?: number): void {
241245
return this.ej2Instances.nudge(direction, x, y);
242246
}

components/documenteditor/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.1.43 (2019-04-30)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- #233908 - Height for merged cell is now updated properly.
12+
513
## 17.1.42 (2019-04-23)
614

715
### 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": "17.1.41",
3+
"version": "17.1.42",
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## [Unreleased]
44

5+
## 17.1.43 (2019-04-30)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- #233483 - The List not generated properly while clear the value using clear button issue has been resolved.
12+
13+
- #234100 - The search not working on enabling read only in the control initialization issue has been resolved.
14+
15+
- #233137 - The combobox is not focused when click the tab key at single time issue has been resolved.
16+
17+
### DropDownList
18+
19+
#### Bug Fixes
20+
21+
- #231680 - The data source is observable using Async Pipe with pre select value not updated issue has been resolved.
22+
523
## 17.1.42 (2019-04-23)
624

725
### MultiSelect
@@ -10,6 +28,8 @@
1028

1129
- #232673 - Issue with prevent the first value when clear value using clear button has been fixed.
1230

31+
- #233432 - The group template text not updated while enable the allow filtering issue has been fixed.
32+
1333
## 17.1.41 (2019-04-16)
1434

1535
### MultiSelect

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": "17.1.41",
3+
"version": "17.1.42",
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-
## 17.1.42 (2019-04-23)
5+
## 17.1.43 (2019-04-30)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.43 (2019-04-30)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- Bug fixes included.
12+
13+
## 17.1.40 (2019-04-09)
14+
15+
### Gantt
16+
17+
#### Bug Fixes
18+
19+
- Internal bug fixes included.
20+
521
## 17.1.32-beta (2019-03-13)
622

723
### Gantt

components/gantt/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-gantt",
3-
"version": "17.1.38",
3+
"version": "17.1.42",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/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+
## 17.1.43 (2019-04-30)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- #233158- Duplicate virtual element rendered while refreshing the grid is resolved.
12+
- #230859- `actionComplete` event argument `requestType` shown as `paging` while delete operation is resolved.
13+
- #233673- Script error occurs while using column `virtualization` with `enablePersistance` property is resolved.
14+
- #233281- Misalignment between frozen and movable content when using EJ compatibility CSS is resolved.
15+
- #233413- Alignment issue in grid stacked header when we enable frozen feature is resolved.
16+
- #143681- `clearFiltering` method will send multiple posts in excel filter is resolved.
17+
- #234189- Script error while using hidden columns method is resolved.
18+
519
## 17.1.42 (2019-04-23)
620

721
### 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": "17.1.41",
3+
"version": "17.1.42",
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/heatmap/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,6 @@
5959

6060
- Issue with rendering heatmap with smaller dimensions has been fixed.
6161

62-
## 16.3.21 (2018-09-22)
63-
64-
### HeatMap
65-
66-
#### New Features
67-
68-
- Bubble tile type support has been included in heatmap for visualizing data points by mapping the data to bubble size and bubble color.
69-
- Axis label increment feature has been added to heat map. It’s is used to display the axis label with regular interval values in numeric and date time axes
70-
- Provided the smart legend feature for fixed type legend.
71-
- Provided the support for nested data binding for JSON data.
72-
7362
## 16.3.17 (2018-09-12)
7463

7564
### HeatMap

components/heatmap/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-heatmap",
3-
"version": "17.1.38",
3+
"version": "17.1.42",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-
## 17.1.42 (2019-04-23)
5+
## 17.1.43 (2019-04-30)
66

77
### In-place Editor
88

components/inputs/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-inputs",
3-
"version": "17.1.41",
3+
"version": "17.1.42",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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+
## 17.1.43 (2019-04-30)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- #234604 - Issue with draggable cursor appears on hovering over the panels when dragging is disabled has been fixed.
12+
513
## 17.1.40 (2019-04-09)
614

715
### Dashboard Layout

components/layouts/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-layouts",
3-
"version": "17.1.40",
3+
"version": "17.1.42",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lineargauge/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-lineargauge",
3-
"version": "17.1.38",
3+
"version": "17.1.42",
44
"description": "Essential JS 2 LinearGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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+
## 17.1.43 (2019-04-30)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- Issue with maintaining checked items in virtualization mode while checking the checkbox item directly has been fixed.
12+
513
## 17.1.42 (2019-04-23)
614

715
### 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": "17.1.40",
3+
"version": "17.1.42",
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/maps/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+
## 17.1.43 (2019-04-30)
6+
7+
### Maps
8+
9+
#### Bug Fixes
10+
11+
- #F143717 - The div containing the maps component overlaps the div with inputs above it issue has been fixed
12+
- #I233127 - The issue with the last interacted scaling is not maintained when refreshing the browser
13+
14+
515
## 17.1.42 (2019-04-23)
616

717
### Maps

0 commit comments

Comments
 (0)