|
1 | 1 | ### [@coreui/react](https://coreui.io/) changelog
|
2 | 2 |
|
| 3 | +##### `v2.1.2` |
| 4 | +- refactor: remove `element-closest` dependency issue #37 #50 |
| 5 | +- chore: update `core-js` to `2.6.1` |
| 6 | +- chore: update `enzyme` to `3.8.0` |
| 7 | +- chore: update `enzyme-adapter-react-16` to `1.7.1` |
| 8 | +- chore: update `eslint` to `5.10.0` |
| 9 | +- chore: update `react` to `16.7.0` |
| 10 | +- chore: update `react-dom` to `16.7.0` |
| 11 | + |
3 | 12 | ##### `v2.1.1`
|
4 |
| -chore: update `enzyme-adapter-react-16` to `1.7.0` |
5 |
| -chore: update `eslint` to `5.9.0` |
6 |
| -chore: update `react-dom` to `16.6.3` |
7 |
| -chore: update `react` to `16.6.3` |
| 13 | +- chore: update `enzyme-adapter-react-16` to `1.7.0` |
| 14 | +- chore: update `eslint` to `5.9.0` |
| 15 | +- chore: update `react-dom` to `16.6.3` |
| 16 | +- chore: update `react` to `16.6.3` |
8 | 17 |
|
9 | 18 | ##### `v2.1.0`
|
10 | 19 | - feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming:
|
11 | 20 | - valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...
|
12 | 21 | - item example:
|
13 |
| - ```js |
14 |
| - { |
15 |
| - name: 'Try CoreUI PRO', |
16 |
| - url: 'https://coreui.io/pro/react/', |
17 |
| - icon: 'cui-layers icons', |
18 |
| - variant: 'danger', |
19 |
| - attributes: { target: '_blank', rel: "noopener" }, |
20 |
| - }, |
21 |
| - ``` |
| 22 | + ``` |
| 23 | + { |
| 24 | + name: 'Try CoreUI PRO', |
| 25 | + url: 'https://coreui.io/pro/react/', |
| 26 | + icon: 'cui-layers icons', |
| 27 | + variant: 'danger', |
| 28 | + attributes: { target: '_blank', rel: "noopener" }, |
| 29 | + }, |
| 30 | + ``` |
22 | 31 | - update `@coreui/coreui` to `2.1.0` - sidebar-nav-link-disabled-*
|
23 | 32 | - chore: update `react-perfect-scrollbar` to `1.4.2`
|
24 | 33 | - chore: update `eslint` to `5.8.0`
|
|
0 commit comments