Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 3 KB

CHANGELOG.md

File metadata and controls

43 lines (29 loc) · 3 KB

v0.2.10 (2014-04-08)

Bug Fixes

  • $state:
  • state: allow view content loading broadcast (7b78edee)
  • uiSref: cancel transition if preventDefault() has been called (2e6d9167)

Features

  • $state: allow prevent syncUrl on failure (753060b9)
  • $urlRouter: abstract $location handling (08b4636b)
  • uiSref: extend syntax for ui-sref (71cad3d6)
  • uiSrefActive: Also activate for child states. (bf163ad6, closes #818)

v0.2.8 (2014-01-16)

Bug Fixes

  • $state: allow null to be passed as 'params' param (094dc30e)
  • $state.go: param inheritance shouldn't inherit from siblings (aea872e0)
  • uiSrefActive: annotate controller injection (85921422, closes #671)
  • uiView:
    • autoscroll tests pass on 1.2.4 & 1.1.5 (86eacac0)
    • don't animate initial load (83b6634d)
    • test pass against 1.0.8 and 1.2.4 (a402415a)
    • it should autoscroll when expr is missing. (8bb9e27a)

Features

  • uiSref: add target attribute behaviour (c12bf9a5)
  • uiView:
    • merge autoscroll expression test. (b89e0f87)
    • cache and test autoscroll expression (ee262282)