File tree Expand file tree Collapse file tree 4 files changed +25
-7
lines changed Expand file tree Collapse file tree 4 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 11## [ CoreUI for Angular] ( ./README.md ) version ` changelog `
22
3+ ###### ` v2.7.5 `
4+ - fix(carousels): move to picsum.photos
5+
6+ ###### dependencies update
7+ - update ` @coreui/angular ` to ` ^2.7.5 `
8+ - update ` @angular/animations ` to ` ^9.0.0-rc.12 `
9+ - update ` @angular/common ` to ` ^9.0.0-rc.12 `
10+ - update ` @angular/compiler ` to ` ^9.0.0-rc.12 `
11+ - update ` @angular/core ` to ` ^9.0.0-rc.12 `
12+ - update ` @angular/forms ` to ` ^9.0.0-rc.12 `
13+ - update ` @angular/platform-browser ` to ` ^9.0.0-rc.12 `
14+ - update ` @angular/platform-browser-dynamic ` to ` ^9.0.0-rc.12 `
15+ - update ` @angular/router ` to ` ^9.0.0-rc.12 `
16+ - update ` @angular-devkit/build-angular ` to ` ^0.900.0-rc.12 `
17+ - update ` @angular/cli ` to ` ^9.0.0-rc.12 `
18+ - update ` @angular/compiler-cli ` to ` ^9.0.0-rc.12 `
19+ - update ` @angular/language-service ` to ` ^9.0.0-rc.12 `
20+
321###### ` v2.7.2 `
422- feat: add missing Navbars example - thanks @EliasDerHai
523
Original file line number Diff line number Diff line change 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-^9.0.0--rc.7 -lightgrey.svg?style=flat-square&logo=angular )
7+ ![ angular] ( https://img.shields.io/badge/angular-^9.0.0--rc.12 -lightgrey.svg?style=flat-square&logo=angular )
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
@@ -95,8 +95,8 @@ Install the Angular CLI globally using a terminal/console window.
9595npm install -g @angular/cli
9696```
9797
98- ##### Update to Angular 8
99- Angular 8 requires ` Node.js ` version 12.x
98+ ##### Update to Angular 9
99+ Angular 9 requires ` Node.js ` version 10.x or newer
100100Update guide - see: [ https://update.angular.io ] ( https://update.angular.io )
101101
102102## Installation
Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/coreui-free-angular-admin-template" ,
3- "version" : " 2.7.2 " ,
3+ "version" : " 2.7.5 " ,
44 "description" : " CoreUI Free Angular 2+ Admin Template" ,
55 "author" : {
66 "name" : " Łukasz Holeczek" ,
1515 }
1616 ],
1717 "homepage" : " https://coreui.io/angular" ,
18- "copyright" : " Copyright 2019 creativeLabs Łukasz Holeczek" ,
18+ "copyright" : " Copyright 2020 creativeLabs Łukasz Holeczek" ,
1919 "license" : " MIT" ,
2020 "scripts" : {
2121 "ng" : " ng" ,
7979 "typescript" : " ~3.6.4"
8080 },
8181 "engines" : {
82- "node" : " >= 12 " ,
82+ "node" : " >= 10 " ,
8383 "npm" : " >= 6"
8484 }
8585}
Original file line number Diff line number Diff line change 11<!--
22* CoreUI - Free Angular Admin Template
3- * @version v2.7.0
3+ * @version v2.7.5
44* @link https://coreui.io/angular/
55* Copyright (c) 2018 creativeLabs Łukasz Holeczek
66* Licensed under MIT (https://coreui.io/license)
You can’t perform that action at this time.
0 commit comments