Skip to content

Releases: ui-router/core

6.0.0

26 Sep 18:06
Compare
Choose a tag to compare

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

5.0.23

28 Jan 22:59
Compare
Choose a tag to compare

5.0.23 (2019-01-28)

Compare @uirouter/core versions 5.0.22 and 5.0.23

Bug Fixes

  • test_downstream_projects: don't double build core while testing downstreams (148b16b)
  • 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

5.0.22

10 Jan 02:23
Compare
Choose a tag to compare

5.0.22 (2019-01-10)

Compare @uirouter/core versions 5.0.21 and 5.0.22

Bug Fixes

Features

  • TransitionHook: Pass in transition to HookMatchCriteria (#255) (926705e)

5.0.21

11 Aug 19:48
Compare
Choose a tag to compare

5.0.21 (2018-08-11)

Compare @uirouter/core versions 5.0.20 and 5.0.21

Bug Fixes

  • dynamic: Use 'find' from common.ts instead of Array.prototype.find (66a3244), closes #215
  • url: When using html5Mode and no tag is present, default to '/' (23742e3), closes #223

5.0.20

20 Jul 04:33
Compare
Choose a tag to compare

5.0.20 (2018-07-20)

Compare @uirouter/core versions 5.0.19 and 5.0.20

Bug Fixes

  • params: When creating an array parameter from a custom type, copy the raw property (b6dd738), closes #178

Features

  • dynamic: Support dynamic flag on a state declaration (3cd5a2a)
  • transition: Added transition.paramsChanged() to get added/deleted/changed parameter values for a transition (10b7fde)
  • view: Add _pluginapi._registeredUIView() to get a ui-view by id (6533b51)

5.0.19

08 May 19:32
Compare
Choose a tag to compare

5.0.19 (2018-05-08)

Compare @uirouter/core versions 5.0.18 and 5.0.19

Bug Fixes

5.0.18

29 Apr 22:58
Compare
Choose a tag to compare

5.0.18 (2018-04-29)

Compare @uirouter/core versions 5.0.17 and 5.0.18

Bug Fixes

  • angular: A hack to force the Angular compiler to import from module index (d56a2be)
  • StateRegistry: Notify listeners of added states when there are orphans in the state queue (5a9bac9)
  • transition: Fix typing of Transition.params() (ebea30e)
  • transition: Normalize error() to always return Rejection (9bcc5db)

5.0.17

12 Feb 00:50
Compare
Choose a tag to compare

5.0.17 (2018-02-12)

Compare @uirouter/core versions 5.0.16 and 5.0.17

Bug Fixes

  • core: Fix leak of old transitions by mutating pathnode*.resolvables*.data (0a1f518)

5.0.16

30 Jan 16:57
Compare
Choose a tag to compare

5.0.16 (2018-01-30)

Compare @uirouter/core versions 5.0.15 and 5.0.16

Bug Fixes

  • common: Fix signature of for objects (make target optional) (61d0afc)

5.0.15

28 Jan 19:43
Compare
Choose a tag to compare

5.0.15 (2018-01-28)

Compare @uirouter/core versions 5.0.14 and 5.0.15

Bug Fixes

  • core: Fix memory leak of resolve data from ALL transitions ever (7f2aed1)
  • pathNode: add backwards compat for PathNode.clone(). Add retainedWithToParams to treeChanges interface. (4833a32)

Features

  • common: Add map-in-place support to map() (12bc7d8)
  • common: Add onEvict() callback registry for queues with max length (c19d007)