Skip to content

Commit

Permalink
Merge branch 'Hagith-sidebar-minimized-state'
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Oct 23, 2019
2 parents 9f76134 + 5b4146f commit 73a4290
Show file tree
Hide file tree
Showing 39 changed files with 1,291 additions and 695 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.6.2`
- feat(Sidebar): `minimized` state @Input/@Output - thanks @Hagith #84
- test(Sidebar): `minimized` state - thanks @Hagith #84
- feat(SidebarService): add SidebarService with observable actions
- refactor(Sidebar): inject SidebarService, subscribe and toggle action events
- refactor(SidebarMinimizer): inject SidebarService, toggle action events
- refactor(Sidebar): onDestroy remove minimized classes

###### dependencies update
- update `@angular-devkit/build-angular` to `^0.803.13`
- update `@angular-devkit/build-ng-packagr` to `^0.803.13`
- update `@angular/cli` to `^8.3.13`
- update `codelyzer` to `^5.2.0`
- update `jasmine-core` to `^3.5.0`
- update `jasmine-spec-reporter` to `^4.2.1`
- update `karma` to `^4.4.1`
- update `karma-chrome-launcher` to `^3.1.0`
- update `karma-jasmine-html-reporter` to `^1.4.2`
- update `protractor` to `^6.0.0`

##### `v2.6.1`
- chore: add "cui" prefixed selector alias to all components - thanks @Hagith #80
- fix(INavData): add missing `href` for explicit external links
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
[![npm package][npm-coreui-badge]][npm-coreui]
[![NPM downloads][npm-coreui-download]][npm-coreui]
![angular](https://img.shields.io/badge/angular-^8.2.7-lightgrey.svg?style=flat-square)
![angular](https://img.shields.io/badge/angular-^8.2.11-lightgrey.svg?style=flat-square)

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

0 comments on commit 73a4290

Please sign in to comment.