Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Modular build!

Compare
Choose a tag to compare
@christopherthielen christopherthielen released this 01 Feb 02:40
· 90 commits to master since this release

0.0.12 (2015-01-31)

Issues tagged to this milestone

Bug Fixes

  • $futureState:
    • Better logic for failed lazy load of future state chore($futureState): clean up (4f541906)
    • handle .otherwise() when the typed url matches a future state url + ".*" (2bdf864e, closes #124)
    • Fixed url.concat to use parentState.url, or parentState.navigable.url. (31ca73bd)
  • $stickyState: Made equalForKeys compatible with state.ownParams breaking change in UI-Router 0 (5aba1345, closes #112)
  • dsr: Allow default substates and parameters for deep state redirect. (20fade74, closes #150)
  • previous:
    • Future states URL is now optional (9233ea90, closes #129)
    • Previous state no longer tracks abstract from-states (e.g., root) (b0431d68, closes #123)
    • Previous state now tracked using $transition$ promise (1127ef62, closes #120)
  • sticky:
    • fixed reload: true for ui-router 0.2.8 (82783374)
    • Fixed unexpected exit/reload of inactive state. (c8eff13d, closes #131)
    • fix sticky state registration (d84311eb)

Features

  • $futureState: Added $stateAdded event (b6da3998)
  • previous: forget can now forget the previous state (992b88bd, closes #145)
  • sticky: Allow reloading of partial state tree (27d6c8c5, closes #139)
  • uiRouterExtras: modularize the code base and build system. switched to gulp (aebf936d)