Skip to content

Commit

Permalink
Merge pull request #58 from coreui/fix-sidebar-prop-minimized-issue
Browse files Browse the repository at this point in the history
Fix sidebar prop minimized issue
  • Loading branch information
xidedix authored Feb 21, 2019
2 parents 208ab07 + d90e948 commit b880834
Show file tree
Hide file tree
Showing 6 changed files with 443 additions and 278 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
### [@coreui/react](https://coreui.io/) changelog

##### `v2.1.4`
- fix(Sidebar): *How to set left sidebar is minimized as default* [#145](https://github.com/coreui/coreui-free-react-admin-template/issues/145)
- refactor(Layout): LayoutHelper germ
- refactor(Sidabar): use static methods from `LayoutHelper`
- refactor(SidabarMinimizer): use static methods from `LayoutHelper`
- chore: update demo css

###### dependencies update
- update `@coreui/coreui` to `^2.1.7`
- update `core-js` to `^2.6.5`
- update `prop-types` to `^15.7.2`
- update `reactstrap` to `^7.1.0`
- update `enzyme` to `^3.9.0`
- update `enzyme-adapter-react-16` to `^1.9.1`
- update `eslint` to `^5.14.1`
- update `eslint-plugin-import` to `^2.16.0`
- update `eslint-plugin-react` to `^7.12.4`
- update `react` to `^16.8.2`
- update `react-dom` to `^16.8.2`

##### `v2.1.3`
- chore: update `@coreui/coreui` to `^2.1.5`
- chore: update `reactstrap` to `^7.0.2`
Expand Down
Loading

0 comments on commit b880834

Please sign in to comment.