Skip to content

Releases: ui-router/core

6.1.1

15 Jul 11:35
Compare
Choose a tag to compare

6.1.1

What's Changed

Full Changelog: 6.1.0...6.1.1

6.0.9

12 Jan 15:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.0.8...6.0.9

6.0.8

13 Jul 23:27
Compare
Choose a tag to compare

6.0.8 (2021-07-13)

Compare @uirouter/core versions 6.0.7 and 6.0.8

Fixes

  • fix circular dependency with rejectFactory (#801)

6.0.7

21 Dec 17:47
Compare
Choose a tag to compare

6.0.7 (2020-12-21)

Compare @uirouter/core versions 6.0.6 and 6.0.7

Bug Fixes

  • array: Fix decoding of array-type query parameters (44ebfae)

6.0.6

17 Jul 17:40
Compare
Choose a tag to compare

6.0.6 (2020-07-17)

Compare @uirouter/core versions 6.0.5 and 6.0.6

Bug Fixes

6.0.5

29 Apr 18:54
Compare
Choose a tag to compare

6.0.5 (2020-04-29)

Compare @uirouter/core versions 6.0.4 and 6.0.5

Bug Fixes

  • TargetState: make isDef check more thorough (e657cfe)

Features

  • urlRuleFactory: Add support for StateDeclarations in UrlRuleFactory.fromState() (539d33a)

6.0.4

06 Jan 18:22
Compare
Choose a tag to compare

6.0.4 (2020-01-06)

Compare @uirouter/core versions 6.0.3 and 6.0.4

Bug Fixes

  • safeConsole: check if document is defined to avoid issues in node environments (da29d88)

6.0.3

30 Dec 21:30
Compare
Choose a tag to compare

6.0.3 (2019-12-30)

Compare @uirouter/core versions 6.0.2 and 6.0.3

No code changes. Re-publishing because 6.0.2 was built with the wrong versin of typescript.

6.0.2

29 Dec 19:31
Compare
Choose a tag to compare

6.0.2 (2019-12-29)

Compare @uirouter/core versions 6.0.1 and 6.0.2

Bug Fixes

  • hof: Rewrite curry from scratch (fc324c6), closes #350
  • IE9: Add safeConsole so IE9 doesn't break (9c8579d)

Features

  • stateService: add transition option 'supercede' so transition can be ignored if one is pending (6e5a56f)

6.0.1

27 Sep 17:04
Compare
Choose a tag to compare

6.0.1 (2019-09-27)

Compare @uirouter/core versions 6.0.0 and 6.0.1

Bug Fixes

  • resolve: remove unnecessary generics from CustomAsyncPolicy (#452) (61f4ee9)