The Wayback Machine - https://web.archive.org/web/20210104174336/https://github.com/vuejs/vuex-router-sync/releases
Skip to content

@yyx990803 yyx990803 released this Oct 12, 2017 · 8 commits to master since this release

Breaking Changes

This major release only breaks backwards compatibility if you use TypeScript.

  • TypeScript type declarations have been updated to be compatible with vuex >= 3.0.0 and vue-router >= 3.0.0, and no longer work with lower versions.
Assets 2

@yyx990803 yyx990803 released this Jan 2, 2017 · 34 commits to master since this release

Assets 2
Dec 14, 2016
4.0.1

@yyx990803 yyx990803 released this Dec 14, 2016 · 41 commits to master since this release

Breaking Change

  • The router/ROUTE_CHANGED mutation now sends the payload in the shape of { to, from } instead of just the to route. Although this is a breaking change, no actions are required unless you are explicitly listening to this mutation in a custom plugin.

New

  • The route state now exposes the meta property of the current route (@scottbedard via #32)

  • The route state now exposes the from route (@predhme via #36)

  • You can now configure a custom route module name (@vinicius73 via #37):

    sync(store, router, { moduleName: 'RouteModule' })
Assets 2

@yyx990803 yyx990803 released this Jun 30, 2016 · 53 commits to master since this release

Breaking Changes

  • store.state.route is now immutable. Do not attempt to trigger navigations by mutating this object - just call $router.go() instead.
Assets 2
You can’t perform that action at this time.