- 24 Jan, 2016 1 commit
-
-
Ian Hickson authored
-
- 16 Dec, 2015 1 commit
-
-
Ian Hickson authored
-
- 07 Dec, 2015 1 commit
-
-
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.
-
- 30 Nov, 2015 3 commits
-
-
Hixie authored
To make it easier to avoid pushing twice in one frame, provide a transaction mechanism for the navigator.
-
Hixie authored
* NavigatorState.replaceRouteBefore() * NavigatorState.removeRouteBefore() * NavigatorState.popUntil()
-
Hixie authored
This lets you dynamically replace one route with another.
-