|
1 | 1 | ## [CoreUI for Angular](./README.md) version `changelog`
|
2 | 2 |
|
| 3 | +###### `v2.5.3` |
| 4 | +- fix(polyfills): add optional settings for IE10 issues |
| 5 | +- refactor(_nav.ts): INavData moved from _nav.ts to import from @coreui/angular |
| 6 | +- refactor(default-layout): drop MutationObserver, add minimizedChange event |
| 7 | +- fix(dashboard): `scales.[x/y]Axes.barPercentage` is deprecated. Please use `dataset.barPercentage` instead |
| 8 | +- fix(widgets): `scales.[x/y]Axes.barPercentage` is deprecated. Please use `dataset.barPercentage` instead |
| 9 | +- test: add e2e test bed with some tests |
| 10 | + |
| 11 | +###### dependencies update |
| 12 | +- update `@angular/animations` to `^8.2.10` |
| 13 | +- update `@angular/common` to `^8.2.12` |
| 14 | +- update `@angular/compiler` to `^8.2.12` |
| 15 | +- update `@angular/core` to `^8.2.12` |
| 16 | +- update `@angular/forms` to `^8.2.12` |
| 17 | +- update `@angular/platform-browser` to `^8.2.12` |
| 18 | +- update `@angular/platform-browser-dynamic` to `^8.2.12` |
| 19 | +- update `@angular/router` to `^8.2.12` |
| 20 | +- update `@coreui/angular` to `^2.6.3` |
| 21 | +- update `@coreui/coreui` to `^2.1.16` |
| 22 | +- update `chart.js` to `^2.9.1` |
| 23 | +- update `core-js` to `^2.6.10` |
| 24 | +- update `flag-icon-css` to `^3.4.5` |
| 25 | +- update `ngx-bootstrap` to `^5.2.0` |
| 26 | +- update `rxjs` to `^6.5.3` |
| 27 | +- update `web-animations-js` to `^2.3.2` |
| 28 | +- update `zone.js` to `^0.10.2` |
| 29 | +- update `@angular-devkit/build-angular` to `^0.803.15` |
| 30 | +- update `@angular/cli` to `^8.3.15` |
| 31 | +- update `@angular/compiler-cli` to `^8.2.12` |
| 32 | +- update `@angular/language-service` to `^8.2.12` |
| 33 | +- update `@types/jasmine` to `^3.4.4` |
| 34 | +- update `@types/jasminewd2` to `^2.0.8` |
| 35 | +- update `@types/node` to `^12.7.12` |
| 36 | +- update `codelyzer` to `^5.2.0` |
| 37 | +- update `jasmine-core` to `^3.5.0` |
| 38 | +- update `karma` to `^4.4.1` |
| 39 | +- update `karma-chrome-launcher` to `^3.1.0` |
| 40 | +- update `karma-coverage-istanbul-reporter` to `^2.1.0` |
| 41 | +- update `ts-node` to `^8.4.1` |
| 42 | +- update `tslint` to `^5.20.0` |
| 43 | + |
3 | 44 | ###### `v2.5.2`
|
4 | 45 | - fix(cards): card with header actions
|
5 | 46 | - fix(carousels): images and intervals cleanup
|
|
35 | 76 | ###### `v2.5.0`
|
36 | 77 | - refactor(app.routing): lazy loading via dynamic import()
|
37 | 78 | - refactor(modals): `ViewChild` second parameter
|
38 |
| -- refactor(tsconfig): "module: "esnext", "target": "es6" |
| 79 | +- refactor(tsconfig): "module: "esnext` "target` to `es6" |
39 | 80 | - chore: update `[email protected]` imports
|
40 | 81 | - chore: update `[email protected]`
|
41 | 82 | - fix(collapse): `No provider for AnimationBuilder` add import `BrowserAnimationsModule` to app.module
|
|
0 commit comments