Skip to content

Commit d4ad690

Browse files
author
pipeline
committed
v16.4.54 is released
1 parent 610e7b6 commit d4ad690

Some content is hidden

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

54 files changed

+217
-47
lines changed

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.53 (2019-02-13)
5+
## 16.4.54 (2019-02-19)
66

77
### Button
88

components/calendars/CHANGELOG.md

+32-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## [Unreleased]
44

5-
## 16.4.53 (2019-02-13)
5+
## 16.4.54 (2019-02-19)
66

77
### DatePicker
88

99
#### Bug Fixes
1010

11-
- Fixed the form validation class `ng-dirty` issue in Angular forms.
11+
- Issue with, “DatePicker not restoring the initial value on form reset” has been fixed.
1212

1313
#### New Features
1414

@@ -18,13 +18,14 @@
1818

1919
#### Bug Fixes
2020

21-
- Fixed the form validation class `ng-dirty` issue in Angular forms.
21+
- Issue with, “DateRangePicker not restoring the initial value on form reset” has been fixed.
22+
- Now year values are shown in the selected range of decade view.
2223

2324
### DateTimePicker
2425

2526
#### Bug Fixes
2627

27-
- Fixed the form validation class `ng-dirty` issue in Angular forms.
28+
- Issue with, “DateTimePicker not restoring the initial value on form reset” has been fixed.
2829

2930
#### New Features
3031

@@ -34,14 +35,40 @@
3435

3536
#### Bug Fixes
3637

37-
- Fixed the form validation class `ng-dirty` issue in Angular forms.
38+
- Issue with, “TimePicker not restoring the initial value on form reset” has been fixed.
3839

3940
### Calendar
4041

4142
#### New Features
4243

4344
- Added the Islamic calendar support.
4445

46+
## 16.4.53 (2019-02-13)
47+
48+
### DatePicker
49+
50+
#### Bug Fixes
51+
52+
- Fixed the form validation class `ng-dirty` issue in Angular forms.
53+
54+
### DateRangePicker
55+
56+
#### Bug Fixes
57+
58+
- Fixed the form validation class `ng-dirty` issue in Angular forms.
59+
60+
### DateTimePicker
61+
62+
#### Bug Fixes
63+
64+
- Fixed the form validation class `ng-dirty` issue in Angular forms.
65+
66+
### TimePicker
67+
68+
#### Bug Fixes
69+
70+
- Fixed the form validation class `ng-dirty` issue in Angular forms.
71+
4572
## 16.4.52 (2019-02-05)
4673

4774
### Calendar

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

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

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": "16.4.52",
3+
"version": "16.4.53",
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

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

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- Pie animation starting angle issue fixed.
12+
513
## 16.4.53 (2019-02-13)
614

715
### Chart

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

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

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": "16.4.52",
3+
"version": "16.4.53",
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+
## 16.4.54 (2019-02-19)
6+
7+
### CircularGauge
8+
9+
#### Bug Fixes
10+
11+
- Gauge is rendering fine now even in small size, when it is moved to the center position.
12+
513
## 16.4.53 (2019-02-13)
614

715
### CircularGauge

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

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

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

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- Z-order maintained properly now when adding the nodes at runtime.
12+
- Port dragging now working properly after rotating the nodes.
13+
- When dragging the port, connectors associated with the ports updated properly.
14+
- If anyone of the selected nodes doesn’t have rotate constraints, rotate handle no longer visible with the selection handles.
15+
516
## 16.4.53 (2019-02-13)
617

718
### Diagram

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

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

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": "16.4.52",
3+
"version": "16.4.53",
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+
## 16.4.54 (2019-02-19)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- Default tab width is parsed and serialized properly.
12+
513
## 16.4.53 (2019-02-13)
614

715
### Document Editor

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

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

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": "16.4.52",
3+
"version": "16.4.53",
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

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

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### DropDownList
8+
9+
#### Bug Fixes
10+
11+
- When page scroll, grouping template is hiding issue has been resolved.
12+
13+
- Reset the initial value in form reset action behavior has been changed.
14+
15+
### AutoComplete
16+
17+
#### Bug Fixes
18+
19+
- Reset the initial value in form reset action behavior has been changed.
20+
21+
### ComboBox
22+
23+
#### Bug Fixes
24+
25+
- Reset the initial value in form reset action behavior has been changed.
26+
27+
### MultiSelect
28+
29+
#### Bug Fixes
30+
31+
- Now, you can enter special characters inside MultiSelect using virtual keyboard.
32+
33+
- Reset the initial value in form reset action behavior has been changed.
34+
535
## 16.4.53 (2019-02-13)
636

737
### DropDownList

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

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

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": "16.4.52",
3+
"version": "16.4.53",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- Custom command content is not working in edited state when it is used in Multiple Columns issue is fixed.
12+
- Selection is not maintained when using `rowselected` and `rowdeselected` event is resolved.
13+
- Reactive aggregate is updating aggregate with current view data on cell editing is fixed.
14+
- Grid gets refreshed twice when we change the values through `setProperties` method is fixed.
15+
516
## 16.4.53 (2019-02-13)
617

718
### 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/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": "16.4.52",
3+
"version": "16.4.53",
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

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

33
## [Unreleased]
44

5-
## 16.4.53 (2019-02-13)
5+
## 16.4.54 (2019-02-19)
66

77
### HeatMap
88

components/inplaceeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.53 (2019-02-13)
5+
## 16.4.54 (2019-02-19)
66

77
### In-place Editor
88

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.54 (2019-02-19)
6+
7+
### TextBox
8+
9+
#### Bug Fixes
10+
11+
- Now, input event will trigger after clear the textbox value using clear icon.
12+
13+
### Uploader
14+
15+
#### New Features
16+
17+
- Provided `cssClass` property to add custom CSS classes to an uploader.
18+
519
## 16.4.53 (2019-02-13)
620

721
### ColorPicker

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

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

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

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

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

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

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

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

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

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

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inputs",
3-
"version": "16.4.52",
3+
"version": "16.4.53",
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/inputs/src/uploader/uploader.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Uploader } from '@syncfusion/ej2-inputs';
44
import { FilesDirective, UploadedFilesDirective, FilesPlugin, UploadedFilesPlugin } from './files.directive'
55

66

7-
export const properties: string[] = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'directoryUpload', 'dropArea', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template', 'actionComplete', 'canceling', 'change', 'chunkFailure', 'chunkSuccess', 'chunkUploading', 'clearing', 'created', 'failure', 'fileListRendering', 'pausing', 'progress', 'removing', 'rendering', 'resuming', 'selected', 'success', 'uploading'];
7+
export const properties: string[] = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template', 'actionComplete', 'canceling', 'change', 'chunkFailure', 'chunkSuccess', 'chunkUploading', 'clearing', 'created', 'failure', 'fileListRendering', 'pausing', 'progress', 'removing', 'rendering', 'resuming', 'selected', 'success', 'uploading'];
88
export const modelProps: string[] = [];
99

1010
/**

0 commit comments

Comments
 (0)