Skip to content

Releases: mthahzan/react-component-action-debouncer

1.1.0

02 Nov 03:31
Compare
Choose a tag to compare

Debouncer v1.1.0

Features added

  • Added new type THROTTLE

Bug fuxes

  • TRAILING_EDGE was incorrectly named. Changed this to THROTTLE and fixed TRAILING_EDGE with an actual trailing edge debounce.

1.0.0

01 Nov 06:07
Compare
Choose a tag to compare

Debouncer v1.0.0

New features

  • Simple debounce usage
  • Fine control over debounce effect
    • Support debouncing multiple actions
    • Configure duration
    • Configure debounce type (Leading or Trailing edge)