Skip to content

Commit 23fd593

Browse files
committed
Ship: v2.5.4
1 parent c08e382 commit 23fd593

File tree

81 files changed

+4433
-1184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+4433
-1184
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
### [@coreui/angular](https://coreui.io/) changelog
22

3+
##### `v2.5.4`
4+
- refactor(sidebar): move INavData interface to @coreui/angular library - thanks @Fredx87 #72
5+
- refactor(sidebar): add pipe SidebarNavItemClass #74
6+
- refactor(sidebar): use pipes in sidebar-nav-dropdown - thanks @coyoteecd #74
7+
- refactor(sidebar): use pipes in sidebar-nav-items pipe #74
8+
- refactor(sidebar): sidebar-nav-service cleanup
9+
- refactor: public_api
10+
11+
###### dependencies update
12+
- update `@angular/animations` to `^8.2.7`
13+
- update `@angular/common` to `^8.2.7`
14+
- update `@angular/compiler` to `^8.2.7`
15+
- update `@angular/core` to `^8.2.7`
16+
- update `@angular/forms` to `^8.2.7`
17+
- update `@angular/platform-browser` to `^8.2.7`
18+
- update `@angular/platform-browser-dynamic` to `^8.2.7`
19+
- update `@angular/router` to `^8.2.7`
20+
- update `rxjs` to `^6.5.3`
21+
- update `zone.js` to `^0.10.2`
22+
- update `@angular-devkit/build-angular` to `^0.803.5`
23+
- update `@angular-devkit/build-ng-packagr` to `^0.803.5`
24+
- update `@angular/cli` to `^8.3.5`
25+
- update `@angular/compiler-cli` to `^8.2.7`
26+
- update `@angular/language-service` to `^8.2.7`
27+
- update `@types/jasmine` to `^3.4.0`
28+
- update `@types/node` to `^11.13.20`
29+
- update `codelyzer` to `^5.1.1`
30+
- update `karma` to `^4.3.0`
31+
- update `ng-packagr` to `^5.5.1`
32+
- update `ts-node` to `^8.4.1`
33+
- update `tsickle` to `~0.37.0`
34+
- update `tslint` to `^5.20.0`
35+
336
##### `v2.5.3`
437
- fix(sidebar): performance issues with app-sidebar-nav components due to ngClass bindings - thanks @coyoteecd #74
538
- fix(sidebar): app-sidebar-nav-label.component sets an incomplete variant style - thanks @coyoteecd closes #75

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
99
[![npm package][npm-coreui-badge]][npm-coreui]
1010
[![NPM downloads][npm-coreui-download]][npm-coreui]
11-
![angular](https://img.shields.io/badge/angular-^8.0.0-lightgrey.svg?style=flat-square)
11+
![angular](https://img.shields.io/badge/angular-^8.2.7-lightgrey.svg?style=flat-square)
1212

1313
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1414
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square

dist/@coreui/angular/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
99
[![npm package][npm-coreui-badge]][npm-coreui]
1010
[![NPM downloads][npm-coreui-download]][npm-coreui]
11-
![angular](https://img.shields.io/badge/angular-^7.2.10-lightgrey.svg?style=flat-square)
11+
![angular](https://img.shields.io/badge/angular-^8.2.0-lightgrey.svg?style=flat-square)
1212

1313
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1414
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square

0 commit comments

Comments
 (0)