1. 09 Dec, 2015 6 commits
  2. 08 Dec, 2015 32 commits
  3. 07 Dec, 2015 2 commits
    • Ian Hickson's avatar
      Merge pull request #802 from Hixie/yak1-routes-didChangeNext · aaef5045
      Ian Hickson authored
      didChangeNext()
      aaef5045
    • Hixie's avatar
      didChangeNext() · 18d5c5e7
      Hixie authored
      Replace didPushNext() and didReplaceNext() with didChangeNext(), and
      call it in more cases, so that a route can easily track the next route.
      
      Use this to make TransitionRoute properly track its next route so that
      you can do next-route-driven animations that work even with removes,
      replaces, and other crazy manipulations of the navigator stack.
      18d5c5e7