Skip to content

Releases: angular-ui/ui-router

1.1.0

05 Jan 10:14
Compare
Choose a tag to compare

What's Changed

  • feat(package): move @uirouter/core to peerDeps as per other uirouter packages by @wawyed in #3850

Full Changelog: 1.0.30...1.1.0

1.0.30

01 Dec 02:50
Compare
Choose a tag to compare

1.0.30 (2021-12-01)

Compare @uirouter/angularjs versions 1.0.29 and 1.0.30


Updated @uirouter/core from 6.0.7 to 6.0.8

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.7 and 6.0.8

1.0.29

21 Dec 23:06
Compare
Choose a tag to compare

1.0.29 (2020-12-21)

Compare @uirouter/angularjs versions 1.0.28 and 1.0.29


Updated @uirouter/core from 6.0.6 to 6.0.7

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.6 and 6.0.7

Bug Fixes

  • array: Fix decoding of array-type query parameters (44ebfae)
  • Note: this fix does not affect angularjs

1.0.28

08 Aug 17:34
Compare
Choose a tag to compare

1.0.28 (2020-08-08)

Compare @uirouter/angularjs versions 1.0.27 and 1.0.28

Bug Fixes

  • should not transition states when alt-clicked (8080adb)

1.0.27

21 Jul 01:43
Compare
Choose a tag to compare

1.0.27 (2020-07-21)

Compare @uirouter/angularjs versions 1.0.26 and 1.0.27

Bug Fixes

  • make augmented StateRegistry.register overload better match the signature in core (db4e63f)

Updated @uirouter/core from 6.0.5 to 6.0.6

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.5 and 6.0.6

Bug Fixes

  • params: Bi-directionally en/decode path and search params. (#618) (89e99cd)

1.0.26

29 Apr 19:34
Compare
Choose a tag to compare

1.0.26 (2020-04-29)

Compare @uirouter/angularjs versions 1.0.25 and 1.0.26


Updated @uirouter/core from 6.0.4 to 6.0.5

Changelog for @uirouter/core:

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)

1.0.25

04 Feb 21:56
Compare
Choose a tag to compare

1.0.25 (2020-02-04)

Compare @uirouter/angularjs versions 1.0.24 and 1.0.25


Updated @uirouter/core from 6.0.3 to 6.0.4

Changelog for @uirouter/core:

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)

1.0.24

30 Dec 22:05
Compare
Choose a tag to compare

1.0.24 (2019-12-30)

Compare @uirouter/angularjs versions 1.0.23 and 1.0.24


Updated @uirouter/core from 6.0.1 to 6.0.3

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.1 and 6.0.3

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)

1.0.23

02 Oct 22:33
Compare
Choose a tag to compare

1.0.23 (2019-10-02)

Compare @uirouter/angularjs versions 1.0.22 and 1.0.23

Bug Fixes


Updated @uirouter/core from 5.0.23 to 6.0.1

Compare @uirouter/core versions 5.0.23 and 6.0.1

Bug Fixes

  • resolve: remove unnecessary generics from CustomAsyncPolicy (#452) (61f4ee9)
  • 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

1.0.22

29 Jan 19:17
Compare
Choose a tag to compare

1.0.22 (2019-01-29)

Compare @uirouter/angularjs versions 1.0.21 and 1.0.22

Updated @uirouter/core from 5.0.22 to 5.0.23

Compare @uirouter/core versions 5.0.22 and 5.0.23

Bug Fixes

  • typescript: Fix typing of onChange callback in UrlService (961ed0f), closes #229
  • typescript: Mark params as optional in StateService.href (614bfb4), closes #287
  • vanilla: Fix baseHref parsing with chrome-extension:// urls (f11be4d), closes #304