0.5.2
版本发布时间: 2017-09-24 04:55:45
ui-router/react最新发布版本:1.0.7(2021-07-27 08:03:58)
@uirouter/react
0.5.2 (2017-09-23)
Compare @uirouter/react
versions 0.5.1 and 0.5.2
Bug Fixes
- sourcemaps: Embed sources in sourcemaps (62d84ea)
Changes to @uirouter/core
:
Compare @uirouter/core
versions 5.0.5 and 5.0.7
Bug Fixes
- globals: Use shallow copy to update the globals.params / $state.params object (e883afc)
- Injector: When getting tokens from native injector, only throw on undefined (not on falsey values) (ada9ca2)
- sourceMaps: Embed typescript sources in sourcemaps (10558a3)
- trace: Fall back to console.log if .table is unavailable (IE) (c8110fc)
- trace: Support tracing of object-parameters with circular references (2f1ae9a)
- typescript: Fix strictNullCheck type error (0ae585e)
- url: Add CustomEvent polyfill for IE (a50db21)
- urlRouter: Fix absolute 'href' generation by using location.hostname (not location.host) (a28b68a)
- urlService: Fix priority sorting of URL rules (73a1fe0)
- vanilla: fix base path handling for vanilla push state (ad61d74)
-
vanilla: Use
self
instead ofwindow
for webworker compat (a4629ee)