|
1 | 1 | ### [@coreui/angular](https://coreui.io/) changelog |
2 | 2 |
|
| 3 | +##### `v2.7.3` |
| 4 | +- chore: update to `Angular 9.0.0-rc.9` |
| 5 | +- refactor: `@coreui/angular` components library |
| 6 | +- tests: fix and add some missing tests |
| 7 | + |
| 8 | +###### dependencies update |
| 9 | +- update `@angular/animations` to `~9.0.0-rc.9` |
| 10 | +- update `@angular/common` to `~9.0.0-rc.9` |
| 11 | +- update `@angular/compiler` to `~9.0.0-rc.9` |
| 12 | +- update `@angular/core` to `~9.0.0-rc.9` |
| 13 | +- update `@angular/forms` to `~9.0.0-rc.9` |
| 14 | +- update `@angular/platform-browser` to `~9.0.0-rc.9` |
| 15 | +- update `@angular/platform-browser-dynamic` to `~9.0.0-rc.9` |
| 16 | +- update `@angular/router` to `~9.0.0-rc.9` |
| 17 | +- update `@angular-devkit/build-angular` to `~0.900.0-rc.9` |
| 18 | +- update `@angular-devkit/build-ng-packagr` to `~0.900.0-rc.9` |
| 19 | +- update `@angular/cli` to `~9.0.0-rc.9` |
| 20 | +- update `@angular/compiler-cli` to `~9.0.0-rc.9` |
| 21 | +- update `@angular/language-service` to `~9.0.0-rc.9` |
| 22 | +- update `@types/node` to `^12.11.1` |
| 23 | +- update `@types/jasmine` to `~3.5.0` |
| 24 | +- update `@types/jasminewd2` to `~2.0.3` |
| 25 | +- update `codelyzer` to `^5.1.2` |
| 26 | +- update `jasmine-core` to `~3.5.0` |
| 27 | +- update `jasmine-spec-reporter` to `~4.2.1` |
| 28 | +- update `karma` to `~4.3.0` |
| 29 | +- update `karma-chrome-launcher` to `~3.1.0` |
| 30 | +- update `karma-coverage-istanbul-reporter` to `~2.1.0` |
| 31 | +- update `ng-packagr` to `^9.0.0-rc.7` |
| 32 | +- update `protractor` to `~5.4.2` |
| 33 | +- update `ts-node` to `~8.3.0` |
| 34 | +- update `tslint` to `~5.18.0` |
| 35 | + |
3 | 36 | ##### `v2.7.2` |
4 | 37 | - fix(sidebar-nav): AppSidebarNavLabelComponent is not exported in the AppSidebarModule - thanks @zwiras #63 |
5 | 38 |
|
|
0 commit comments