Skip to content

Commit

Permalink
Merge pull request #32 from coreui/feat-sidebar-item-attributes
Browse files Browse the repository at this point in the history
v2.1.0
  • Loading branch information
xidedix authored Nov 30, 2018
2 parents 0773d37 + 0c9ae03 commit 9a91bfe
Show file tree
Hide file tree
Showing 81 changed files with 1,323 additions and 366 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.1.0`
- feat: sidebar nav-link `attributes` - optional JS object with valid JS API naming:
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...
- item example:
```
...
{
name: 'Try CoreUI PRO',
url: 'https://coreui.io/pro/react/',
icon: 'cui-layers icons',
variant: 'danger',
attributes: { target: '_blank', rel: "noopener" },
},
....
```
- update `@coreui/coreui` to `2.1.3`
- update `rxjs` to `^6.3.3`
- update `@angular-devkit/build-angular` to `~0.8.8`
- update `@angular-devkit/build-ng-packagr` to `~0.8.8`
- update `@angular/cli` to `^6.2.8`
- update `@types/jasmine` to `~2.8.12`
- update `@types/jasminewd2` to `~2.0.6`
- update `@types/node` to `~10.12.10`
- update `jasmine-core` to `~3.3.0`
- update `karma-jasmine-html-reporter` to `^1.4.0`
- update `ng-packagr` to `^3.0.6`
- update `shelljs` to `^0.8.3`
- update `ts-node` to `~6.2.0`
- update `tsickle` to `^0.34.0`
- update `typescript` to `~2.9.2`

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ npm install @coreui/angular --save
### Yarn

``` bash
$ yarn add @coreui/angular@2.0.0
$ yarn add @coreui/angular@2.1.0
```

## Usage
Expand Down
Loading

0 comments on commit 9a91bfe

Please sign in to comment.