Skip to content

Commit

Permalink
Ship: v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Nov 5, 2019
1 parent e90fe08 commit 5337769
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 10 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
## [CoreUI for Angular](./README.md) version `changelog`

###### `v2.7.0` for Angular 9
- chore: upgrade to Angular 9 - see also:
- `https://next.angular.io/guide/updating-to-version-9`
- `https://update.angular.io/#8.0:9.0`

###### dependencies update
- update `@coreui/angular` to `^2.7.0`
- update `@angular/animations` to `^9.0.0-rc.0`
- update `@angular/common` to `^9.0.0-rc.0`
- update `@angular/compiler` to `^9.0.0-rc.0`
- update `@angular/core` to `^9.0.0-rc.0`
- update `@angular/forms` to `^9.0.0-rc.0`
- update `@angular/platform-browser` to `^9.0.0-rc.0`
- update `@angular/platform-browser-dynamic` to `^9.0.0-rc.0`
- update `@angular/router` to `^9.0.0-rc.0`
- update `zone.js` to `~0.10.2`
- update `@angular-devkit/build-angular` to `~0.900.0-rc.0`
- update `@angular/cli` to `^9.0.0-rc.0`
- update `@angular/compiler-cli` to `^9.0.0-rc.0`
- update `@angular/language-service` to `^9.0.0-rc.0`
- update `@types/jasmine` to `^3.4.5`
- update `@types/node` to `^12.11.1`
- update `codelyzer` to `^5.1.2`
- update `typescript` to `~3.6.4`
- update `chart.js` to `^2.9.2`

###### `v2.5.3`
- fix(polyfills): add optional settings for IE10 issues
- refactor(_nav.ts): INavData moved from _nav.ts to import from @coreui/angular
Expand Down Expand Up @@ -76,7 +102,7 @@
###### `v2.5.0`
- refactor(app.routing): lazy loading via dynamic import()
- refactor(modals): `ViewChild` second parameter
- refactor(tsconfig): "module: "esnext` "target` to `es6"
- refactor(tsconfig): `module: esnext` and `target: es5`
- chore: update `[email protected]` imports
- chore: update `[email protected]`
- fix(collapse): `No provider for AnimationBuilder` add import `BrowserAnimationsModule` to app.module
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
[![npm package][npm-coreui-badge]][npm-coreui]
[![NPM downloads][npm-coreui-download]][npm-coreui]
![angular](https://img.shields.io/badge/angular-^8.2.12-lightgrey.svg?style=flat-square)
![angular](https://img.shields.io/badge/angular-^9.0.0%20rc.0-lightgrey.svg?style=flat-square)

[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square
Expand Down
13 changes: 10 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"src/scss/style.scss"
],
"stylePreprocessorOptions": {
"includePaths": ["./node_modules"]
"includePaths": [
"./node_modules"
]
},
"scripts": [
"node_modules/chart.js/dist/Chart.min.js"
Expand Down Expand Up @@ -93,7 +95,9 @@
"src/scss/style.scss"
],
"stylePreprocessorOptions": {
"includePaths": ["./node_modules"]
"includePaths": [
"./node_modules"
]
},
"assets": [
"src/assets",
Expand Down Expand Up @@ -150,5 +154,8 @@
"@schematics/angular:directive": {
"prefix": "app"
}
},
"cli": {
"analytics": false
}
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-angular-admin-template",
"version": "2.5.3",
"version": "2.7.0",
"description": "CoreUI Free Angular 2+ Admin Template",
"author": {
"name": "Łukasz Holeczek",
Expand Down Expand Up @@ -36,12 +36,12 @@
"@angular/platform-browser": "^9.0.0-rc.0",
"@angular/platform-browser-dynamic": "^9.0.0-rc.0",
"@angular/router": "^9.0.0-rc.0",
"@coreui/angular": "^2.6.3",
"@coreui/angular": "^2.7.0",
"@coreui/coreui": "^2.1.16",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
"@coreui/icons": "0.3.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.9.1",
"chart.js": "^2.9.2",
"core-js": "^2.6.10",
"flag-icon-css": "^3.4.5",
"font-awesome": "^4.7.0",
Expand All @@ -62,7 +62,7 @@
"@angular/cli": "^9.0.0-rc.0",
"@angular/compiler-cli": "^9.0.0-rc.0",
"@angular/language-service": "^9.0.0-rc.0",
"@types/jasmine": "^3.4.4",
"@types/jasmine": "^3.4.5",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* CoreUI - Free Angular Admin Template
* @version v2.5.3
* @version v2.7.0
* @link https://coreui.io/angular/
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/license)
Expand Down

0 comments on commit 5337769

Please sign in to comment.