|
1 | 1 | v0.5.2 - Thu, 07 Aug 2014 18:25:47 GMT
|
2 | 2 | --------------------------------------
|
3 | 3 |
|
4 |
| -- [21f4f57](../../commits/21f4f57) [added] preserveScrollPosition Route/Routes props |
5 |
| -- [f3b4de8](../../commits/f3b4de8) [added] support for extra props in Links, fixes #170 |
6 |
| -- [829a9ec](../../commits/829a9ec) [added] <Redirect/> component |
7 |
| -- [0a49665](../../commits/0a49665) [added] Router.makeHref |
8 |
| -- [2100b8c](../../commits/2100b8c) [changed] handlers receive route name |
9 |
| -- [154afba](../../commits/154afba) [changed] location of public modules |
| 4 | +- [21f4f57](../../commit/21f4f57) [added] preserveScrollPosition Route/Routes props |
| 5 | +- [f3b4de8](../../commit/f3b4de8) [added] support for extra props in Links, fixes #170 |
| 6 | +- [829a9ec](../../commit/829a9ec) [added] <Redirect/> component |
| 7 | +- [0a49665](../../commit/0a49665) [added] Router.makeHref |
| 8 | +- [2100b8c](../../commit/2100b8c) [changed] handlers receive route name |
| 9 | +- [154afba](../../commit/154afba) [changed] location of public modules |
10 | 10 |
|
11 | 11 |
|
12 | 12 | v0.5.1 - Mon, 04 Aug 2014 22:16:38 GMT
|
13 | 13 | --------------------------------------
|
14 | 14 |
|
15 |
| -- [08f5a69](../../commits/08f5a69) [fixed] location="history" fallback |
16 |
| -- [87b1c2a](../../commits/87b1c2a) [fixed] Navigation to root URL can fail |
17 |
| -- [760f021](../../commits/760f021) [fixed] infinite loop in RouteStore.unregisterRoute |
18 |
| -- [5663924](../../commits/5663924) Revert "[added] initialPath prop to <Routes>" |
19 |
| -- [5fea685](../../commits/5fea685) [added] Router.AsyncState mixin |
20 |
| -- [b0aa491](../../commits/b0aa491) [added] initialPath prop to <Routes> |
21 |
| -- [395a590](../../commits/395a590) [changed] fallback to window.location for history |
22 |
| -- [2a3582e](../../commits/2a3582e) [changed] make URLStore.push idempotent |
23 |
| -- [4c4f87b](../../commits/4c4f87b) [fixed] alt click on Link should count as modified |
24 |
| -- [97c02f1](../../commits/97c02f1) [fixed] middle click on <Link/> |
| 15 | +- [08f5a69](../../commit/08f5a69) [fixed] location="history" fallback |
| 16 | +- [87b1c2a](../../commit/87b1c2a) [fixed] Navigation to root URL can fail |
| 17 | +- [760f021](../../commit/760f021) [fixed] infinite loop in RouteStore.unregisterRoute |
| 18 | +- [5663924](../../commit/5663924) Revert "[added] initialPath prop to <Routes>" |
| 19 | +- [5fea685](../../commit/5fea685) [added] Router.AsyncState mixin |
| 20 | +- [b0aa491](../../commit/b0aa491) [added] initialPath prop to <Routes> |
| 21 | +- [395a590](../../commit/395a590) [changed] fallback to window.location for history |
| 22 | +- [2a3582e](../../commit/2a3582e) [changed] make URLStore.push idempotent |
| 23 | +- [4c4f87b](../../commit/4c4f87b) [fixed] alt click on Link should count as modified |
| 24 | +- [97c02f1](../../commit/97c02f1) [fixed] middle click on <Link/> |
25 | 25 |
|
26 | 26 |
|
27 | 27 | v0.5.0 - Sat, 26 Jul 2014 22:38:36 GMT
|
28 | 28 | --------------------------------------
|
29 | 29 |
|
30 |
| -- [5af49d4](../../commits/5af49d4) [changed] Split <Routes> component from <Route> |
| 30 | +- [5af49d4](../../commit/5af49d4) [changed] Split <Routes> component from <Route> |
31 | 31 |
|
32 | 32 |
|
33 | 33 | v0.4.2 - Sat, 26 Jul 2014 18:23:43 GMT
|
34 | 34 | --------------------------------------
|
35 | 35 |
|
36 |
| -- [2fc9976](../../commits/2fc9976) [fixed] eslint cleanup; trailing comma fix for IE |
37 |
| -- [b8018b1](../../commits/b8018b1) [added] animation example |
| 36 | +- [2fc9976](../../commit/2fc9976) [fixed] eslint cleanup; trailing comma fix for IE |
| 37 | +- [b8018b1](../../commit/b8018b1) [added] animation example |
38 | 38 |
|
39 | 39 |
|
40 | 40 | v0.4.1 - Thu, 24 Jul 2014 21:35:07 GMT
|
41 | 41 | --------------------------------------
|
42 | 42 |
|
43 |
| -- [8152d67](../../commits/8152d67) [changed] repo location to rackt/react-router |
44 |
| -- [0ac4dea](../../commits/0ac4dea) [removed] Dependency on react/lib/emptyFunction |
| 43 | +- [8152d67](../../commit/8152d67) [changed] repo location to rackt/react-router |
| 44 | +- [0ac4dea](../../commit/0ac4dea) [removed] Dependency on react/lib/emptyFunction |
45 | 45 |
|
46 | 46 |
|
47 | 47 | v0.4.0 - Thu, 24 Jul 2014 19:41:04 GMT
|
48 | 48 | --------------------------------------
|
49 | 49 |
|
50 |
| -- [0be4bf7](../../commits/0be4bf7) [changed] npm registry name to react-router :D |
| 50 | +- [0be4bf7](../../commit/0be4bf7) [changed] npm registry name to react-router :D |
51 | 51 |
|
52 | 52 |
|
53 | 53 | v0.3.5 - Wed, 23 Jul 2014 14:52:30 GMT
|
54 | 54 | --------------------------------------
|
55 | 55 |
|
56 |
| -- [0a7298c](../../commits/0a7298c) [removed] browserify.transforms from package.json |
57 |
| -- [ebf54ab](../../commits/ebf54ab) [removed] Dependency on react/lib/merge |
| 56 | +- [0a7298c](../../commit/0a7298c) [removed] browserify.transforms from package.json |
| 57 | +- [ebf54ab](../../commit/ebf54ab) [removed] Dependency on react/lib/merge |
58 | 58 |
|
59 | 59 |
|
60 | 60 | v0.3.4 - Tue, 22 Jul 2014 21:02:48 GMT
|
61 | 61 | --------------------------------------
|
62 | 62 |
|
63 |
| -- [2598837](../../commits/2598837) [fixed] bower build |
64 |
| -- [8c428ff](../../commits/8c428ff) [fixed] dist min build |
| 63 | +- [2598837](../../commit/2598837) [fixed] bower build |
| 64 | +- [8c428ff](../../commit/8c428ff) [fixed] dist min build |
65 | 65 |
|
66 | 66 |
|
67 | 67 | v0.3.3 - Tue, 22 Jul 2014 20:46:57 GMT
|
68 | 68 | --------------------------------------
|
69 | 69 |
|
70 |
| -- [92b9077](../../commits/92b9077) [changed] file name of dist builds |
| 70 | +- [92b9077](../../commit/92b9077) [changed] file name of dist builds |
71 | 71 |
|
72 | 72 |
|
73 | 73 | v0.3.2 - Tue, 22 Jul 2014 19:47:41 GMT
|
74 | 74 | --------------------------------------
|
75 | 75 |
|
76 |
| -- [3a4732e](../../commits/3a4732e) [changed] global export to ReactRouter |
| 76 | +- [3a4732e](../../commit/3a4732e) [changed] global export to ReactRouter |
77 | 77 |
|
78 | 78 |
|
79 | 79 | v0.3.1 - Tue, 22 Jul 2014 19:40:14 GMT
|
80 | 80 | --------------------------------------
|
81 | 81 |
|
82 |
| -- [baf2257](../../commits/baf2257) [fixed] dist files |
| 82 | +- [baf2257](../../commit/baf2257) [fixed] dist files |
83 | 83 |
|
84 | 84 |
|
85 | 85 | v0.3.0 - Tue, 22 Jul 2014 19:34:11 GMT
|
86 | 86 | --------------------------------------
|
87 | 87 |
|
88 |
| -- [e827870](../../commits/e827870) [added] bower support |
89 |
| -- [58e7b98](../../commits/58e7b98) [changed] activeRoute -> activeRouteHandler |
90 |
| -- [0177cdd](../../commits/0177cdd) [fixed] Pass the correct component instance to willTransitionFrom hooks |
91 |
| -- [3b590e0](../../commits/3b590e0) [changed] Upgrade to React 0.11.0 |
92 |
| -- [51e1be2](../../commits/51e1be2) [fixed] Use peerDeps |
93 |
| -- [a8df2f0](../../commits/a8df2f0) [added] Browser builds for version 0.2.1 |
94 |
| -- [bb066b8](../../commits/bb066b8) [added] Browser build script |
95 |
| -- [baf79b6](../../commits/baf79b6) [fixed] Avoid some warnings |
96 |
| -- [8d30552](../../commits/8d30552) [changed] README to make use of activeRoute clearer in JSX. |
97 |
| -- [991dede](../../commits/991dede) [changed] activeRoute is a function that returns null when no child routes are active. |
98 |
| -- [73570ed](../../commits/73570ed) [changed] activeRoute can render with props and children. |
99 |
| -- [8562482](../../commits/8562482) [added] ActiveState mixin |
100 |
| -- [616f8bf](../../commits/616f8bf) [changed] Preserve forward slashes in URL params |
101 |
| -- [6c74c69](../../commits/6c74c69) [changed] Combine URL helpers into URL module |
| 88 | +- [e827870](../../commit/e827870) [added] bower support |
| 89 | +- [58e7b98](../../commit/58e7b98) [changed] activeRoute -> activeRouteHandler |
| 90 | +- [0177cdd](../../commit/0177cdd) [fixed] Pass the correct component instance to willTransitionFrom hooks |
| 91 | +- [3b590e0](../../commit/3b590e0) [changed] Upgrade to React 0.11.0 |
| 92 | +- [51e1be2](../../commit/51e1be2) [fixed] Use peerDeps |
| 93 | +- [a8df2f0](../../commit/a8df2f0) [added] Browser builds for version 0.2.1 |
| 94 | +- [bb066b8](../../commit/bb066b8) [added] Browser build script |
| 95 | +- [baf79b6](../../commit/baf79b6) [fixed] Avoid some warnings |
| 96 | +- [8d30552](../../commit/8d30552) [changed] README to make use of activeRoute clearer in JSX. |
| 97 | +- [991dede](../../commit/991dede) [changed] activeRoute is a function that returns null when no child routes are active. |
| 98 | +- [73570ed](../../commit/73570ed) [changed] activeRoute can render with props and children. |
| 99 | +- [8562482](../../commit/8562482) [added] ActiveState mixin |
| 100 | +- [616f8bf](../../commit/616f8bf) [changed] Preserve forward slashes in URL params |
| 101 | +- [6c74c69](../../commit/6c74c69) [changed] Combine URL helpers into URL module |
102 | 102 |
|
103 | 103 |
|
104 | 104 | v0.2.1 - Mon, 14 Jul 2014 17:31:21 GMT
|
105 | 105 | --------------------------------------
|
106 | 106 |
|
107 |
| -- [0f86654](../../commits/0f86654) [fixed] checks for class instead of components |
108 |
| -- [a3d6e2a](../../commits/a3d6e2a) [changed] Render empty div before transition hooks |
109 |
| -- [f474ab1](../../commits/f474ab1) [changed] '.' is no longer a path delimeter |
110 |
| -- [f3dcdd7](../../commits/f3dcdd7) [fixed] injectParams invariant should not throw on values that coerce to false. |
111 |
| -- [468bf3b](../../commits/468bf3b) [changed] Deprecate Router interface |
112 |
| -- [31d1a6e](../../commits/31d1a6e) [added] renderComponentToString() |
| 107 | +- [0f86654](../../commit/0f86654) [fixed] checks for class instead of components |
| 108 | +- [a3d6e2a](../../commit/a3d6e2a) [changed] Render empty div before transition hooks |
| 109 | +- [f474ab1](../../commit/f474ab1) [changed] '.' is no longer a path delimeter |
| 110 | +- [f3dcdd7](../../commit/f3dcdd7) [fixed] injectParams invariant should not throw on values that coerce to false. |
| 111 | +- [468bf3b](../../commit/468bf3b) [changed] Deprecate Router interface |
| 112 | +- [31d1a6e](../../commit/31d1a6e) [added] renderComponentToString() |
113 | 113 |
|
114 | 114 |
|
115 | 115 | v0.2.0 - Tue, 24 Jun 2014 04:59:24 GMT
|
116 | 116 | --------------------------------------
|
117 | 117 |
|
118 |
| -- [468bf3b](../../commits/468bf3b) [changed] Deprecate Router interface |
119 |
| -- [31d1a6e](../../commits/31d1a6e) [added] renderComponentToString() |
| 118 | +- [468bf3b](../../commit/468bf3b) [changed] Deprecate Router interface |
| 119 | +- [31d1a6e](../../commit/31d1a6e) [added] renderComponentToString() |
120 | 120 |
|
121 | 121 |
|
122 | 122 | v0.1.0 - Thu, 19 Jun 2014 19:11:38 GMT
|
|
0 commit comments