Skip to content

Releases: antonioru/beautiful-react-hooks

v5.0.1

20 Nov 15:57
beceac5
Compare
Choose a tag to compare
Merge pull request #417 from phikes/fix-types-in-package-json

fix: correct types when using esm imports

v5.0.0

08 Aug 19:03
2157311
Compare
Choose a tag to compare
Merge pull request #415 from little-buddy/master

refactor(hook): useWillUnmount impl by useLayoutEffect

BREAKING CHANGE: renames useWillUnmount into useUnmount

v4.3.0

19 Mar 12:13
Compare
Choose a tag to compare
feat(hooks): Introduces useSpeechRecognition

v4.2.1

18 Mar 13:28
Compare
Choose a tag to compare
Merge pull request #408 from antonioru/fix/package-specifiers

fix(specifiers): Updates package.json specifiers

v4.2.0

18 Mar 12:04
Compare
Choose a tag to compare
Merge pull request #407 from antonioru/feat/use-long-press

feat(hook): introduces useLongPress hook

v4.1.1

15 Mar 20:58
Compare
Choose a tag to compare
fix(deps): fixes wrong dependecies

v4.1.0

14 Mar 17:30
e8e8998
Compare
Choose a tag to compare
feat(hook): useMutableState (#405)

* feat(hook): Enter useMutableState

* feat(hook): adds useMutableState tests

v4.0.0

13 Mar 22:03
Compare
Choose a tag to compare
Merge pull request #404 from antonioru/feat/remove_index

Version 4.0.0

BREAKING CHANGE: removes index.ts file from src directory

v3.12.3

25 Feb 13:41
Compare
Choose a tag to compare
Merge pull request #400 from jaalru/fix-395

馃悰  fix(useLocalStorage): no longer returns a new setValue function every time setValue is called

v3.12.2

11 Jan 17:55
Compare
Choose a tag to compare
fix(useInfiniteScroll): fixes console.error message