Skip to content

v1.0.0

Compare
Choose a tag to compare
@Ashish-simpleCoder Ashish-simpleCoder released this 08 Jul 13:51
· 78 commits to canary since this release
be47066

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