|
1 | 1 | ### [@coreui/angular](https://coreui.io/) changelog
|
2 | 2 |
|
| 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://angular.io/guide/updating-to-version-11) |
| 8 | + - [TypeScript: Documentation - TypeScript 4.0](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/common` to `^11.0.9` |
| 14 | +- update `@angular/compiler` to `^11.0.9` |
| 15 | +- update `@angular/core` to `^11.0.9` |
| 16 | +- update `@angular/forms` to `^11.0.9` |
| 17 | +- update `@angular/localize` to `^11.0.9` |
| 18 | +- update `@angular/platform-browser` to `^11.0.9` |
| 19 | +- update `@angular/platform-browser-dynamic` to `^11.0.9` |
| 20 | +- update `@angular/router` to `^11.0.9` |
| 21 | +- update `zone.js` to `^0.11.3` |
| 22 | +- update `@angular-devkit/build-angular` to `^0.1100.7` |
| 23 | +- update `@angular/cli` to `^11.0.7` |
| 24 | +- update `@angular/compiler-cli` to `^11.0.9` |
| 25 | +- update `@angular/language-service` to `^11.0.9` |
| 26 | +- update `@types/jasmine` to `~3.6.0` |
| 27 | +- update `codelyzer` to `^6.0.0` |
| 28 | +- update `jasmine-core` to `~3.6.0` |
| 29 | +- update `karma` to `^5.2.3` |
| 30 | +- update `karma-coverage` to `~2.0.3` |
| 31 | +- update `ng-packagr` to `^11.0.3` |
| 32 | +- update `ts-node` to `^9.1.1` |
| 33 | +- update `typescript` to `~4.0.5` |
| 34 | + |
| 35 | + |
3 | 36 | ##### `v2.10.0`
|
4 | 37 |
|
5 | 38 | - chore: update to `Angular 10` and `TypeScript 3.9`
|
|
0 commit comments