1.0.23
版本发布时间: 2019-10-03 06:33:15
angular-ui/ui-router最新发布版本:1.1.1(2024-07-15 19:46:04)
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