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

0.1.1

Compare
Choose a tag to compare
@christopherthielen christopherthielen released this 15 Mar 02:17
· 14 commits to master since this release

0.1.1 (2016-03-14)

Bug Fixes

  • sticky:
    • Fix "Cannot read property 'globals' of null" The sticky provider was setting a r (e401776b, closes #258)
    • allow empty options parameter to transitionTo() (1d8b1b6e, closes #285)
    • Use inherited toParams for calculations. (83866b57, closes #288)
  • previous: Do not throw error if no previous state exists (a186505d, closes #281)

Features

  • $previousState: add a set method to $previousState to programmatically set the previous stat (8423e0d6, closes #302)
  • future: allow options to be passed to future state (3a2469d8)