Skip to content

Commit ac912ee

Browse files
committed
release v0.6.0
1 parent fce19a9 commit ac912ee

File tree

6 files changed

+1614
-934
lines changed

6 files changed

+1614
-934
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v0.6.0 - Fri, 29 Aug 2014 20:58:36 GMT
2+
--------------------------------------
3+
4+
- [2a75f3e](../../commit/2a75f3e) [added] query argument to willTransitionTo
5+
- [b7e21bb](../../commit/b7e21bb) [fixed] Window scrolling
6+
- [5864531](../../commit/5864531) [changed] Default <Redirect from> to *
7+
- [1064881](../../commit/1064881) [changed] paths to inherit parents
8+
- [79caf99](../../commit/79caf99) [added] <DefaultRoute name>
9+
- [25adcab](../../commit/25adcab) [fixed] Using HashLocation without a preceeding /
10+
- [a63c940](../../commit/a63c940) [added] <NotFoundRoute>
11+
- [d5bd656](../../commit/d5bd656) [changed] path matching algorithm
12+
- [6526e70](../../commit/6526e70) [removed] location="disabled"
13+
- [8d2f3ed](../../commit/8d2f3ed) [changed] `<Link/>`s to take params property
14+
- [2a85b74](../../commit/2a85b74) [changed] handler keys to be optional
15+
16+
117
v0.5.3 - Tue, 26 Aug 2014 03:36:42 GMT
218
--------------------------------------
319

UPGRADE_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ To see discussion around these API changes, please refer to the
55
[changelog](/CHANGELOG.md) and git log the commits to find the issues
66
they refer to.
77

8-
0.5.x -> master
9-
---------------
8+
0.5.x -> 0.6.x
9+
--------------
1010

1111
### Path Matching
1212

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.5.3",
3+
"version": "0.6.0",
44
"homepage": "https://github.com/rackt/react-router",
55
"authors": [
66
"Ryan Florence",

0 commit comments

Comments
 (0)