Skip to content

v6.7.0

Compare
Choose a tag to compare
@yoshuawuyts yoshuawuyts released this 17 Jan 23:05
· 60 commits to master since this release
796d41a

We upgraded our router to fix some inconsistencies in routing, courtesy of @marcbachmann! 🎉

Thanks everyone that helped on this release!

Changes

  • Fixes the routing to modify the state before the navigate event happens. This means you can access the updated state within the navigate event. Modifies the state before the render event is triggered. Therefore this fixes #530, #553, #549, #610, #463
  • Exposes .emit as an alias to .emitter.emit

Related Pull Requests