Skip to content

Commit b880834

Browse files
authored
Merge pull request #58 from coreui/fix-sidebar-prop-minimized-issue
Fix sidebar prop minimized issue
2 parents 208ab07 + d90e948 commit b880834

File tree

6 files changed

+443
-278
lines changed

6 files changed

+443
-278
lines changed

CHANGELOG.md

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

3+
##### `v2.1.4`
4+
- fix(Sidebar): *How to set left sidebar is minimized as default* [#145](https://github.com/coreui/coreui-free-react-admin-template/issues/145)
5+
- refactor(Layout): LayoutHelper germ
6+
- refactor(Sidabar): use static methods from `LayoutHelper`
7+
- refactor(SidabarMinimizer): use static methods from `LayoutHelper`
8+
- chore: update demo css
9+
10+
###### dependencies update
11+
- update `@coreui/coreui` to `^2.1.7`
12+
- update `core-js` to `^2.6.5`
13+
- update `prop-types` to `^15.7.2`
14+
- update `reactstrap` to `^7.1.0`
15+
- update `enzyme` to `^3.9.0`
16+
- update `enzyme-adapter-react-16` to `^1.9.1`
17+
- update `eslint` to `^5.14.1`
18+
- update `eslint-plugin-import` to `^2.16.0`
19+
- update `eslint-plugin-react` to `^7.12.4`
20+
- update `react` to `^16.8.2`
21+
- update `react-dom` to `^16.8.2`
22+
323
##### `v2.1.3`
424
- chore: update `@coreui/coreui` to `^2.1.5`
525
- chore: update `reactstrap` to `^7.0.2`

0 commit comments

Comments
 (0)