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

Maintenance release 0.0.14

Compare
Choose a tag to compare
@christopherthielen christopherthielen released this 18 Jun 21:01
· 50 commits to master since this release

This release publishes some bugfixes and a few requested features.

Issues tagged to this milestone

0.0.14 (2015-06-18)

Bug Fixes

  • dsr: Use state.includes instead of state.name.indexOf to determine if a dsr state is (89565f4d, closes #208)
  • future:
    • commented out debug code (b53c1ef7, closes #156)
    • Fixed double-urlRouter.sync() because of future state retry (f22c5439, closes #138)
    • Allow future state to be child of url-less abstract state Manually merged in pul (3a2419a7)
  • previous: Allow previous state to track states without URLs. (9c4be9f3, closes #175)
  • sticky:
    • Fixed non-strict references to 'forEach' (710e1d77)
    • prevent error on reseting missing state PR #206 (44edae43)
    • Refactored logic to better calculate exit/enter/(in|re)activations (43be5d9d, closes #131)
  • extras: restore ie8 compatibility due to reserved words (c25346d1)
  • karma: fixes "lodash" reference (4cfc3bbd)

Features

  • dsr: Added getRedirect() to $deepStateRedirect (45c535af, closes #184)
  • future: Allow future states to be retried after a failed lazy load attempt (6e6f3ece, closes #196)
  • sticky: added $stickyState.reset("*") (3656835d, closes #162)