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.

0 commit comments

Comments
 (0)