Skip to content

Releases: angular-ui/ui-router

1.0.11

13 Nov 04:11
Compare
Choose a tag to compare

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

18 Oct 18:27
Compare
Choose a tag to compare

1.0.10 (2017-10-18)

Compare @uirouter/angularjs versions 1.0.9 and 1.0.10

Bug Fixes

  • artifactory: Add trailing newline to package.json to work around artifactory issue (#3551) (d09a345), closes #3550

1.0.8

07 Oct 19:01
Compare
Choose a tag to compare

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

  • angular/cli: Use package.json fields: 'typings', 'main', 'jsnext:main' (74143d9)
  • isomorphic: Remove use of CustomEvent. Detect root scope (global/window/self) for nodejs, browser, or web-worker. (2d206ba)
  • typings: Use StateObject for parameter to hook criteria functions (5b58566)

0.4.3

05 Oct 00:44
Compare
Choose a tag to compare

0.4.3 (2017-10-04)

Bug Fixes

  • state: $state.is no longer wrongly return true

1.0.7

30 Sep 21:09
Compare
Choose a tag to compare

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 of window for webworker compat (a4629ee)

Features

  • TargetState: Add builder methods .withState, .withParams, and .withOptions (6b93142)

1.0.6

17 Sep 23:46
Compare
Choose a tag to compare

@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

  • sourceMaps: Embed typescript sources in sourcemaps (10558a3)
  • typescript: Fix strictNullCheck type error (0ae585e)
  • urlRouter: Fix absolute 'href' generation by using location.hostname (not location.host) (a28b68a)
  • urlService: Fix priority sorting of URL rules (73a1fe0)

1.0.5

29 Jun 16:40
Compare
Choose a tag to compare

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

  • invalidTransition: Better error messaging when param values are invalid (2a15d1a)
  • trace: Trace view synchronization. Allow trace.enable(...string) (284392d)
  • urlMatcher: add support for multiline urls (5b11ce0)

1.0.4

09 Jun 23:27
Compare
Choose a tag to compare

1.0.4 (2017-06-09)

Bug Fixes

@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

  • invalidTransition: Better error messaging when param values are invalid (2a15d1a)
  • trace: Trace view synchronization. Allow trace.enable(...string) (284392d)

1.0.3

09 Jun 23:29
Compare
Choose a tag to compare

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)

1.0.1

09 Jun 23:29
Compare
Choose a tag to compare

1.0.1 (2017-05-04)

Bug Fixes

  • routeToComponent: Do not prefix component element with x- unless necessary. (60b9ef9)