Releases: angular-ui/ui-router
1.1.1
1.1.0
1.0.30
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
:
1.0.29
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
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
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
1.0.26
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
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
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
1.0.23 (2019-10-02)
Compare @uirouter/angularjs
versions 1.0.22 and 1.0.23
Bug Fixes
- stateFilters: Export each function individually (978b882)
- travis: Fix travis build (dc0f58a)
- types: Remove @types/jquery from devDependencies, upgrade @types/angular (b12bc84)
- viewDirective: add check for componentProvider, avoid extra trigger for $onInit (fixing #3735) (#3779) (c3e87ad)
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