Skip to content

Commit 79b6f5d

Browse files
committed
Ship v2.11.0 for Angular 11
1 parent 84a4d06 commit 79b6f5d

File tree

4 files changed

+34
-5
lines changed

4 files changed

+34
-5
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
## [CoreUI for Angular](./README.md) version `changelog`
22

3+
###### `v2.11.0`
4+
5+
- chore: update to `Angular 11` and `TypeScript 4`
6+
- [https://update.angular.io/](https://update.angular.io/?v=10.2-11.0)
7+
- [https://v11.angular.io/guide/updating-to-version-11](https://v11.angular.io/guide/updating-to-version-11)
8+
- [TypeScript: Documentation - TypeScript 4](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html)
9+
- remove deprecated support for IE 9, 10, and IE mobile
10+
11+
###### dependencies update
12+
- update `@angular/animations` to `^11.0.9`
13+
- update `@angular/cdk` to `^11.0.4`
14+
- update `@angular/common` to `^11.0.9`
15+
- update `@angular/compiler` to `^11.0.9`
16+
- update `@angular/core` to `^11.0.9`
17+
- update `@angular/forms` to `^11.0.9`
18+
- update `@angular/localize` to `^11.0.9`
19+
- update `@angular/platform-browser` to `^11.0.9`
20+
- update `@angular/platform-browser-dynamic` to `^11.0.9`
21+
- update `@angular/router` to `^11.0.9`
22+
- update `@coreui/angular` to `~2.11.0`
23+
- update `@angular-devkit/build-angular` to `^0.1100.7`
24+
- update `@angular/cli` to `^11.0.7`
25+
- update `@angular/compiler-cli` to `^11.0.9`
26+
- update `@angular/language-service` to `^11.0.9`
27+
- update `@types/jasmine` to `~3.6.0`
28+
- update `codelyzer` to `^6.0.0`
29+
- update `karma-coverage` to `~2.0.3`
30+
- update `typescript` to `~4.0.5`
31+
332
###### `v2.10.0`
433

534
- chore: update to `Angular 10` and `TypeScript 3.9`

README.md

+1-1
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-^9.1.1-lightgrey.svg?style=flat-square&logo=angular)
7+
![angular](https://img.shields.io/badge/angular-^11.0.9-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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.10.0",
4-
"description": "CoreUI Free Angular 10 Admin Template",
3+
"version": "2.11.0",
4+
"description": "CoreUI Free Angular 11 Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",
77
"url": "http://holeczek.pl",

src/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<!--
3-
* CoreUI - Free Angular 10 Admin Template
4-
* @version v2.10.0
3+
* CoreUI - Free Angular 11 Admin Template
4+
* @version v2.11.0
55
* @link https://coreui.io/angular/
66
* Copyright (c) 2017-2021 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)

0 commit comments

Comments
 (0)