|
| 1 | +### [@coreui/react](https://coreui.io/) changelog |
| 2 | + |
| 3 | +##### `v2.0.8` |
| 4 | +- refactor(SidebarMinimizer): extract `togglePs` method |
| 5 | +- refactor(SidebarMinimizer): for use `togglePs` method |
| 6 | +- fix(SidebarMinimizer): add `componentDidMount` with `togglePs` |
| 7 | +- refactor(AsideToggler): extract `toggle` method |
| 8 | +- fix(AsideToggler): add missing `defaultOpen` prop |
| 9 | +- fix(Aside): deprecate `hidden` prop in v2 as conflicting with HTML5 `hidden` attribute |
| 10 | +- fix(Aside): `displayBreakpoint` behaviour |
| 11 | +- update `@coreui/coreui` to `^2.0.14` |
| 12 | +- update `reactstrap` to `^6.5.0` |
| 13 | +- update `enzyme` to `3.7.0` |
| 14 | +- update `enzyme-adapter-react-16` to `1.6.0` |
| 15 | + |
| 16 | +##### `v2.0.7` |
| 17 | +- fix(SidebarNav): dirty fix for rtl ps scrollingX issue |
| 18 | + |
| 19 | +##### `v2.0.6` |
| 20 | +- update `@coreui/coreui` to `^2.0.12` |
| 21 | +- update `@coreui/icons` to `0.3.0` |
| 22 | +- update `react-perfect-scrollbar` to `^1.2.2` |
| 23 | +- update `reactstrap` to `^6.4.0` |
| 24 | +- update `babel-eslint` to `^10.0.1` |
| 25 | +- update `enzyme` to `^3.6.0` |
| 26 | +- update `enzyme-adapter-react-16` to `^1.5.0` |
| 27 | +- update `eslint` to `^5.6.1` |
| 28 | +- update `eslint-plugin-import` to `^2.14.0` |
| 29 | +- update `eslint-plugin-react` to `^7.11.1` |
| 30 | +- update `nwb` to `^0.23.0` |
| 31 | +- update `react` to `^16.5.2` |
| 32 | +- update `react-dom` to `^16.5.2` |
| 33 | +- update `sinon` to `^5.1.1` |
| 34 | + |
| 35 | +##### `v2.0.5` |
| 36 | +- feat: hide onclick outside mobile sidebar |
| 37 | +- refactor: toggle-classes force |
| 38 | +- refactor: Shared/classes.js *Breakpoints |
| 39 | +- refactor: element-closest IE polyfill added |
| 40 | +- chore: dependencies update |
| 41 | + |
| 42 | +##### `v2.0.4` |
| 43 | +- refactor(Breadcrumb): fix for dynamic url like `/path/:id` |
| 44 | +- chore: update `prop-types` to `^15.6.2 |
| 45 | + |
| 46 | +##### `v2.0.3` |
| 47 | +- fix: rollback to @coreui/icons v0.2.0 |
| 48 | + |
| 49 | +##### `v2.0.2` |
| 50 | +- fix: remove AppLayout export as not production ready |
| 51 | +- chore: dependencies update |
| 52 | +- fix(Switch): not updating on props change - thanks @IceOnFire |
| 53 | + |
| 54 | +##### `v2.0.1` |
| 55 | +- chore: dependencies update |
| 56 | + |
| 57 | +##### `v2.0.0` |
| 58 | +- chore: dependencies update |
| 59 | +- refactor(demo): `@coreui/icons` |
| 60 | + |
| 61 | +##### `v2.0.0-rc.1` |
| 62 | +-fix: minimized sidebar scrollbar issue |
0 commit comments