Ui Router Core Versions Save

UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps

6.0.9

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ui-router/core/compare/6.0.8...6.0.9

6.0.8

2 years ago

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

3 years ago

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

3 years ago

6.0.6 (2020-07-17)

Compare @uirouter/core versions 6.0.5 and 6.0.6

Bug Fixes

6.0.5

4 years ago

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

4 years ago

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

4 years ago

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

4 years ago

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

4 years ago

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)

6.0.0

4 years ago

6.0.0 (2019-09-26)

Compare @uirouter/core versions 5.0.23 and 6.0.0

Bug Fixes

  • travis: use service: xvfb instead of launching it manually (1271fcd)
  • travis: use service: xvfb instead of launching it manually. install libgconf debian package (ac1ef4b)

Features

  • resolve: Remove RXWAIT async policy in favour of allowing user defined async policy function (#366) (0ad87f6)

BREAKING CHANGES

  • resolve: RXWAIT async policy has been removed, but it never worked in the first place