You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added:strictPathPatterns to BeamLocation which will do only exact matches of URI and path pattern (5810c9c)
Added:updateListenable to BeamerDelegate which will trigger update when it notifies (f0ccfd7)
Added: Support for replacing the browser history entry when using beamToReplacement* or specifying replaceRouteInformation: true
Added: Support for setting opaque property on BeamPage (ggirotto, #446)
Added:initializeFromParent property to BeamerDelegate to overcome the limitation of updateFromParent and give finer control over parent interaction (340b474)
Fixed: Browser back/forward buttons behavior, i.e. browser history
Fixed: Initialization of target BeamLocation when beaming back (#463)
Updated: Return values for beamBack and popBeamLocation context extensions (marcguilera, #461, 1045ab3)
Updated: The entire guarding flow (thanks mat100payette for important feedback and contribution)