boring-router
Advanced tools
Changelog
[0.5.12-13] - 2021-11-22
$metadata
property from RouteMatch
to RouteMatchShared
.Changelog
[0.5.8-11] - 2021-11-19
enter
phase.$snapshot
and $nextSnapshot
from Router
.toEmitChange
flag to History#restore()
.Link
and NavLink
components.Changelog
[0.5.6] - 2021-11-17
enter
, update
and leave
hooks that execute synchronously within the same action of a route update.Changelog
[0.5.2] - 2021-10-15
$rest
with parent route match returning the parent route match instead of the deepest descendant.Changelog
[0.5.16-18] - 2023-2-11
beforeEnter()
and beforeUpdate()
hooks of a route service, and passing it to willEnter()
/enter()
and willUpdate()
/update()
hooks.willEnter()
/enter()
and willUpdate()
/update()
hooks.