Skip to content

Commit 5337769

Browse files
committed
Ship: v2.7.0
1 parent e90fe08 commit 5337769

File tree

5 files changed

+43
-10
lines changed

5 files changed

+43
-10
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
## [CoreUI for Angular](./README.md) version `changelog`
22

3+
###### `v2.7.0` for Angular 9
4+
- chore: upgrade to Angular 9 - see also:
5+
- `https://next.angular.io/guide/updating-to-version-9`
6+
- `https://update.angular.io/#8.0:9.0`
7+
8+
###### dependencies update
9+
- update `@coreui/angular` to `^2.7.0`
10+
- update `@angular/animations` to `^9.0.0-rc.0`
11+
- update `@angular/common` to `^9.0.0-rc.0`
12+
- update `@angular/compiler` to `^9.0.0-rc.0`
13+
- update `@angular/core` to `^9.0.0-rc.0`
14+
- update `@angular/forms` to `^9.0.0-rc.0`
15+
- update `@angular/platform-browser` to `^9.0.0-rc.0`
16+
- update `@angular/platform-browser-dynamic` to `^9.0.0-rc.0`
17+
- update `@angular/router` to `^9.0.0-rc.0`
18+
- update `zone.js` to `~0.10.2`
19+
- update `@angular-devkit/build-angular` to `~0.900.0-rc.0`
20+
- update `@angular/cli` to `^9.0.0-rc.0`
21+
- update `@angular/compiler-cli` to `^9.0.0-rc.0`
22+
- update `@angular/language-service` to `^9.0.0-rc.0`
23+
- update `@types/jasmine` to `^3.4.5`
24+
- update `@types/node` to `^12.11.1`
25+
- update `codelyzer` to `^5.1.2`
26+
- update `typescript` to `~3.6.4`
27+
- update `chart.js` to `^2.9.2`
28+
329
###### `v2.5.3`
430
- fix(polyfills): add optional settings for IE10 issues
531
- refactor(_nav.ts): INavData moved from _nav.ts to import from @coreui/angular
@@ -76,7 +102,7 @@
76102
###### `v2.5.0`
77103
- refactor(app.routing): lazy loading via dynamic import()
78104
- refactor(modals): `ViewChild` second parameter
79-
- refactor(tsconfig): "module: "esnext` "target` to `es6"
105+
- refactor(tsconfig): `module: esnext` and `target: es5`
80106
- chore: update `[email protected]` imports
81107
- chore: update `[email protected]`
82108
- fix(collapse): `No provider for AnimationBuilder` add import `BrowserAnimationsModule` to app.module

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
55
[![npm package][npm-coreui-badge]][npm-coreui]
66
[![NPM downloads][npm-coreui-download]][npm-coreui]
7-
![angular](https://img.shields.io/badge/angular-^8.2.12-lightgrey.svg?style=flat-square)
7+
![angular](https://img.shields.io/badge/angular-^9.0.0%20rc.0-lightgrey.svg?style=flat-square)
88

99
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1010
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square

angular.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"src/scss/style.scss"
2828
],
2929
"stylePreprocessorOptions": {
30-
"includePaths": ["./node_modules"]
30+
"includePaths": [
31+
"./node_modules"
32+
]
3133
},
3234
"scripts": [
3335
"node_modules/chart.js/dist/Chart.min.js"
@@ -93,7 +95,9 @@
9395
"src/scss/style.scss"
9496
],
9597
"stylePreprocessorOptions": {
96-
"includePaths": ["./node_modules"]
98+
"includePaths": [
99+
"./node_modules"
100+
]
97101
},
98102
"assets": [
99103
"src/assets",
@@ -150,5 +154,8 @@
150154
"@schematics/angular:directive": {
151155
"prefix": "app"
152156
}
157+
},
158+
"cli": {
159+
"analytics": false
153160
}
154-
}
161+
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.5.3",
3+
"version": "2.7.0",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",
@@ -36,12 +36,12 @@
3636
"@angular/platform-browser": "^9.0.0-rc.0",
3737
"@angular/platform-browser-dynamic": "^9.0.0-rc.0",
3838
"@angular/router": "^9.0.0-rc.0",
39-
"@coreui/angular": "^2.6.3",
39+
"@coreui/angular": "^2.7.0",
4040
"@coreui/coreui": "^2.1.16",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
4242
"@coreui/icons": "0.3.0",
4343
"bootstrap": "^4.3.1",
44-
"chart.js": "^2.9.1",
44+
"chart.js": "^2.9.2",
4545
"core-js": "^2.6.10",
4646
"flag-icon-css": "^3.4.5",
4747
"font-awesome": "^4.7.0",
@@ -62,7 +62,7 @@
6262
"@angular/cli": "^9.0.0-rc.0",
6363
"@angular/compiler-cli": "^9.0.0-rc.0",
6464
"@angular/language-service": "^9.0.0-rc.0",
65-
"@types/jasmine": "^3.4.4",
65+
"@types/jasmine": "^3.4.5",
6666
"@types/jasminewd2": "^2.0.8",
6767
"@types/node": "^12.11.1",
6868
"codelyzer": "^5.1.2",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
* CoreUI - Free Angular Admin Template
3-
* @version v2.5.3
3+
* @version v2.7.0
44
* @link https://coreui.io/angular/
55
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)

0 commit comments

Comments
 (0)