Releases: plougsgaard/react-timeout
Releases · plougsgaard/react-timeout
2.0.0
Additional Arguments
Release Notes
- Allow passing of additional arguments to callback functions
- Ignore when callback parameter isn't a function (just do nothing)
v1.1.1
v1.1.0
Note: This version has a bug in it which occurs for non-babel build environments. Fixed in 1.1.1
.
Release Notes
- Add hoist-non-react-statics #28 (thanks @sckoh)
- Allow access to wrapped instance #29 (thanks @peterkhayes)
v1.0.1
v1.0.0
Breaking Changes
- The timer props (
setTimeout
etc.) are now provided directly to the component instead of underprops.reactTimeout.setTimeout
Release Notes
- First major version!
- The API is stable
- Continue to support all versions of React and React Native
v0.16.1
Release notes
- Support all versions of React and React Native
- Remove irrelevant stuff from NPM module
v0.16.0
Release Notes
- Support React ^0.14.3
- Support React Native ^0.16
v0.14.0
Release notes
- Support React ^0.14