Released: Monday, December 3, 2018
- feat: sidebar nav-link
attributes
- optional JS object with valid JS API naming:
- valid attributes:
rel
, target
, hidden
, disabled
, etc…
- item example (
_nav.ts
):
...
{
name: 'Try CoreUI PRO',
url: 'https://coreui.io/pro/react/',
icon: 'cui-layers icons',
variant: 'danger',
attributes: { target: '_blank', rel: "noopener" },
},
...
- update:
@coreui/angular
to 2.1.0
- update:
@coreui/coreui-pro
to ^2.1.3
- update:
ngx-bootstrap
to ^3.1.2
- 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.11
- update:
jasmine-core
to ^3.3.0
- update:
karma
to ^3.1.3
- update:
karma-jasmine-html-reporter
to ^1.4.0