Releases: insoftlabs/raddix
Releases · insoftlabs/raddix
@raddix/use-click-outside@0.1.1
Patch Changes
- 0a0204e: Update documentation links
@raddix/switch@1.0.5
@raddix/use-timeout@1.1.0
Minor Changes
- 70010d0: Added two new return functions:
reset
andrun
@raddix/use-interval@1.1.0
Minor Changes
- 0ec61b2: Add null type in the delay option
@raddix/use-timeout@1.0.0
Major Changes
- 743dd1e: Added the useTimeout hook
@raddix/use-interval@1.0.0
Major Changes
- cce3f8c: Added the useInterval hook
@raddix/use-count-down@1.0.0
Major Changes
-
91f561e: The hook API has been changed because it now provides more flexibility and is easier to use.
The isFinished value was temporarily removed, it will be re-incorporated in a future feature of this release.
@raddix/use-count-down@0.1.1
Patch Changes
-
c1b91ef: Fixed execution of onFinished (it never got to execute when the countdown reached 0)
Fixed execution of reset (doesn't start again from initialValue)
@raddix/use-count-down@0.1.0
Minor Changes
- 4ffccdb: Added the useCountDown hook
@raddix/use-media-query@0.1.1
Patch Changes
- d60b969: Add keywords in package.json