Skip to content

Releases: ui-router/core

5.0.14

10 Jan 04:48
Compare
Choose a tag to compare

5.0.14 (2018-01-10)

Compare @uirouter/core versions 5.0.13 and 5.0.14

Bug Fixes

  • trace: Fix null reference in uiview name sort function (59cb067)
  • treeChanges: apply toParams to 'retained' path (#72) (cf63d11)

5.0.13

22 Dec 05:26
Compare
Choose a tag to compare

5.0.13 (2017-12-22)

Compare @uirouter/core versions 5.0.12 and 5.0.13

Bug Fixes

  • browserLocation: Use location.pathname (not href) or '/' when no base tag found (db461d6)
  • browserLocationConfig: If no base href found, use location.href (not empty string) (0251424)
  • pushStateLocation: Fix URLs: add slash between base and path when necessary (bfa5755)
  • pushStateLocation: When url is "" or "/", use baseHref for pushState (042a950)
  • resolve: Add onFinish hook to resolve any dynamicly added resolvables (7d1ca54)

Features

  • view: Add onSync callback API to plugin API (9544ae5)

5.0.12

18 Dec 23:37
Compare
Choose a tag to compare

5.0.12 (2017-12-18)

Compare @uirouter/core versions 5.0.11 and 5.0.12

Bug Fixes

  • urlRouter: Update query params when resetting url via .update() (7664cd0)

5.0.11

17 Oct 22:14
Compare
Choose a tag to compare

5.0.11 (2017-10-14)

Compare @uirouter/core versions 5.0.10 and 5.0.11

Bug Fixes

  • ie9: make console.bind work in ie9 (#85) (318214b)

5.0.10

06 Oct 03:43
Compare
Choose a tag to compare

5.0.10 (2017-10-06)

Compare @uirouter/core versions 5.0.9 and 5.0.10

Bug Fixes

  • angular/cli: Use package.json fields: 'typings', 'main', 'jsnext:main' (74143d9)
  • isomorphic: Remove use of CustomEvent. Detect root scope (global/window/self) for nodejs, browser, or web-worker. (2d206ba)
  • typings: Use StateObject for parameter to hook criteria functions (5b58566)

5.0.9

02 Oct 19:57
Compare
Choose a tag to compare

5.0.9 (2017-10-02)

Compare @uirouter/core versions 5.0.8 and 5.0.9

Bug Fixes

  • redirectTo: Allow void in RedirectToResult

Features

  • TransitionHook: Add hook registration option invokeLimit to limit the number of times a hook is invoked before being auto-deregistered. (2cb17ef)

5.0.8

30 Sep 20:32
Compare
Choose a tag to compare

5.0.8 (2017-09-30)

Compare @uirouter/core versions 5.0.7 and 5.0.8

Bug Fixes

  • bundle: Rollup: Do not warn on THIS_IS_UNDEFINED (a4581b1)
  • redirectTo: Fix typings for redirectTo. Allow a function that returns a target state or a promise for one. (3904487)

Features

  • TargetState: Add builder methods .withState, .withParams, and .withOptions (6b93142)

5.0.7

23 Sep 20:43
Compare
Choose a tag to compare

5.0.7 (2017-09-23)

Compare @uirouter/core versions 5.0.6 and 5.0.7

Bug Fixes

  • globals: Use shallow copy to update the globals.params / $state.params object (e883afc)
  • Injector: When getting tokens from native injector, only throw on undefined (not on falsey values) (ada9ca2)
  • trace: Fall back to console.log if .table is unavailable (IE) (c8110fc)
  • trace: Support tracing of object-parameters with circular references (2f1ae9a)
  • url: Add CustomEvent polyfill for IE (a50db21)
  • vanilla: fix base path handling for vanilla push state (ad61d74)
  • vanilla: Use self instead of window for webworker compat (a4629ee)

5.0.6

23 Sep 20:43
Compare
Choose a tag to compare

Changes in @uirouter/core between versions 5.0.5 and 5.0.6 (2017-08-12)

Bug Fixes

  • sourceMaps: Embed typescript sources in sourcemaps (10558a3)
  • typescript: Fix strictNullCheck type error (0ae585e)
  • urlRouter: Fix absolute 'href' generation by using location.hostname (not location.host) (a28b68a)
  • urlService: Fix priority sorting of URL rules (73a1fe0)

5.0.5

29 Jun 16:41
Compare
Choose a tag to compare

Changes in @uirouter/core between versions 5.0.4 and 5.0.5 (2017-06-29)

Bug Fixes

  • typescript: Update to typescript 2.4 (ce1669b)

Features

  • urlMatcher: add support for multiline urls (5b11ce0)