Skip to content

v2.9.0 #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
## [CoreUI for Angular](./README.md) version `changelog`

###### `v2.9.0`
- chore: update to `Angular 9.0.0`
- [https://update.angular.io/](https://update.angular.io/#8.0:9.0)
- [https://angular.io/guide/updating-to-version-9](https://angular.io/guide/updating-to-version-9)
- [https://blog.angular.io/version-9-of-angular-now-available-project-ivy-has-arrived](https://blog.angular.io/version-9-of-angular-now-available-project-ivy-has-arrived-23c97b63cfa3)

- chore: update to `TypeScript 3.7`
- [https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html)
- [https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-6.html](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-6.html)

###### dependencies update
- update `@angular/animations` to `^9.0.0`
- update `@angular/common` to `^9.0.0`
- update `@angular/compiler` to `^9.0.0`
- update `@angular/core` to `^9.0.0`
- update `@angular/forms` to `^9.0.0`
- update `@angular/platform-browser` to `^9.0.0`
- update `@angular/platform-browser-dynamic` to `^9.0.0`
- update `@angular/router` to `^9.0.0`
- update `@coreui/angular` to `^2.9.0`
- update `flag-icon-css` to `^3.4.6`
- update `@angular-devkit/build-angular` to `^0.900.1`
- update `@angular/cli` to `^9.0.1`
- update `@angular/compiler-cli` to `^9.0.0`
- update `@angular/language-service` to `^9.0.0`
- update `@types/jasmine` to `^3.5.3`
- update `karma-jasmine-html-reporter` to `^1.5.2`
- update `typescript` to `~3.7.5`

###### `v2.7.5`
- fix(carousels): move to picsum.photos

Expand Down
8 changes: 4 additions & 4 deletions 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-^9.0.0--rc.12-lightgrey.svg?style=flat-square&logo=angular)
![angular](https://img.shields.io/badge/angular-^9.0.0-lightgrey.svg?style=flat-square&logo=angular)

[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 Expand Up @@ -41,7 +41,7 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of
- [Prerequisites](#prerequisites)
- [Node.js](#nodejs)
- [Angular CLI](#angular-cli)
- [Update to Angular 8](#update-to-angular-8)
- [Update to Angular 9](#update-to-angular-9)
- [Installation](#installation)
- [Clone repo](#clone-repo)
- [Usage](#usage)
Expand Down Expand Up @@ -84,7 +84,7 @@ CoreUI is built on top of Bootstrap 4 and supports popular frameworks.
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.

###### Node.js
Angular requires `Node.js` version 8.x or 10.x
Angular 9 requires `Node.js` version 10.13 or later.

- To check your version, run `node -v` in a terminal/console window.
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
Expand Down Expand Up @@ -187,7 +187,7 @@ Some of projects created by community but not maintained by CoreUI team.

## Copyright and license

copyright 2018 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-free-angular-admin-template/blob/master/LICENSE).
copyright 2017-2020 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-free-angular-admin-template/blob/master/LICENSE).
There is only one limitation you can't re-distribute the CoreUI as stock. You can’t do this if you modify the CoreUI. In past we faced some problems with persons who tried to sell CoreUI based templates.

## Support CoreUI Development
Expand Down
36 changes: 18 additions & 18 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.7.5",
"version": "2.9.0",
"description": "CoreUI Free Angular 2+ Admin Template",
"author": {
"name": "Łukasz Holeczek",
Expand Down Expand Up @@ -28,22 +28,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^9.0.0-rc.12",
"@angular/common": "^9.0.0-rc.12",
"@angular/compiler": "^9.0.0-rc.12",
"@angular/core": "^9.0.0-rc.12",
"@angular/forms": "^9.0.0-rc.12",
"@angular/platform-browser": "^9.0.0-rc.12",
"@angular/platform-browser-dynamic": "^9.0.0-rc.12",
"@angular/router": "^9.0.0-rc.12",
"@coreui/angular": "^2.7.5",
"@angular/animations": "^9.0.0",
"@angular/common": "^9.0.0",
"@angular/compiler": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0",
"@angular/platform-browser": "^9.0.0",
"@angular/platform-browser-dynamic": "^9.0.0",
"@angular/router": "^9.0.0",
"@coreui/angular": "^2.9.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.2",
"core-js": "^2.6.11",
"flag-icon-css": "^3.4.5",
"flag-icon-css": "^3.4.6",
"font-awesome": "^4.7.0",
"moment": "^2.24.0",
"mutationobserver-shim": "^0.3.3",
Expand All @@ -58,11 +58,11 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.900.0-rc.12",
"@angular/cli": "^9.0.0-rc.12",
"@angular/compiler-cli": "^9.0.0-rc.12",
"@angular/language-service": "^9.0.0-rc.12",
"@types/jasmine": "^3.4.5",
"@angular-devkit/build-angular": "^0.900.1",
"@angular/cli": "^9.0.1",
"@angular/compiler-cli": "^9.0.0",
"@angular/language-service": "^9.0.0",
"@types/jasmine": "^3.5.3",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.11.1",
"codelyzer": "^5.2.1",
Expand All @@ -72,11 +72,11 @@
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"karma-jasmine-html-reporter": "^1.5.2",
"protractor": "^5.4.2",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"typescript": "~3.6.4"
"typescript": "~3.7.5"
},
"engines": {
"node": ">= 10",
Expand Down
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!--
* CoreUI - Free Angular Admin Template
* @version v2.7.5
* CoreUI - Free Angular 9 Admin Template
* @version v2.9.0
* @link https://coreui.io/angular/
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* Copyright (c) 2017-2020 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/license)
-->
<!doctype html>
Expand Down