v0.7.6
New build setup - 15% smaller file size for both CommonJS-based builds and standalone files!
Fixed
-
v-linkandrouter.go()should now respect thequeryoption when using thepathformat:router.go({ path: '/foo', query: { id: 123 } })
-
router.replace()andtransition.redirect()should now properly support the same object-based syntax used byrouter.go()in addition to just string paths. -
#209 fixed active class matching for URLs with query string.