|
1 | 1 | ## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
|
2 | 2 |
|
| 3 | +##### `v2.1.4` |
| 4 | +- maintenance release: fixes #151 #145 |
| 5 | +###### dependencies update |
| 6 | +- update: `@coreui/coreui` to `^2.1.7` |
| 7 | +- update: `@coreui/react` to `^2.1.4` |
| 8 | +- update: `bootstrap` to `^4.3.1` |
| 9 | +- update: `core-js` to `^2.6.5` |
| 10 | +- update: `enzyme` to `^3.9.0` |
| 11 | +- update: `enzyme-adapter-react-16` to `^1.9.1` |
| 12 | +- update: `prop-types` to `^15.7.2` |
| 13 | +- update: `react` to `^16.8.2` |
| 14 | +- update: `react-app-polyfill` to `^0.2.1` |
| 15 | +- update: `react-dom` to `^16.8.2` |
| 16 | +- update: `react-test-renderer` to `^16.8.2` |
| 17 | +- update: `reactstrap` to `^7.1.0` |
| 18 | +- update: `react-scripts` to `2.1.5` |
| 19 | + |
3 | 20 | ##### `v2.1.3`
|
4 | 21 | - fix(Collapse): add `mb-0` to accordion cards
|
5 | 22 | - fix(ButtonGroups): misplaced dropdownOpen
|
|
42 | 59 | - starting with `@coreui/coreui`, `@coreui/react` version `2.1.0` and up
|
43 | 60 | - closes #106
|
44 | 61 | - item example(`./src/_nav.js`):
|
45 |
| - ```js |
46 |
| - { |
47 |
| - name: 'Disabled', |
48 |
| - url: '/disabled', |
49 |
| - icon: 'icon-ban', |
50 |
| - attributes: { disabled: true }, |
51 |
| - }, |
52 |
| - { |
53 |
| - name: 'Try CoreUI PRO', |
54 |
| - url: 'https://coreui.io/pro/react/', |
55 |
| - icon: 'cui-layers icons', |
56 |
| - variant: 'danger', |
57 |
| - attributes: { target: '_blank', rel: "noopener" }, |
58 |
| - }, |
59 |
| - ``` |
| 62 | + ```js |
| 63 | + [ |
| 64 | + { |
| 65 | + name: 'Disabled', |
| 66 | + url: '/disabled', |
| 67 | + icon: 'icon-ban', |
| 68 | + attributes: { disabled: true }, |
| 69 | + }, |
| 70 | + { |
| 71 | + name: 'Try CoreUI PRO', |
| 72 | + url: 'https://coreui.io/pro/react/', |
| 73 | + icon: 'cui-layers icons', |
| 74 | + variant: 'danger', |
| 75 | + attributes: { target: '_blank', rel: "noopener" }, |
| 76 | + } |
| 77 | + ] |
| 78 | + ``` |
60 | 79 | - fix(Cards): `card-header-actions` added to `CardHeader` for `rtl` support
|
61 | 80 | - feat(Dashboard): new `Suspense` example with Widget03
|
62 | 81 | - chore: update `@coreui/coreui` to `2.1.0`
|
|
0 commit comments