Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@slovnicki slovnicki released this 06 Feb 16:59
· 173 commits to master since this release
75e05e9

CHANGELOG

  • 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)

Examples