5.0.7
·
965 commits
to master
since this release
5.0.7 (2017-09-23)
Compare @uirouter/core
versions 5.0.6 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)
- trace: Fall back to console.log if .table is unavailable (IE) (c8110fc)
- trace: Support tracing of object-parameters with circular references (2f1ae9a)
- url: Add CustomEvent polyfill for IE (a50db21)
- vanilla: fix base path handling for vanilla push state (ad61d74)
- vanilla: Use
self
instead ofwindow
for webworker compat (a4629ee)