Skip to content

7.0.0

Compare
Choose a tag to compare
@christopherthielen christopherthielen released this 15 Jul 19:25
· 168 commits to master since this release

7.0.0 (2020-07-15)

Compare @uirouter/angular versions 6.0.3 and 7.0.0

Features

BREAKING CHANGES

  • Drop support for Angular v8, add support for Angular v10

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)