Skip to content

Commit b6bc9c2

Browse files
author
pipeline
committed
v17.1.44 is released
1 parent d8c7abd commit b6bc9c2

File tree

77 files changed

+216
-61
lines changed

Some content is hidden

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

77 files changed

+216
-61
lines changed

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.43 (2019-04-30)
5+
## 17.1.44 (2019-05-07)
66

77
### Common
88

components/calendars/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
### DatePicker
88

99
- #143352 - Now, the DatePicker fires input's blur when click outside without select the date from calendar popup.
10+
- #233877 - Now, you can enter the same date value after form reset.
11+
12+
### DateTimePicker
13+
14+
- #233877 - Now, you can enter the same datetime value after form reset.
1015

1116
## 17.1.42 (2019-04-23)
1217

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-calendars",
3-
"version": "17.1.42",
3+
"version": "17.1.43",
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/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.1.42",
3+
"version": "17.1.43",
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

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

33
## [Unreleased]
44

5+
## 17.1.44 (2019-05-07)
6+
7+
### CircularGauge
8+
9+
#### Bug Fixes
10+
11+
- #I234531 - The issue with rendering circular gauge when setting cancel argument to true in the "axisLabelRender" event has been fixed.
12+
513
## 17.1.43 (2019-04-30)
614

715
### CircularGauge

components/circulargauge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-circulargauge",
3-
"version": "17.1.42",
3+
"version": "17.1.43",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.44 (2019-05-07)
6+
7+
- #234537 - Conditional sequence connector is now working properly when connected with BPMN Service shape.
8+
- #234307 - Undo/redo is now working properly when modifying the annotation's font size at run time.
9+
- #234106 - When the node having different size and executing the layout, nodes are now arranged properly.
10+
511
## 17.1.43 (2019-04-30)
612

713
### 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.1.42",
3+
"version": "17.1.43",
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

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

33
## [Unreleased]
44

5+
## 17.1.44 (2019-05-07)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- #233280 - Improvised performance while updating page field.
12+
513
## 17.1.43 (2019-04-30)
614

715
### Document Editor

components/documenteditor/package.json

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

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

33
## [Unreleased]
44

5+
## 17.1.44 (2019-05-07)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- #235167 - Multiselect dropdown jump down when the `showDropDownIcon` is set to true issue has been resolved.
12+
13+
- #209393 - Change event not fired during tab key navigation issue has been resolved.
14+
15+
### DropDownList
16+
17+
#### Bug Fixes
18+
19+
- #234846 - The popup collision issue has been resolved while enable the filtering.
20+
521
## 17.1.43 (2019-04-30)
622

723
### ComboBox
@@ -20,6 +36,8 @@
2036

2137
- #231680 - The data source is observable using Async Pipe with pre select value not updated issue has been resolved.
2238

39+
- #230651 - Eval function security issue has been resolved.
40+
2341
## 17.1.42 (2019-04-23)
2442

2543
### MultiSelect

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-dropdowns",
3-
"version": "17.1.42",
3+
"version": "17.1.43",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.43 (2019-04-30)
5+
## 17.1.42 (2019-04-23)
66

77
### File Manager
88

components/filemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-filemanager",
3-
"version": "17.1.40",
3+
"version": "17.1.42",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)