Skip to content

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Aug 29, 2014
1 parent fce19a9 commit ac912ee
Show file tree
Hide file tree
Showing 6 changed files with 1,614 additions and 934 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v0.6.0 - Fri, 29 Aug 2014 20:58:36 GMT
--------------------------------------

- [2a75f3e](../../commit/2a75f3e) [added] query argument to willTransitionTo
- [b7e21bb](../../commit/b7e21bb) [fixed] Window scrolling
- [5864531](../../commit/5864531) [changed] Default <Redirect from> to *
- [1064881](../../commit/1064881) [changed] paths to inherit parents
- [79caf99](../../commit/79caf99) [added] <DefaultRoute name>
- [25adcab](../../commit/25adcab) [fixed] Using HashLocation without a preceeding /
- [a63c940](../../commit/a63c940) [added] <NotFoundRoute>
- [d5bd656](../../commit/d5bd656) [changed] path matching algorithm
- [6526e70](../../commit/6526e70) [removed] location="disabled"
- [8d2f3ed](../../commit/8d2f3ed) [changed] `<Link/>`s to take params property
- [2a85b74](../../commit/2a85b74) [changed] handler keys to be optional


v0.5.3 - Tue, 26 Aug 2014 03:36:42 GMT
--------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions UPGRADE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ To see discussion around these API changes, please refer to the
[changelog](/CHANGELOG.md) and git log the commits to find the issues
they refer to.

0.5.x -> master
---------------
0.5.x -> 0.6.x
--------------

### Path Matching

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "0.5.3",
"version": "0.6.0",
"homepage": "https://github.com/rackt/react-router",
"authors": [
"Ryan Florence",
Expand Down

0 comments on commit ac912ee

Please sign in to comment.