Skip to content

Releases: antonioru/beautiful-react-hooks

v3.12.2

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

v3.12.1

11 Jan 14:58
Compare
Choose a tag to compare
fix(useInfiniteScroll): prevents default event and stops propagation

v3.12.0

11 Jan 14:36
Compare
Choose a tag to compare
feat(console): Makes sure to console.warn the same message only once

v3.11.2

16 Oct 16:06
0576995
Compare
Choose a tag to compare
fix(useValidatedSate): fixes useValidatedState hook types (#394)

v3.11.1

19 Aug 16:01
Compare
Choose a tag to compare
Merge branch 'master' of github.com:antonioru/beautiful-react-hooks

v3.11.0

19 Aug 15:54
Compare
Choose a tag to compare
Merge branch 'master' of github.com:antonioru/beautiful-react-hooks

v3.10.0

09 Aug 20:47
Compare
Choose a tag to compare
feat(hook): create useDarkMode hook (#381)

* feat(hook): create useDarkMode hook

* chore: cleanup

Co-authored-by: Antonio Rù <6342784+antonioru@users.noreply.github.com>

v3.9.0

09 Aug 20:20
2e712d9
Compare
Choose a tag to compare
feat(hook): introduce useAudio hook (#383)

* feat(hook): introduce useAudio hook

* chore: update readme

* chore: rename useSetState to useObjectState

v3.8.0

09 Aug 19:55
Compare
Choose a tag to compare
feat(passive-events): introduces 'passive' events flag

v3.7.1

09 Aug 19:42
a71cfba
Compare
Choose a tag to compare
fix(passive-events): allow user to change passive flag for change eve…

…nts (#384)

* fix: allow user to change passive flag for change events

* fix: formatting