Skip to content

Commit b9f92f9

Browse files
committed
[changed] updated rf-changelog
look at that changelog... seriously... look at it.
1 parent b501fc1 commit b9f92f9

File tree

5 files changed

+129
-131
lines changed

5 files changed

+129
-131
lines changed

CHANGELOG

-127
This file was deleted.

CHANGELOG.md

+125
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
v0.5.2 - Thu, 07 Aug 2014 18:25:47 GMT
2+
--------------------------------------
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
10+
11+
12+
v0.5.1 - Mon, 04 Aug 2014 22:16:38 GMT
13+
--------------------------------------
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/>
25+
26+
27+
v0.5.0 - Sat, 26 Jul 2014 22:38:36 GMT
28+
--------------------------------------
29+
30+
- [5af49d4](../../commits/5af49d4) [changed] Split <Routes> component from <Route>
31+
32+
33+
v0.4.2 - Sat, 26 Jul 2014 18:23:43 GMT
34+
--------------------------------------
35+
36+
- [2fc9976](../../commits/2fc9976) [fixed] eslint cleanup; trailing comma fix for IE
37+
- [b8018b1](../../commits/b8018b1) [added] animation example
38+
39+
40+
v0.4.1 - Thu, 24 Jul 2014 21:35:07 GMT
41+
--------------------------------------
42+
43+
- [8152d67](../../commits/8152d67) [changed] repo location to rackt/react-router
44+
- [0ac4dea](../../commits/0ac4dea) [removed] Dependency on react/lib/emptyFunction
45+
46+
47+
v0.4.0 - Thu, 24 Jul 2014 19:41:04 GMT
48+
--------------------------------------
49+
50+
- [0be4bf7](../../commits/0be4bf7) [changed] npm registry name to react-router :D
51+
52+
53+
v0.3.5 - Wed, 23 Jul 2014 14:52:30 GMT
54+
--------------------------------------
55+
56+
- [0a7298c](../../commits/0a7298c) [removed] browserify.transforms from package.json
57+
- [ebf54ab](../../commits/ebf54ab) [removed] Dependency on react/lib/merge
58+
59+
60+
v0.3.4 - Tue, 22 Jul 2014 21:02:48 GMT
61+
--------------------------------------
62+
63+
- [2598837](../../commits/2598837) [fixed] bower build
64+
- [8c428ff](../../commits/8c428ff) [fixed] dist min build
65+
66+
67+
v0.3.3 - Tue, 22 Jul 2014 20:46:57 GMT
68+
--------------------------------------
69+
70+
- [92b9077](../../commits/92b9077) [changed] file name of dist builds
71+
72+
73+
v0.3.2 - Tue, 22 Jul 2014 19:47:41 GMT
74+
--------------------------------------
75+
76+
- [3a4732e](../../commits/3a4732e) [changed] global export to ReactRouter
77+
78+
79+
v0.3.1 - Tue, 22 Jul 2014 19:40:14 GMT
80+
--------------------------------------
81+
82+
- [baf2257](../../commits/baf2257) [fixed] dist files
83+
84+
85+
v0.3.0 - Tue, 22 Jul 2014 19:34:11 GMT
86+
--------------------------------------
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
102+
103+
104+
v0.2.1 - Mon, 14 Jul 2014 17:31:21 GMT
105+
--------------------------------------
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()
113+
114+
115+
v0.2.0 - Tue, 24 Jun 2014 04:59:24 GMT
116+
--------------------------------------
117+
118+
- [468bf3b](../../commits/468bf3b) [changed] Deprecate Router interface
119+
- [31d1a6e](../../commits/31d1a6e) [added] renderComponentToString()
120+
121+
122+
v0.1.0 - Thu, 19 Jun 2014 19:11:38 GMT
123+
--------------------------------------
124+
125+

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before our `1.0` release, breaking API changes will cause a bump to
3030
`0.5.0` will have breaking changes.
3131

3232
Please refer to the [upgrade guide](/UPGRADE_GUIDE.md) and
33-
[changelog](/CHANGELOG) when upgrading.
33+
[changelog](/CHANGELOG.md) when upgrading.
3434

3535
Installation
3636
------------

UPGRADE_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Upgrade Guide
22
=============
33

44
To see discussion around these API changes, please refer to the
5-
[CHANGELOG](/CHANGELOG) and git log the commits to find the issues
5+
[changelog](/CHANGELOG.md) and git log the commits to find the issues
66
they refer to.
77

88
0.4.x -> 0.5.x

package.json

+2-2
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.1.2",
41+
"rf-release": "0.3.0",
4242
"uglify-js": "2.4.15",
4343
"webpack": "1.2.0-beta5",
4444
"webpack-dev-server": "1.4.2"
@@ -54,4 +54,4 @@
5454
"browserify-shim": {
5555
"react": "global:React"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)