Skip to content

v0.8.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnleider johnleider released this 30 Dec 01:54
· 16020 commits to master since this release

Breaking Update

Because not all instances will be using Vue Router, I have chosen to set router to false. If you are currently using ``v-sidebar` you must either set router to true, or pass it as a property of the item object.

Bug Fixes

  • #49 Fixed bug where delimiter was causing compile issues. deb7243
  • #50 Added computed sidebar class deb7243

Updates

  • Added 2 new props to v-sidebar, close-on-click and mobile-break-point
  • Added alias v-sidebar`` forv-sidebar``` directive