|
1 | 1 | ## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog |
2 | 2 |
|
| 3 | +##### `v2.6.0` |
| 4 | +- move to `reactstrap v8`. Breaking changes and deprecations, see: https://github.com/reactstrap/reactstrap/blob/master/CHANGELOG.md#800-2019年04月03日 |
| 5 | +- fix(DefaultHeader): replace `AppHeaderDropdown` with `UncontrolledDropdown` |
| 6 | +- refactor: add ie polyfills |
| 7 | + |
| 8 | +###### dependencies update |
| 9 | +- update: `@coreui/coreui` to `^2.1.12` |
| 10 | +- update: `@coreui/coreui-plugin-chartjs-custom-tooltips` to `^1.3.1` |
| 11 | +- update: `@coreui/react` to `^2.5.1` |
| 12 | +- update: `core-js` to `^3.1.4` |
| 13 | +- update: `enzyme` to `^3.10.0` |
| 14 | +- update: `enzyme-adapter-react-16` to `^1.14.0` |
| 15 | +- update: `react-router-config` to `^5.0.1` |
| 16 | +- update: `react-router-dom` to `^5.0.1` |
| 17 | +- update: `reactstrap` to `^8.0.0` |
| 18 | + |
3 | 19 | ##### `v2.5.0` |
4 | 20 | - release for use with: |
5 | 21 | - react-router-dom `~5.0.0` |
|
0 commit comments