Skip to content

Releases: antonioru/beautiful-react-hooks

v3.7.0

08 Jul 21:51
8626ad0
Compare
Choose a tag to compare
chore(shared): move function type checker into a separate utility (#385)

* refactor: move function check to separate function

* chore: update

v3.6.2

28 Jun 08:17
8910abf
Compare
Choose a tag to compare
fix(types): useTimeout return type (#375)

v3.6.1

27 Jun 21:47
ba3039b
Compare
Choose a tag to compare
fix(useStorage): wraps setValue from useStorage hook in a useCallback…

… to persist its reference (#373)

v3.6.0

27 Jun 11:54
e37e56d
Compare
Choose a tag to compare
feat(hook): create useCookie hook (#370)

* feat(hook): create useCookieStore hook

* fix: rename + improve typings

* fix: useState

* fix: tests

* chore: final cleanup

* fix: cr

* chore: remove return

* chore: add useCallback

v3.5.2

26 Jun 12:41
d2c9134
Compare
Choose a tag to compare
fix(hook): useGeolocationState hook should export onError function (#…

…369)

* fix(hook): useGeolocationState hook should export onError function

* chore: update formatting

* fix: delete yarn.lock

v3.5.1

25 Jun 11:41
18e086f
Compare
Choose a tag to compare
fix(hook): fixes useStorage initial value bug (#368)

* fix(hook): updated types, added tests to check browser storage, added fix for setting storage on initial load
* fix(hook): reverted ?? back to || in useStorage

v3.5.0

23 Jun 21:35
Compare
Choose a tag to compare
feat(hook): introduces useURLSearchParams

v3.4.0

22 Jun 11:38
Compare
Choose a tag to compare
feat(timeouts): increase the general timeout/delay value

v3.3.2

21 Jun 19:22
Compare
Choose a tag to compare
Merge branch 'master' of github.com:antonioru/beautiful-react-hooks

v3.3.1

21 Jun 19:17
Compare
Choose a tag to compare
fix(useQueryParams): fixes useQueryParam and useQueryParams state bug