Skip to content

Commit 7c95bc2

Browse files
author
pipeline
committed
v16.4.46 is released
1 parent 0763ca5 commit 7c95bc2

File tree

54 files changed

+181
-77
lines changed

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

+181
-77
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/new).
4242
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
4343
## License
44-
Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license).
44+
Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/LICENSE).
4545
## Changelog
4646
Check the changelog [here](https://ej2.syncfusion.com/angular/documentation/release-notes?utm_source=npm&utm_campaign=ej2-angular-ui-components)
4747
© Copyright 2018 Syncfusion, Inc. All Rights Reserved.

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.46 (2019-01-02)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Fixed Angular peer dependencies warning issue.
12+
513
## 16.4.42 (2018-12-14)
614

715
### Common

components/base/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"ng"
1717
],
1818
"peerDependencies": {
19-
"@angular/common": "2.2.1 - 6.10.0",
20-
"@angular/compiler": "2.2.1 - 6.10.0",
21-
"@angular/core": "2.2.1 - 6.10.0",
22-
"@angular/forms": "2.2.1 - 6.10.0",
23-
"@angular/http": "2.2.1 - 6.10.0",
24-
"@angular/platform-browser": "2.2.1 - 6.10.0",
25-
"@angular/platform-browser-dynamic": "2.2.1 - 6.10.0",
26-
"@angular/router": "2.2.1 - 6.10.0"
19+
"@angular/common": "2.2.1 - 7.1.0",
20+
"@angular/compiler": "2.2.1 - 7.1.0",
21+
"@angular/core": "2.2.1 - 7.1.0",
22+
"@angular/forms": "2.2.1 - 7.1.0",
23+
"@angular/http": "2.2.1 - 7.1.0",
24+
"@angular/platform-browser": "2.2.1 - 7.1.0",
25+
"@angular/platform-browser-dynamic": "2.2.1 - 7.1.0",
26+
"@angular/router": "2.2.1 - 7.1.0"
2727
},
2828
"dependencies": {
2929
"@syncfusion/ej2-base": "*",

components/calendars/CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
22

33
## [Unreleased]
44

5-
## 16.4.45 (2018-12-24)
5+
## 16.4.46 (2019-01-02)
66

7-
### DatePicker
7+
### TimePicker
88

9-
#### Bug Fixes
9+
#### New Features
1010

11-
- DatePicker will allow assigning string value when type system configuration is disabled.
11+
- Pop-up positioning support has been provided.
1212

13-
### TimePicker
13+
## 16.4.45 (2019-01-02)
14+
15+
### DatePicker
1416

1517
#### Bug Fixes
1618

17-
- Pop-up positioning support has been provided.
19+
- DatePicker will allow assigning string value when type system configuration is disabled.
1820

1921
## 16.4.44 (2018-12-24)
2022

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

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.45 (2018-12-24)
5+
## 16.4.45 (2019-01-02)
66

77
### Chart
88

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.44",
3+
"version": "16.4.45",
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.44';
2+
export const pkgVer = '^16.4.45';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule';
4-
export const themeVer = '~16.4.44';
4+
export const themeVer = '~16.4.45';

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.45 (2018-12-24)
5+
## 16.4.46 (2019-01-02)
66

77
### CircularGauge
88

0 commit comments

Comments
 (0)