Releases: antonioru/beautiful-react-hooks
Releases · antonioru/beautiful-react-hooks
v3.7.0
chore(shared): move function type checker into a separate utility (#385) * refactor: move function check to separate function * chore: update
v3.6.2
fix(types): useTimeout return type (#375)
v3.6.1
fix(useStorage): wraps setValue from useStorage hook in a useCallback…
v3.6.0
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
fix(hook): useGeolocationState hook should export onError function (#…
v3.5.1
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
feat(hook): introduces useURLSearchParams
v3.4.0
feat(timeouts): increase the general timeout/delay value
v3.3.2
Merge branch 'master' of github.com:antonioru/beautiful-react-hooks
v3.3.1
fix(useQueryParams): fixes useQueryParam and useQueryParams state bug