Releases: ui-router/core
Releases · ui-router/core
5.0.14
5.0.13
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
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
5.0.10
5.0.9
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
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
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 ofwindow
for webworker compat (a4629ee)
5.0.6
Changes in @uirouter/core
between versions 5.0.5 and 5.0.6 (2017-08-12)
Bug Fixes
5.0.5
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)