Skip to content

Releases: antonioru/beautiful-react-hooks

v5.0.3

Choose a tag to compare

@github-actions github-actions released this 12 Mar 20:55
fix(dependencies): Update deps

v5.0.2

Choose a tag to compare

@github-actions github-actions released this 28 Apr 18:18
fix(peer-deps): Bump version v5.2.0, patch

v5.0.1

Choose a tag to compare

@github-actions github-actions released this 20 Nov 15:57
beceac5
Merge pull request #417 from phikes/fix-types-in-package-json

fix: correct types when using esm imports

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 19:03
2157311
Merge pull request #415 from little-buddy/master

refactor(hook): useWillUnmount impl by useLayoutEffect

BREAKING CHANGE: renames useWillUnmount into useUnmount

v4.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 12:13
feat(hooks): Introduces useSpeechRecognition

v4.2.1

Choose a tag to compare

@github-actions github-actions released this 18 Mar 13:28
Merge pull request #408 from antonioru/fix/package-specifiers

fix(specifiers): Updates package.json specifiers

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 12:04
Merge pull request #407 from antonioru/feat/use-long-press

feat(hook): introduces useLongPress hook

v4.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Mar 20:58
fix(deps): fixes wrong dependecies

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 17:30
e8e8998
feat(hook): useMutableState (#405)

* feat(hook): Enter useMutableState

* feat(hook): adds useMutableState tests

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 22:03
Merge pull request #404 from antonioru/feat/remove_index

Version 4.0.0

BREAKING CHANGE: removes index.ts file from src directory