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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)