Skip to content

Commit dfda836

Browse files
committed
ship: v2.1.0
1 parent d7ecc4f commit dfda836

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
### [@coreui/react](https://coreui.io/) changelog
22

3+
##### `v2.1.0`
4+
- feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming:
5+
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...
6+
- item example:
7+
```json
8+
{
9+
name: 'Try CoreUI PRO',
10+
url: 'https://coreui.io/pro/react/',
11+
icon: 'cui-layers icons',
12+
variant: 'danger',
13+
attributes: { target: '_blank', rel: "noopener" },
14+
},
15+
```
16+
- update `@coreui/coreui` to `2.1.0` - sidebar-nav-link-disabled-*
17+
- chore: update `react-perfect-scrollbar` to `1.4.2`
18+
- chore: update `eslint` to `5.8.0`
19+
- chore: update `react` to `16.6.0`
20+
- chore: update `react-dom` to `16.6.0`
21+
- chore(demo): style.css update to `@coreui/coreui v2.1.0`, navLink `disabled` example
22+
323
##### `v2.0.9`
424
- feat(Sidebar): badge on parent dropdown - thanks @jeff-nz
525
- fix(SidebarNav): handleClick() target->currentTarget open

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "2.0.9",
3+
"version": "2.1.0",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)