Skip to content

Commit 64ca538

Browse files
committed
Ship: v2.5.3
1 parent 92597cf commit 64ca538

File tree

4 files changed

+44
-4
lines changed

4 files changed

+44
-4
lines changed

CHANGELOG.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
## [CoreUI for Angular](./README.md) version `changelog`
22

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+
344
###### `v2.5.2`
445
- fix(cards): card with header actions
546
- fix(carousels): images and intervals cleanup
@@ -35,7 +76,7 @@
3576
###### `v2.5.0`
3677
- refactor(app.routing): lazy loading via dynamic import()
3778
- refactor(modals): `ViewChild` second parameter
38-
- refactor(tsconfig): "module: "esnext", "target": "es6"
79+
- refactor(tsconfig): "module: "esnext` "target` to `es6"
3980
- chore: update `[email protected]` imports
4081
- chore: update `[email protected]`
4182
- fix(collapse): `No provider for AnimationBuilder` add import `BrowserAnimationsModule` to app.module

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",

src/app/containers/default-layout/default-layout.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ export class DefaultLayoutComponent {
1111

1212
toggleMinimize(e) {
1313
this.sidebarMinimized = e;
14-
console.log('toggleMinimize', e, this.sidebarMinimized);
1514
}
1615
}

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
* CoreUI - Free Angular Admin Template
3-
* @version v2.5.2
3+
* @version v2.5.3
44
* @link https://coreui.io/angular/
55
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)

0 commit comments

Comments
 (0)