Skip to content

Commit 1f32241

Browse files
committed
last time, I swear...
1 parent b9f92f9 commit 1f32241

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

CHANGELOG.md

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,122 +1,122 @@
11
v0.5.2 - Thu, 07 Aug 2014 18:25:47 GMT
22
--------------------------------------
33

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
1010

1111

1212
v0.5.1 - Mon, 04 Aug 2014 22:16:38 GMT
1313
--------------------------------------
1414

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/>
2525

2626

2727
v0.5.0 - Sat, 26 Jul 2014 22:38:36 GMT
2828
--------------------------------------
2929

30-
- [5af49d4](../../commits/5af49d4) [changed] Split <Routes> component from <Route>
30+
- [5af49d4](../../commit/5af49d4) [changed] Split <Routes> component from <Route>
3131

3232

3333
v0.4.2 - Sat, 26 Jul 2014 18:23:43 GMT
3434
--------------------------------------
3535

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
3838

3939

4040
v0.4.1 - Thu, 24 Jul 2014 21:35:07 GMT
4141
--------------------------------------
4242

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
4545

4646

4747
v0.4.0 - Thu, 24 Jul 2014 19:41:04 GMT
4848
--------------------------------------
4949

50-
- [0be4bf7](../../commits/0be4bf7) [changed] npm registry name to react-router :D
50+
- [0be4bf7](../../commit/0be4bf7) [changed] npm registry name to react-router :D
5151

5252

5353
v0.3.5 - Wed, 23 Jul 2014 14:52:30 GMT
5454
--------------------------------------
5555

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
5858

5959

6060
v0.3.4 - Tue, 22 Jul 2014 21:02:48 GMT
6161
--------------------------------------
6262

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
6565

6666

6767
v0.3.3 - Tue, 22 Jul 2014 20:46:57 GMT
6868
--------------------------------------
6969

70-
- [92b9077](../../commits/92b9077) [changed] file name of dist builds
70+
- [92b9077](../../commit/92b9077) [changed] file name of dist builds
7171

7272

7373
v0.3.2 - Tue, 22 Jul 2014 19:47:41 GMT
7474
--------------------------------------
7575

76-
- [3a4732e](../../commits/3a4732e) [changed] global export to ReactRouter
76+
- [3a4732e](../../commit/3a4732e) [changed] global export to ReactRouter
7777

7878

7979
v0.3.1 - Tue, 22 Jul 2014 19:40:14 GMT
8080
--------------------------------------
8181

82-
- [baf2257](../../commits/baf2257) [fixed] dist files
82+
- [baf2257](../../commit/baf2257) [fixed] dist files
8383

8484

8585
v0.3.0 - Tue, 22 Jul 2014 19:34:11 GMT
8686
--------------------------------------
8787

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
102102

103103

104104
v0.2.1 - Mon, 14 Jul 2014 17:31:21 GMT
105105
--------------------------------------
106106

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()
113113

114114

115115
v0.2.0 - Tue, 24 Jun 2014 04:59:24 GMT
116116
--------------------------------------
117117

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()
120120

121121

122122
v0.1.0 - Thu, 19 Jun 2014 19:11:38 GMT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"karma-webpack": "1.2.1",
3939
"mocha": "1.20.1",
4040
"react": ">=0.11.0",
41-
"rf-release": "0.3.0",
41+
"rf-release": "0.3.1",
4242
"uglify-js": "2.4.15",
4343
"webpack": "1.2.0-beta5",
4444
"webpack-dev-server": "1.4.2"

0 commit comments

Comments
 (0)