Skip to content

Releases: nkbt/react-debounce-input

v2.3.2

24 May 22:17
Compare
Choose a tag to compare

Fix: ability to use input type="number" ... ? #24 by @jamesmorgan

v2.3.1

23 May 12:25
Compare
Choose a tag to compare

Update the build and all deps from react-component-tempalte

v2.3.0

06 May 06:22
Compare
Choose a tag to compare
  • Add React@15 support
  • Add lodash.debounce@4 support
  • Dev deps updates

v2.1.0

29 Jan 12:13
Compare
Choose a tag to compare

Add forceNotifyOnBlur prop and functionality #16

v2.0.1

12 Dec 12:29
Compare
Choose a tag to compare
  • Fix: Babel6 does not hack the default behaviour of ES Modules anymore, so export DebounceInput.default manually

v2.0.0

12 Dec 12:28
Compare
Choose a tag to compare
  • Returns event instead of just value to onChange callback (so becomes drop-in replacement for <input />
  • Allow to be controllable input
  • Fix cancel debounce on DebounceInput removal
  • Add more examples
  • Deprecate React 0.13 support
  • Node v5
  • Babel v6

v1.2.1

12 Dec 12:20
Compare
Choose a tag to compare

Allow [email protected] for Bower

v1.2.0

20 Oct 07:58
Compare
Choose a tag to compare

FIX: #7 Fix possible TypeError when oldValue does not exists
React 0.13 and 0.14 support

v1.1.4

09 Oct 13:19
Compare
Choose a tag to compare

React v0.14 support

v1.1.0

18 Sep 01:48
Compare
Choose a tag to compare
  • [Feature] #1 Listen to "Enter" keydown to speed-up debounce
  • [Feature] #2 Allow indefinite timeout by passing -1