v2.1.0
markbind-cli
Breaking Changes
#386 Improve color theme selection for navbars (#797, MarkBind/vue-strap#102)
<navbar>
'stype
attribute now accepts a different set of values, in order to support a wider variety of theme colours.These values are now obsolete:
<navbar type="inverse"> ... </navbar> <navbar type="default"> ... </navbar>Please migrate to these values:
<navbar type="primary"> ... </navbar> <navbar type="dark"> ... </navbar> <!-- use this if you used to use "default" --> <navbar type="light"> ... </navbar> <!-- use this if you used to use "inverse" --> <navbar type="none"> ... </navbar>
Fixes
#802 Fix sitenav appearing above the topnav dropdowns (MarkBind/vue-strap#103)
Dependencies
MarkBind/vue-strap: v2.0.1-markbind.24 → v2.0.1-markbind.25