Skip to content

Commit

Permalink
Merge pull request #48 from Ashish-simpleCoder/feature/develop-hooks
Browse files Browse the repository at this point in the history
release v1
  • Loading branch information
Ashish-simpleCoder authored Jul 8, 2024
2 parents 5335e12 + c8bbfb5 commit be47066
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 96 deletions.
10 changes: 0 additions & 10 deletions .changeset/beige-ladybugs-camp.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eighty-seahorses-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-waves-hammer.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/gold-wolves-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-pumas-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-trees-move.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-rules-help.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sharp-hornets-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-cows-explode.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-tables-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-grapes-thank.md

This file was deleted.

43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# classic-react-hooks

## 1.0.0

### Major Changes

- 72681e1: Major 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

- 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

## 1.0.0-beta.10

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "classic-react-hooks",
"version": "1.0.0-beta.10",
"version": "1.0.0",
"description": "A great collection of React utility hooks",
"keywords": [
"classic-react-hooks",
Expand Down

0 comments on commit be47066

Please sign in to comment.