All Versions
93
Latest Version
Avg Release Cycle
121 days
Latest Release
1388 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.40.0 Changes
February 19, 2020- Ensure joined routes are slash-separated. Thanks @jsg2021. Ref: #205
- Various dev updates & rebuilds.
- Use
UNSAFE_componentWillReceiveProps
for React >= 16.3.- #215 contains work in progress to move to
static getDerivedStateFromProps()
.
- #215 contains work in progress to move to
-
v0.39.1 Changes
February 08, 2018- Rem
@providesModule
from copiedwarning.js
which can cause issues with Flow/RN.
- Rem
-
v0.39.0 Changes
September 26, 2017- React 16 support.
- Note: React 16 inverts the call order of
setState(obj, cb)
. Parent components' callbacks are now called first, where they previously were last.
- Note: React 16 inverts the call order of
- React 16 support.
-
v0.38.0 Changes
September 13, 2017- Bugfix: Don't drop querystring from
<CaptureClicks>
.
- Bugfix: Don't drop querystring from
-
v0.37.0 Changes
April 29, 2017- Import
create-react-class
andprop-types
to deal with React 15.5 warnings. Thanks @curquhart
- Import
-
v0.36.5 Changes
February 27, 2017- Fix a few unknown props errors. Thanks @BlakeRxxk. Ref: #178, #181
- Update dev dependencies.
-
v0.36.4 Changes
January 23, 2017- Add the ability to decode named segments in routes before they are given as props to handlers. See the url pattern docs.
-
v0.36.3 Changes
December 08, 2016- Reduce npm tarball size by 80% (excluding docs, examples, etc)
-
v0.36.2 Changes
December 08, 2016- Remove usage of
React.DOM.*
, which will soon be deprecated in React 16 and has incompatibilities with Preact, Inferno, etc.
- Remove usage of
-
v0.36.1 Changes
December 08, 2016- 🛠Fix
component
propType. Thanks @jsg2021.
- 🛠Fix