|
1 | 1 | ## [CoreUI for Angular](./README.md) version `changelog`
|
2 | 2 |
|
| 3 | +###### `v2.7.0` for Angular 9 |
| 4 | +- chore: upgrade to Angular 9 - see also: |
| 5 | + - `https://next.angular.io/guide/updating-to-version-9` |
| 6 | + - `https://update.angular.io/#8.0:9.0` |
| 7 | + |
| 8 | +###### dependencies update |
| 9 | +- update `@coreui/angular` to `^2.7.0` |
| 10 | +- update `@angular/animations` to `^9.0.0-rc.0` |
| 11 | +- update `@angular/common` to `^9.0.0-rc.0` |
| 12 | +- update `@angular/compiler` to `^9.0.0-rc.0` |
| 13 | +- update `@angular/core` to `^9.0.0-rc.0` |
| 14 | +- update `@angular/forms` to `^9.0.0-rc.0` |
| 15 | +- update `@angular/platform-browser` to `^9.0.0-rc.0` |
| 16 | +- update `@angular/platform-browser-dynamic` to `^9.0.0-rc.0` |
| 17 | +- update `@angular/router` to `^9.0.0-rc.0` |
| 18 | +- update `zone.js` to `~0.10.2` |
| 19 | +- update `@angular-devkit/build-angular` to `~0.900.0-rc.0` |
| 20 | +- update `@angular/cli` to `^9.0.0-rc.0` |
| 21 | +- update `@angular/compiler-cli` to `^9.0.0-rc.0` |
| 22 | +- update `@angular/language-service` to `^9.0.0-rc.0` |
| 23 | +- update `@types/jasmine` to `^3.4.5` |
| 24 | +- update `@types/node` to `^12.11.1` |
| 25 | +- update `codelyzer` to `^5.1.2` |
| 26 | +- update `typescript` to `~3.6.4` |
| 27 | +- update `chart.js` to `^2.9.2` |
| 28 | + |
3 | 29 | ###### `v2.5.3`
|
4 | 30 | - fix(polyfills): add optional settings for IE10 issues
|
5 | 31 | - refactor(_nav.ts): INavData moved from _nav.ts to import from @coreui/angular
|
|
76 | 102 | ###### `v2.5.0`
|
77 | 103 | - refactor(app.routing): lazy loading via dynamic import()
|
78 | 104 | - refactor(modals): `ViewChild` second parameter
|
79 |
| -- refactor(tsconfig): "module: "esnext` "target` to `es6" |
| 105 | +- refactor(tsconfig): `module: esnext` and `target: es5` |
80 | 106 | - chore: update `[email protected]` imports
|
81 | 107 | - chore: update `[email protected]`
|
82 | 108 | - fix(collapse): `No provider for AnimationBuilder` add import `BrowserAnimationsModule` to app.module
|
|
0 commit comments