|
1 | 1 | ### [@coreui/angular](https://coreui.io/) changelog
|
2 | 2 |
|
| 3 | +##### `v2.10.0` |
| 4 | + |
| 5 | +- chore: update to `Angular 10` and `TypeScript 3.9` |
| 6 | + - [https://update.angular.io/](https://update.angular.io/?v=9.1-10.2) |
| 7 | + - [https://v10.angular.io/guide/updating-to-version-10](https://v10.angular.io/guide/updating-to-version-10) |
| 8 | + - [TypeScript: Documentation - TypeScript 3.9](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html) |
| 9 | + |
| 10 | + |
| 11 | +- test: deprecate `async()` in favour of `waitForAsync()` |
| 12 | + |
| 13 | +###### dependencies update |
| 14 | +- update `@angular/animations` to `^10.2.4` |
| 15 | +- update `@angular/common` to `^10.2.4` |
| 16 | +- update `@angular/compiler` to `^10.2.4` |
| 17 | +- update `@angular/core` to `^10.2.4` |
| 18 | +- update `@angular/forms` to `^10.2.4` |
| 19 | +- update `@angular/localize` to `^10.2.4` |
| 20 | +- update `@angular/platform-browser` to `^10.2.4` |
| 21 | +- update `@angular/platform-browser-dynamic` to `^10.2.4` |
| 22 | +- update `@angular/router` to `^10.2.4` |
| 23 | +- update `tslib` to `^2.0.0` |
| 24 | +- update `@angular-devkit/build-angular` to `^0.1002.1` |
| 25 | +- update `@angular-devkit/build-ng-packagr` to `^0.1002.1` |
| 26 | +- update `@angular/cli` to `^10.2.1` |
| 27 | +- update `@angular/compiler-cli` to `^10.2.4` |
| 28 | +- update `@angular/language-service` to `^10.2.4` |
| 29 | +- update `codelyzer` to `^6.0.1` |
| 30 | +- update `jasmine-spec-reporter` to `~5.0.0` |
| 31 | +- update `karma` to `~5.0.0` |
| 32 | +- update `karma-chrome-launcher` to `~3.1.0` |
| 33 | +- update `karma-coverage-istanbul-reporter` to `~3.0.2` |
| 34 | +- update `karma-jasmine` to `~4.0.0` |
| 35 | +- update `karma-jasmine-html-reporter` to `^1.5.0` |
| 36 | +- update `ng-packagr` to `^10.1.0` |
| 37 | +- update `ngx-perfect-scrollbar` to `^10.1.0` |
| 38 | +- update `protractor` to `~7.0.0` |
| 39 | +- update `tslint` to `~6.1.0` |
| 40 | +- update `typescript` to `~3.9.7` |
| 41 | + |
3 | 42 | ##### `v2.9.6`
|
4 | 43 | - fix: use type INavData instead of any
|
5 | 44 | - chore(.github): add project checks workflows
|
|
0 commit comments