Skip to content

11.0.0

Compare
Choose a tag to compare
@christopherthielen christopherthielen released this 16 Jul 01:06
· 122 commits to master since this release

11.0.0 (2020-07-16)

Compare @uirouter/angular-hybrid versions 10.0.1 and 11.0.0

This release supports Angular 9 and 10


Updated @uirouter/core from 6.0.1 to 6.0.5

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.1 and 6.0.5

Bug Fixes

  • hof: Rewrite curry from scratch (fc324c6), closes #350
  • IE9: Add safeConsole so IE9 doesn't break (9c8579d)
  • safeConsole: check if document is defined to avoid issues in node environments (da29d88)
  • TargetState: make isDef check more thorough (e657cfe)

Features

  • stateService: add transition option 'supercede' so transition can be ignored if one is pending (6e5a56f)
  • urlRuleFactory: Add support for StateDeclarations in UrlRuleFactory.fromState() (539d33a)

Updated @uirouter/angular from 6.0.1 to 7.0.0

Changelog for @uirouter/angular:

Compare @uirouter/angular versions 6.0.1 and 7.0.0

Bug Fixes

  • LocationServices: Apply the hash correctly when a query string is present (0192877), closes #747
  • tokens: Export injection tokens (#810) (b9c338d), closes #805
  • uiSref: Render empty 'href' for states that have no urls (5020c79), closes #721
  • uiSrefActive: Fix nested UISrefActive where UISref components are added/removed dynamically (#811) (8d35dc1), closes #760

Features

  • create OnUiParamsChanged, OnUiExit interfaces (#800) (ea4574d), closes #788
  • Support Angular 9-10 (56bd176)
  • update_dependencies: Add a repository_dispatch trigger (d7a9777)

BREAKING CHANGES

  • Drop support for Angular v8 and support for Angular v10