Skip to content

Releases: plougsgaard/react-timeout

2.0.0

08 Oct 15:57
Compare
Choose a tag to compare

This version includes proper support for React 16.3+.

Breaking Changes

  • Only works with React 16.3+
  • component.getWrappedInstance() is replaced with refs

Additional Arguments

13 Feb 12:05
Compare
Choose a tag to compare

Release Notes

v1.1.1

01 Mar 07:28
Compare
Choose a tag to compare

This fixes the bug from 1.1.0.

Release Notes

  • Quickly convert some ES6 code that had snuck into the project to ES5 #30 (thanks Travis Russi)

v1.1.0

28 Feb 19:06
Compare
Choose a tag to compare

Note: This version has a bug in it which occurs for non-babel build environments. Fixed in 1.1.1.

Release Notes

v1.0.1

06 May 11:27
Compare
Choose a tag to compare

Release Notes

  • Fix deprecation warnings #14 (thanks @onuite)
  • Update README to reflect how React / React Native is used nowadays

v1.0.0

16 Apr 00:54
Compare
Choose a tag to compare

Breaking Changes

  • The timer props (setTimeout etc.) are now provided directly to the component instead of under props.reactTimeout.setTimeout

Release Notes

  • First major version!
  • The API is stable
  • Continue to support all versions of React and React Native

v0.16.1

15 Apr 23:08
Compare
Choose a tag to compare

Release notes

  • Support all versions of React and React Native
  • Remove irrelevant stuff from NPM module

v0.16.0

06 Dec 15:34
Compare
Choose a tag to compare

Release Notes

  • Support React ^0.14.3
  • Support React Native ^0.16

v0.14.0

18 Nov 21:39
Compare
Choose a tag to compare

Release notes

  • Support React ^0.14