1.0.19
版本发布时间: 2018-07-21 00:52:14
angular-ui/ui-router最新发布版本:1.1.1(2024-07-15 19:46:04)
1.0.19 (2018-07-20)
Compare @uirouter/angularjs
versions 1.0.18 and 1.0.19
Bug Fixes
- npm: Publish to the old angular-ui-router npm package too (8fc3bb2)
- resolve: Detect and honor strictDi in angularjs versions 1.3 and 1.4 (1368c18), closes #3678
- state: When creating absolute hrefs in hashbang mode, include the location.pathname (cd426e5), closes #3710
- uiview: Allow uiOnParamsChanged to work with states that have a componentProvider (fe91bd3), closes #3707
Updated @uirouter/core
from 5.0.19 to 5.0.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