|
1 | 1 | v0.8.0 - Sat, 04 Oct 2014 05:39:02 GMT
|
2 | 2 | --------------------------------------
|
3 | 3 |
|
4 |
| -- [4d8026f](../../commit/4d8026f) [fixed] Corrected CONTRIBUTING.md by replacing 'script' path with 'scripts' |
5 | 4 | - [d2aa7cb](../../commit/d2aa7cb) [added] <Routes location="none">
|
6 | 5 | - [637c0ac](../../commit/637c0ac) [added] <Routes fixedPath>
|
7 | 6 | - [f2bf4bd](../../commit/f2bf4bd) [removed] RouteStore
|
8 |
| -- [47f0599](../../commit/47f0599) [changed] Remove preserveScrollPosition, add scrollStrategy |
9 |
| -- [2f014b7](../../commit/2f014b7) [fixed] Document the name prop passed to RouteHandlers |
| 7 | +- [f2bf4bd](../../commit/f2bf4bd) [added] Router.PathState for keeping track of the current URL path |
| 8 | +- [f2bf4bd](../../commit/f2bf4bd) [added] Router.RouteLookup for looking up routes |
| 9 | +- [f2bf4bd](../../commit/f2bf4bd) [added] Router.Transitions for transitioning to other routes |
| 10 | +- [f2bf4bd](../../commit/f2bf4bd) [added] Rout[added] Pluggable scroll behaviors |
| 11 | +- [f2bf4bd](../../commit/f2bf4bd) [changed] <Routes preserveScrollPosition> => <Routes scrollBehavior> |
| 12 | +- [f2bf4bd](../../commit/f2bf4bd) [removed] <Route preserveScrollPosition> |
| 13 | +- [f2bf4bd](../../commit/f2bf4bd) [removed] Router.transitionTo, Router.replaceWith, Router.goBack |
10 | 14 | - [97dbf2d](../../commit/97dbf2d) [added] transition.wait(promise)
|
11 |
| -- [cc9f145](../../commit/cc9f145) [changed] Give path listeners a chance to update state before mounting |
12 |
| -- [6af24bd](../../commit/6af24bd) [changed] Give ActiveState a chance to update state before mounting |
13 | 15 | - [3787179](../../commit/3787179) [changed] Transition retry now uses replaceWith.
|
14 |
| -- [1b16b56](../../commit/1b16b56) [fixed] syntax error in documentation overview |
15 | 16 | - [e0b708f](../../commit/e0b708f) [added] Ability to transitionTo absolute URLs
|
16 | 17 | - [c1493b5](../../commit/c1493b5) [changed] #259 support dots in named params
|
17 |
| -- [4849166](../../commit/4849166) [changed] Renamed Routes#dispatch => Routes#transitionTo |
18 |
| -- [c373d10](../../commit/c373d10) [changed] Only replaceWith/goBack when DOM is available |
19 |
| -- [a4ce7c8](../../commit/a4ce7c8) [changed] isActive is an instance method [removed] <Routes onActiveStateChange> |
20 |
| - |
| 18 | +- [a4ce7c8](../../commit/a4ce7c8) [changed] isActive is an instance method |
| 19 | +- [a4ce7c8](../../commit/a4ce7c8) [removed] <Routes onActiveStateChange> |
21 | 20 |
|
22 | 21 | v0.7.0 - Tue, 02 Sep 2014 16:42:28 GMT
|
23 | 22 | --------------------------------------
|
|
0 commit comments