v6.7.0
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