Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Jan 27, 2017
1 parent 10052e7 commit ce66037
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 3.0.0 / 2017-01-28

Updated for React Router v3.

- Dropped `state` and `query` props.
- Supports React Router v3's solution for working around context updates failing to propagate.
- `to` can now be a function which takes a `location` object.

# 2.0.0-rc.0 / 2016-01-01

Updated to the React Router v2 API.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-form",
"version": "2.0.0-rc.0",
"version": "3.0.0",
"description": "<Form> is to <form> as <Link> is to <a>",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit ce66037

Please sign in to comment.