|
1 | 1 | ## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
|
2 | 2 |
|
| 3 | +##### `v2.6.1` |
| 4 | +- fix(Dashboard): `scales.[x/y]Axes.barPercentage` is deprecated, use `dataset.barPercentage` instead |
| 5 | +- fix(Dropdowns): DropdownMenu right |
| 6 | +- refactor(polyfill): cleanup |
| 7 | + |
| 8 | +###### dependencies update |
| 9 | +- update: `@coreui/coreui` to `^2.1.16` |
| 10 | +- update: `@coreui/react` to `^2.5.7` |
| 11 | +- update: `bootstrap` to `^4.5.0` |
| 12 | +- update: `chart.js` to `^2.9.3` |
| 13 | +- update: `core-js` to `^3.6.5` |
| 14 | +- update: `enzyme` to `^3.11.0` |
| 15 | +- update: `enzyme-adapter-react-16` to `^1.15.2` |
| 16 | +- update: `flag-icon-css` to `^3.4.6` |
| 17 | +- update: `node-sass` to `^4.14.1` |
| 18 | +- update: `react` to `^16.13.1` |
| 19 | +- update: `react-app-polyfill` to `^1.0.6` |
| 20 | +- update: `react-chartjs-2` to `^2.9.0` |
| 21 | +- update: `react-dom` to `^16.13.1` |
| 22 | +- update: `react-router-config` to `^5.1.1` |
| 23 | +- update: `react-router-dom` to `^5.2.0` |
| 24 | +- update: `react-test-renderer` to `^16.13.1` |
| 25 | +- update: `reactstrap` to `^8.4.1` |
| 26 | +- update: `react-scripts` to `^3.4.1` |
| 27 | + |
3 | 28 | ##### `v2.6.0`
|
4 | 29 | - move to `reactstrap v8`. Breaking changes and deprecations, see: https://github.com/reactstrap/reactstrap/blob/master/CHANGELOG.md#800-2019-04-03
|
5 | 30 | - fix(DefaultHeader): replace `AppHeaderDropdown` with `UncontrolledDropdown`
|
|
0 commit comments