Skip to content

Commit ca1563d

Browse files
committed
release v0.9.4
1 parent 424708a commit ca1563d

File tree

5 files changed

+4172
-525
lines changed

5 files changed

+4172
-525
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v0.9.4 - Mon, 13 Oct 2014 19:53:10 GMT
2+
--------------------------------------
3+
4+
- [0cd20cf](../../commit/0cd20cf) Revert "[removed] "static" <Route> props"
5+
- [db26b7d](../../commit/db26b7d) [removed] "static" <Route> props
6+
- [e571c27](../../commit/e571c27) [fixed] Add .active class to <Link>s with absolute hrefs
7+
- [ea5a380](../../commit/ea5a380) [fixed] Make sure onChange is fired at synchronous first render
8+
- [dee374f](../../commit/dee374f) [fixed] Listen to path changes caused by initial redirect, fixes #360
9+
- [d47d7dd](../../commit/d47d7dd) [fixed] potential infinite loop during transitions
10+
- [1b1a62b](../../commit/1b1a62b) [added] Server-side rendering
11+
- [c7ca87e](../../commit/c7ca87e) [added] <Routes onError>
12+
13+
114
v0.9.3 - Wed, 08 Oct 2014 14:44:52 GMT
215
--------------------------------------
316

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"homepage": "https://github.com/rackt/react-router",
55
"authors": [
66
"Ryan Florence",

0 commit comments

Comments
 (0)