8000 Ship: v2.1.2 · Frabat/coreui-react@d43f49a · GitHub
[go: up one dir, main page]

Skip to content

Commit d43f49a

Browse files
committed
Ship: v2.1.2
1 parent 3893adc commit d43f49a

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

CHANGELOG.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,33 @@
11
### [@coreui/react](https://coreui.io/) changelog
22

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+
312
##### `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`
817

918
##### `v2.1.0`
1019
- feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming:
1120
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...
1221
- 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+
```
2231
- update `@coreui/coreui` to `2.1.0` - sidebar-nav-link-disabled-*
2332
- chore: update `react-perfect-scrollbar` to `1.4.2`
2433
- chore: update `eslint` to `5.8.0`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)
0