Releases: angular-ui/ui-router
Releases · angular-ui/ui-router
1.0.11
1.0.11 (2017-11-13)
Compare @uirouter/angularjs
versions 1.0.10 and 1.0.11
Bug Fixes
- uiView: Fix cfg.getTemplate is undefined (f4d99b0)
1.0.10
1.0.8
1.0.8 (2017-10-07)
Compare @uirouter/angularjs
versions 1.0.7 and 1.0.8
@uirouter/core
updated from 5.0.8 to 5.0.10 (2017-10-07)
Compare @uirouter/core
versions 5.0.8 and 5.0.10
Bug Fixes
0.4.3
1.0.7
1.0.7 (2017-09-30)
Compare @uirouter/angularjs
versions 1.0.6 and 1.0.7
Bug Fixes
- typings: Allow views: { foo: 'string' } in Ng1StateDeclaration (2f7a3f2)
Updated @uirouter/core
from 5.0.6 to 5.0.8 (2017-09-30)
Compare @uirouter/core
versions 5.0.6 and 5.0.8
Bug Fixes
- bundle: Rollup: Do not warn on THIS_IS_UNDEFINED (a4581b1)
- 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)
- redirectTo: Fix typings for redirectTo. Allow a function that returns a target state or a promise for one. (3904487)
- 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)
Features
- TargetState: Add builder methods .withState, .withParams, and .withOptions (6b93142)
1.0.6
@uirouter/angularjs
1.0.6 (2017-08-12)
Compare @uirouter/angularjs
versions 1.0.5 and 1.0.6
Bug Fixes
- sourcemaps: Embed sources inline into sourcemaps (4baa430)
Changes in @uirouter/core
between versions 5.0.5 and 5.0.6 (2017-08-12)
Bug Fixes
1.0.5
1.0.5 (2017-06-29)
Updated to @uirouter/core 5.0.5 and addressed typescript 2.4 breaking changes
Changes in @uirouter/core
between versions 5.0.3 and 5.0.5 (2017-06-29)
Bug Fixes
- future: Allow future states to specify a
parent:
(828fe1b) - typescript: Update to typescript 2.4 (ce1669b)
- view: only sync views which are of the same name and type (c48da4a)
Features
1.0.4
1.0.4 (2017-06-09)
Bug Fixes
- bundle: work around rollup bug rollup/rollup#1322 (befb50a)
- uiSrefActive: Avoid "Possibly unhandled rejection" in console (5c09e28)
@uirouter/core
changes
5.0.4 (2017-06-09)
Bug Fixes
- future: Allow future states to specify a
parent:
(828fe1b) - view: only sync views which are of the same name and type (c48da4a)
Features
1.0.3
1.0.3 (2017-05-07)
Bug Fixes
- templateFactory: Do not prepend x- to attribute names unless necessary. (e573f06)
Features
- build: Publish non-monolithic @uirouter/angularjs UMD bundle
ui-router-angularjs.js
(8db3696)
** Note: this change is necessary to properly support plugins which depend on @uirouter/core
@uirouter/core
changes
5.0.3 (2017-05-07)
Bug Fixes
- common: Fix implementation of 'pick' -- use hasOwnProperty (09848a4)
- common: Re-fix implementation of 'pick' using for .. in (f2da7f4)
Features
- build: Build and distribute @uirouter/core UMD bundles (0a8da85)