v2.1.0
Monday, December 10, 2018
- feat(SidebarNav): navLink
attributes- optional JS object with valid JS API naming:- attributes:
rel,target,hidden,disabled, etc… - starting with
@coreui/coreui ^2.1.4,@coreui/vue ^2.1.0 - item example(
./src/_nav.js):
- attributes:
{
name: 'Disabled',
url: '/disabled',
icon: 'icon-ban',
attributes: { disabled: true },
},
{
name: 'Try CoreUI PRO',
url: 'https://coreui.io/pro/react/',
icon: 'cui-layers icons',
variant: 'danger',
attributes: { target: '_blank', rel: "noopener" },
},
- test: e2e and snapshots update
- chore: update
@coreui/coreui-proto^2.1.4 - chore: update
@coreui/vueto^2.1.0
- chore: update
core-jsto^2.6.0 - chore: update
css-vars-ponyfillto^1.15.3 - chore: update
vueto^2.5.19 - chore: update
vue-routerto `^3.0.2" - chore: update
vue-template-compilerto^2.5.19 - chore: update
@vue/cli-plugin-babelto^3.2.0 - chore: update
@vue/cli-plugin-e2e-nightwatchto^3.2.0 - chore: update
@vue/cli-plugin-eslintto^3.2.1 - chore: update
@vue/cli-plugin-unit-jestto^3.2.0 - chore: update
@vue/cli-serviceto^3.2.0 - chore: update
@vue/test-utilsto^1.0.0-beta.27 - chore: update
node-sassto^4.11.0