Skip to content

v0.7.6

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 16 Nov 02:26
· 1461 commits to dev since this release

New build setup - 15% smaller file size for both CommonJS-based builds and standalone files!

Fixed

  • v-link and router.go() should now respect the query option when using the path format:

    router.go({
      path: '/foo',
      query: { id: 123 }
    })
  • router.replace() and transition.redirect() should now properly support the same object-based syntax used by router.go() in addition to just string paths.

  • #209 fixed active class matching for URLs with query string.