Skip to content

v2.1.0

Compare
Choose a tag to compare
@yamgent yamgent released this 01 Apr 16:58
· 1210 commits to master since this release

markbind-cli

Breaking Changes

#386 Improve color theme selection for navbars (#797, MarkBind/vue-strap#102)

<navbar>'s type 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