Skip to content

Releases: nkbt/react-debounce-input

v3.3.0

06 Jun 00:42
Compare
Choose a tag to compare

Added

  • React 18 support #151

Chores

  • Updated all the build and dev dependencies #151

v3.2.2

17 Oct 02:25
Compare
Choose a tag to compare

Fixes

  • debounceTimeout -1 is not working #117

v3.2.1

17 Oct 02:02
Compare
Choose a tag to compare

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.2.0

04 Feb 01:38
Compare
Choose a tag to compare

New feature

Chores

  • Update deps #96

v3.1.0

30 Sep 13:25
Compare
Choose a tag to compare

New feature

  • #83 @nkbt Add inputRef prop to pass as ref to input element

Chores

v3.0.1

03 Aug 00:23
Compare
Choose a tag to compare

Fix

  • #73 @Data-Meister allow adding onBlur and onKeyPress to element without force notify

Chore

v3.0.0

26 Apr 11:58
Compare
Choose a tag to compare

New major release since React < 15.3 support is dropped.

v2.4.2

18 Nov 23:20
Compare
Choose a tag to compare
  • FIX: "Weird Edge-Casey Render Race #40", fixed by "Track current debouncing state #47"

v2.4.1

07 Nov 23:46
Compare
Choose a tag to compare
  • 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

09 Jun 14:32
Compare
Choose a tag to compare
  • Feature: allow to use any element or even custom component (with value/onChange API) to be used: #30. Thanks to @Data-Meister