Skip to content

Commit 0ec80e1

Browse files
author
pipeline
committed
v16.4.53 is released
1 parent 6e2738c commit 0ec80e1

File tree

199 files changed

+4109
-258
lines changed

Some content is hidden

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

199 files changed

+4109
-258
lines changed

components/buttons/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.53 (2019-02-13)
6+
7+
### Button
8+
9+
#### Bug Fixes
10+
11+
- Flat button text is not visible in bootstrap theme issue is fixed.
12+
513
## 16.4.40-beta (2018-12-10)
614

715
### Chips

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.47",
3+
"version": "16.4.52",
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.47';
2+
export const pkgVer = '^16.4.52';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~16.4.47';
4+
export const themeVer = '~16.4.52';

components/calendars/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
## [Unreleased]
44

5+
## 16.4.53 (2019-02-13)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- Fixed the form validation class `ng-dirty` issue in Angular forms.
12+
13+
### DateRangePicker
14+
15+
#### Bug Fixes
16+
17+
- Fixed the form validation class `ng-dirty` issue in Angular forms.
18+
19+
### DateTimePicker
20+
21+
#### Bug Fixes
22+
23+
- Fixed the form validation class `ng-dirty` issue in Angular forms.
24+
25+
### TimePicker
26+
27+
#### Bug Fixes
28+
29+
- Fixed the form validation class `ng-dirty` issue in Angular forms.
30+
531
## 16.4.52 (2019-02-05)
632

733
### Calendar

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.48",
3+
"version": "16.4.52",
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.48';
2+
export const pkgVer = '^16.4.52';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~16.4.48';
4+
export const themeVer = '~16.4.52';

components/charts/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
## [Unreleased]
44

5+
## 16.4.53 (2019-02-13)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- Data bind issues in series properties fixed.
12+
- Memory increasing while refreshing the chart for long period of time with time interval datasource change issue fixed.
13+
- Scrollbar with huge data performance lack has been fixed.
14+
15+
## 17.1.1-beta (2019-01-29)
16+
17+
### Sparkline
18+
19+
#### New Features
20+
21+
- Provided right to left rendering support for Sparkline.
22+
23+
### Chart
24+
25+
#### New Features
26+
27+
- Stacking Line series type has been added to the chart.
28+
- 100% Stacking Line series type has been added to the chart.
29+
530
## 16.4.48 (2019-01-22)
631

732
### Chart

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

Lines changed: 3 additions & 3 deletions
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-angular-charts",
3-
"version": "16.4.48",
3+
"version": "16.4.52",
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 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-charts';
2-
export const pkgVer = '^16.4.48';
2+
export const pkgVer = '^16.4.52';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule';
4-
export const themeVer = '~16.4.48';
4+
export const themeVer = '~16.4.52';

0 commit comments

Comments
 (0)