Skip to content

Releases: Ashish-simpleCoder/classic-react-hooks

v1.4.0

08 Aug 12:13
08eda14
Compare
Choose a tag to compare

Minor Changes

  • b11719a: Add use-window-resize hook

v1.3.0

29 Jul 13:46
b7bf837
Compare
Choose a tag to compare

Minor Changes

  • b8fe2f5: Release use-intersection-observer hook

v1.2.1

16 Jul 12:10
6143531
Compare
Choose a tag to compare

Patch Changes

  • 81739cb: Upgrade development dependencies

    • [50bd2d9] build: update dependencies version
    • [e2495cb] dep: update vite dependency and rename vite config to latest version

v1.2.0

15 Jul 15:46
dbee5a2
Compare
Choose a tag to compare

Minor Changes

  • 39f9f42: Add timer cleanup on unmount in use-debounced-fn

    • fix #57: Callback is triggered after unmount for use-debounced-fn hook
    • Add tests for timer cleanup and params syncing in use-debounced-fn hook

v1.1.0

12 Jul 17:00
9e80949
Compare
Choose a tag to compare

Minor Changes

  • 0da1450: Fix doc issue and add new hook called use-throttled-hook

    • [279903f] docs: fix link typo of use-debounced-fn text
    • [def0a44] docs: docs: add doc for use-throttled-fn hook
    • [86bcb01] test: add test cases for use-throttled-fn hook
    • [5a4f1d8] feat: add use-throttled-fn hook
    • [75d88f4] style: update prettierignore config

v1.0.0

08 Jul 13:51
be47066
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • 4a00db0: Docs and some refactor for logic

    • [c1db97d] docs: remove doc template files
    • [d3cdff6] feat: create new copy-to-clipboard function in use-copy-to-clipboard
    • [44179bd] test: add test case to handle defaultValue in catch block in use-local-storage
    • [d8d5b41] fix: parse logic in use-local-storage
  • 8931f18: - Add use-client directive support

    • Turn off cleanUrl config in vitepress doc
    • Update test cases for use-event-listener hook
  • a14cd39: Add initialValue param for use-counter hook

  • a370a03: Update documentation and test cases

    • [f7c5939] docs: update overview
    • [3e06140] docs: update use-event-listener doc
    • [0a8ef61] docs: update js-doc for all of the hooks
    • [bb05733] remove: useCallback from hooks
    • [a8f50f6] test: add extra test case for use-outside-click for covering the branch
  • 20c59ec: Update docs and fix logic issues in hooks

  • 4709360: - doc: update description for delay in use-debounced-fn

    • doc: update use-outside-click hook doc for new option param
    • feat: add Options param in use-outside-click hook
    • doc: remove return type from use-event-listener doc
    • type: export use-event-listener params types
  • 7e65ed2: - Add refs support in use-event-listener

    • Update doc for use-event-listener
    • Add new test case for testing refs in use-event-listener
  • 034f910: Fix working with ref for use-outside-click hook

Patch Changes

  • b21e739: Fix missing utility type Prettify in build
  • 6fff795: first beta release

v1.0.0-beta.10

04 Jul 15:29
5335e12
Compare
Choose a tag to compare
v1.0.0-beta.10 Pre-release
Pre-release

Minor Changes

  • 4a00db0: Docs and some refactor for logic

    • [c1db97d] docs: remove doc template files
    • [d3cdff6] feat: create new copy-to-clipboard function in use-copy-to-clipboard
    • [44179bd] test: add test case to handle defaultValue in catch block in use-local-storage
    • [d8d5b41] fix: parse logic in use-local-storage

v1.0.0-beta.9

29 Jun 17:07
804f553
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

Minor Changes

  • a14cd39: Add initialValue param for use-counter hook

v1.0.0-beta.8

29 Jun 15:50
9da443e
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

Minor Changes

  • a370a03: Update documentation and test cases

    • [f7c5939] docs: update overview
    • [3e06140] docs: update use-event-listener doc
    • [0a8ef61] docs: update js-doc for all of the hooks
    • [bb05733] remove: useCallback from hooks
    • [a8f50f6] test: add extra test case for use-outside-click for covering the branch

v1.0.0-beta.7

09 May 10:39
ba346a9
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

Minor Changes

  • 4709360: - doc: update description for delay in use-debounced-fn
    • doc: update use-outside-click hook doc for new option param
    • feat: add Options param in use-outside-click hook
    • doc: remove return type from use-event-listener doc
    • type: export use-event-listener params types