Releases: ui-router/core
Releases · ui-router/core
6.0.0
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
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
5.0.22 (2019-01-10)
Compare @uirouter/core
versions 5.0.21 and 5.0.22
Bug Fixes
- lazyLoad: StateBuilder should not mutate the state declaration (1478a3c), closes /github.com/ui-router/core/commit/3cd5a2a#r31260154
- state: Update URL in response to ignored transition due to redirect (c64c252)
Features
5.0.21
5.0.20
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
5.0.19
5.0.19 (2018-05-08)
Compare @uirouter/core
versions 5.0.18 and 5.0.19
Bug Fixes
- enums: Workaround angular compiler export issue angular/angular#23759 (38d25fa)
5.0.18
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 returnRejection
(9bcc5db)
5.0.17
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
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
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)