Skip to content

Commit 9a91bfe

Browse files
authored
Merge pull request #32 from coreui/feat-sidebar-item-attributes
v2.1.0
2 parents 0773d37 + 0c9ae03 commit 9a91bfe

File tree

81 files changed

+1323
-366
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1323
-366
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
### [@coreui/angular](https://coreui.io/) changelog
2+
3+
##### `v2.1.0`
4+
- feat: sidebar nav-link `attributes` - optional JS object with valid JS API naming:
5+
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...
6+
- item example:
7+
```
8+
...
9+
{
10+
name: 'Try CoreUI PRO',
11+
url: 'https://coreui.io/pro/react/',
12+
icon: 'cui-layers icons',
13+
variant: 'danger',
14+
attributes: { target: '_blank', rel: "noopener" },
15+
},
16+
....
17+
```
18+
- update `@coreui/coreui` to `2.1.3`
19+
- update `rxjs` to `^6.3.3`
20+
- update `@angular-devkit/build-angular` to `~0.8.8`
21+
- update `@angular-devkit/build-ng-packagr` to `~0.8.8`
22+
- update `@angular/cli` to `^6.2.8`
23+
- update `@types/jasmine` to `~2.8.12`
24+
- update `@types/jasminewd2` to `~2.0.6`
25+
- update `@types/node` to `~10.12.10`
26+
- update `jasmine-core` to `~3.3.0`
27+
- update `karma-jasmine-html-reporter` to `^1.4.0`
28+
- update `ng-packagr` to `^3.0.6`
29+
- update `shelljs` to `^0.8.3`
30+
- update `ts-node` to `~6.2.0`
31+
- update `tsickle` to `^0.34.0`
32+
- update `typescript` to `~2.9.2`
33+

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $ npm install @coreui/angular --save
5959
### Yarn
6060

6161
``` bash
62-
$ yarn add @coreui/angular@2.0.0
62+
$ yarn add @coreui/angular@2.1.0
6363
```
6464

6565
## Usage

0 commit comments

Comments
 (0)