Releases: nkbt/react-debounce-input
Releases · nkbt/react-debounce-input
v2.3.1
Update the build and all deps from react-component-tempalte
v2.3.0
- Add React@15 support
- Add lodash.debounce@4 support
- Dev deps updates
v2.1.0
Add forceNotifyOnBlur
prop and functionality #16
v2.0.1
- Fix: Babel6 does not hack the default behaviour of ES Modules anymore, so export
DebounceInput.default
manually
v2.0.0
- 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.0
FIX: #7 Fix possible TypeError when oldValue does not exists
React 0.13 and 0.14 support
v1.1.0
- [Feature] #1 Listen to "Enter" keydown to speed-up debounce
- [Feature] #2 Allow indefinite timeout by passing -1