Skip to content

Commit 5b4146f

Browse files
committed
Ship: v2.6.2
1 parent c2ae3a1 commit 5b4146f

33 files changed

+1130
-654
lines changed

CHANGELOG.md

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

3+
##### `v2.6.2`
4+
- feat(Sidebar): `minimized` state @Input/@Output - thanks @Hagith #84
5+
- test(Sidebar): `minimized` state - thanks @Hagith #84
6+
- feat(SidebarService): add SidebarService with observable actions
7+
- refactor(Sidebar): inject SidebarService, subscribe and toggle action events
8+
- refactor(SidebarMinimizer): inject SidebarService, toggle action events
9+
- refactor(Sidebar): onDestroy remove minimized classes
10+
11+
###### dependencies update
12+
- update `@angular-devkit/build-angular` to `^0.803.13`
13+
- update `@angular-devkit/build-ng-packagr` to `^0.803.13`
14+
- update `@angular/cli` to `^8.3.13`
15+
- update `codelyzer` to `^5.2.0`
16+
- update `jasmine-core` to `^3.5.0`
17+
- update `jasmine-spec-reporter` to `^4.2.1`
18+
- update `karma` to `^4.4.1`
19+
- update `karma-chrome-launcher` to `^3.1.0`
20+
- update `karma-jasmine-html-reporter` to `^1.4.2`
21+
- update `protractor` to `^6.0.0`
22+
323
##### `v2.6.1`
424
- chore: add "cui" prefixed selector alias to all components - thanks @Hagith #80
525
- fix(INavData): add missing `href` for explicit external links

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.2.7-lightgrey.svg?style=flat-square)
11+
![angular](https://img.shields.io/badge/angular-^8.2.11-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)