Releases: angular-ui/ui-router
Releases · angular-ui/ui-router
1.0.12
1.0.12 (2017-12-22)
Compare @uirouter/angularjs versions 1.0.11 and 1.0.12
Bug Fixes
- location: allow empty string param: Ng1LocationServices.url('') (01bbaf0)
- onEnter: Do not inject child-state data into ng1 onEnter hooks (cdec6a0)
- package: update @uirouter/core to version 5.0.13 (6c63f2d)
- travis: regenerate and encrypt secret (c718ce5)
Updated @uirouter/core from 5.0.11 to 5.0.13
Compare @uirouter/core versions 5.0.11 and 5.0.13
Bug Fixes
- browserLocation: Use location.pathname (not href) or '/' when no base tag found (db461d6)
- browserLocationConfig: If no base href found, use location.href (not empty string) (0251424)
- pushStateLocation: Fix URLs: add slash between base and path when necessary (bfa5755)
- pushStateLocation: When url is "" or "/", use baseHref for pushState (042a950)
- resolve: Add onFinish hook to resolve any dynamicly added resolvables (7d1ca54)
- urlRouter: Update query params when resetting url via .update() (7664cd0)
Features
- view: Add onSync callback API to plugin API (9544ae5)
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
selfinstead ofwindowfor 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/corechanges
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)