Releases: TitanNanoDE/af-router
Releases · TitanNanoDE/af-router
v1.0.2 Cotton Candy Cloud
- a bug has been fixed that sometimes caused the internal state of the current path to become corrupted #38
- the new handlers
onEnterParent
andonExitParent
where never actually called. They should now be called if a persistent route is entered or exited via a parent route. #40 - under certain circumstances it could happen that a child route was not left while exiting one of its parent routes. #42
v1.0.1 Cotton Candy Cloud
v1.0.0 Cotton Candy Cloud
- the path
/
will be treated as a sibling to all other paths instead of being the parent of everything - persistent routes should now use a "persistence boundary" in their path
- the route property
isPersistent
is now deprecated