Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 613 Bytes

CHANGES.md

File metadata and controls

25 lines (14 loc) · 613 Bytes

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.

to can now take a location descriptor object.

1.0.2 / 2015-11-12

Changed how the module is published to npm.

1.0.1 / 2015-11-10

React Router 1.0.0 was released without further API changes, so dropped the last release candidate from peerDependencies.

1.0.0 / 2015-11-09

Initial release.