Releases: nkbt/react-debounce-input
Releases · nkbt/react-debounce-input
v3.3.0
Added
Chores
- Updated all the build and dev dependencies #151
v3.2.2
Fixes
- debounceTimeout -1 is not working #117
v3.2.1
Fixes:
- Make it React.Strict compatible #115
- Adds type for placeholder input #103 by @SaM-BH
Chores
- Update all dev deps and build #114
v3.1.0
New feature
- #83 @nkbt Add
inputRef
prop to pass as ref
to input element
Chores
v3.0.1
Fix
- #73 @Data-Meister allow adding onBlur and onKeyPress to element without force notify
Chore
v3.0.0
New major release since React < 15.3 support is dropped.
v2.4.2
- FIX: "Weird Edge-Casey Render Race #40", fixed by "Track current debouncing state #47"
v2.4.1
- FIX:
Bug with sticky on change props
#34 #59 (more info: update notifier also upon an update of 'onChange'
#57)
- Updated dependencies
v2.4.0
- Feature: allow to use any element or even custom component (with value/onChange API) to be used: #30. Thanks to @Data-Meister