Skip to content

1.0.0-beta.7

Compare
Choose a tag to compare
@christopherthielen christopherthielen released this 19 Jun 03:29
· 941 commits to master since this release

1.0.0-beta.7 (2017-06-19)

Bug Fixes

  • lazyLoad: fixed getting parent injector in angular 4.2 (dcd1cda)
  • Ng2LocationServices: Do not fireAfterUpdate when on server. (543afcd)
  • UISrefStatus: Fix memory leak -- take only one inner subscription at a time. (#120) (5a65d3c), closes #21

Features

  • view: Support shorthand for named views, views: { viewName: Component } (84aec02)

Changes in @uirouter/core from 5.0.0 to 5.0.4

Bug Fixes

  • common: Fix implementation of 'pick' -- use hasOwnProperty (09848a4)
  • common: Re-fix implementation of 'pick' using for .. in (f2da7f4)
  • future: Allow future states to specify a parent: (828fe1b)
  • transition: Do not ignore transitions which have states being entered or exited (175717e)
  • view: only sync views which are of the same name and type (c48da4a)

Features

  • build: Build and distribute UMD bundles (0a8da85)
  • invalidTransition: Better error messaging when param values are invalid (2a15d1a)
  • Resolvable: Add .value(): returns value (WAIT) or promise (NOWAIT) (8769449)
  • trace: Trace view synchronization. Allow trace.enable(...string) (284392d)
  • urlMatcher: add support for multiline urls (5b11ce0)