1.0.19
christopherthielen
released this
20 Jul 16:52
·
136 commits
to master
since this release
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