Skip to content

Releases: insin/react-router-form

v3.0.0

27 Jan 19:05
Compare
Choose a tag to compare

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.

v2.0.0-rc.0

01 Jan 00:33
Compare
Choose a tag to compare

Updated to the React Router v2 API.

to can now take a location descriptor object.

v1.0.2

12 Nov 20:06
Compare
Choose a tag to compare

Changed how the module is published to npm.

v1.0.1

10 Nov 00:45
Compare
Choose a tag to compare

React Router 1.0.0 was released hours after react-router-form@1.0.0 without further API changes, so dropped the last release candidate from peerDependencies.