Skip to content

Commit b7c5546

Browse files
author
pipeline
committed
v16.4.55 is released
1 parent 7f2ed3b commit b7c5546

File tree

51 files changed

+305
-63
lines changed

Some content is hidden

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

51 files changed

+305
-63
lines changed

components/base/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.55 (2019-02-27)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Fixed `TextBox` change event not triggering issue.
12+
513
## 16.4.48 (2019-01-22)
614

715
### Common

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 16.4.54 (2019-02-19)
5+
## 16.4.55 (2019-02-27)
6+
7+
### CheckBox
8+
9+
#### Bug Fixes
10+
11+
- Performance issue with key press is fixed.
12+
13+
## 16.4.53 (2019-02-13)
614

715
### Button
816

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-angular-buttons",
3-
"version": "16.4.52",
3+
"version": "16.4.53",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-buttons';
2-
export const pkgVer = '^16.4.52';
2+
export const pkgVer = '^16.4.53';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~16.4.52';
4+
export const themeVer = '~16.4.53';

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.55 (2019-02-27)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- Resolved the issue with today button text not updated when dynamically change the localization of the page.
12+
513
## 16.4.54 (2019-02-19)
614

715
### DatePicker
816

917
#### Bug Fixes
1018

19+
- Issue with, “DatePicker not restoring the initial value on form reset” has been fixed.
20+
21+
### DateRangePicker
22+
23+
#### Bug Fixes
24+
25+
- Issue with, “DateRangePicker not restoring the initial value on form reset” has been fixed.
26+
27+
- Now year values are shown in the selected range of decade view.
28+
29+
### DateTimePicker
30+
31+
#### Bug Fixes
32+
33+
- Issue with, “DateTimePicker not restoring the initial value on form reset” has been fixed.
34+
35+
### TimePicker
36+
37+
#### Bug Fixes
38+
39+
- Issue with, “TimePicker not restoring the initial value on form reset” has been fixed.
40+
41+
## 16.4.53 (2019-02-13)
42+
43+
### DatePicker
44+
45+
#### Bug Fixes
46+
1147
- Fixed the form validation class `ng-dirty` issue in Angular forms.
1248

1349
### 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-angular-calendars",
3-
"version": "16.4.52",
3+
"version": "16.4.54",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-calendars';
2-
export const pkgVer = '^16.4.52';
2+
export const pkgVer = '^16.4.54';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~16.4.52';
4+
export const themeVer = '~16.4.54';

components/charts/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.54 (2019-02-19)
5+
## 16.4.55 (2019-02-27)
66

77
### Chart
88

components/circulargauge/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.54 (2019-02-19)
5+
## 16.4.55 (2019-02-27)
66

77
### CircularGauge
88

components/diagrams/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.54 (2019-02-19)
5+
## 16.4.55 (2019-02-27)
66

77
### Diagram
88

0 commit comments

Comments
 (0)