Skip to content

v0.7.12

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 06 Apr 23:27
· 1468 commits to dev since this release

New

  • router.stringifyPath is now exposed as a public method. (@tejitak)
  • v-link active class can now contain multiple classes, e.g. class-a class-b.
  • Now supports multiple nested v-link-active elements for the same v-link.

Fixed

  • #377 & #383 Fix v-link-active not working if v-link is on an element with v-if, v-for or a custom component.
  • #378 Fix query parameters being double-encoded (@byrdkm17, @dragantl)
  • #379 Fix error when root option is set to /
  • #390 ensure v-on is bound before v-link so that it can properly receive click events
  • #406 Fix delegate v-link when router has root configuration. (@lepture)
  • #424 Should no longer crash on malformed encoded queries