Skip to content

Tags: Silibrain/beautiful-react-hooks

Tags

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(shared): move function type checker into a separate utility (an…

…tonioru#385)

* refactor: move function check to separate function

* chore: update

v3.6.2

Toggle v3.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): useTimeout return type (antonioru#375)

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(useStorage): wraps setValue from useStorage hook in a useCallback…

… to persist its reference (antonioru#373)

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(hook): create useCookie hook (antonioru#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

Toggle v3.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(hook): useGeolocationState hook should export onError function (a…

…ntonioru#369)

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

* chore: update formatting

* fix: delete yarn.lock

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(hook): fixes useStorage initial value bug (antonioru#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

Toggle v3.5.0's commit message
feat(hook): introduces useURLSearchParams

v3.4.0

Toggle v3.4.0's commit message
feat(timeouts): increase the general timeout/delay value

v3.3.2

Toggle v3.3.2's commit message
Merge branch 'master' of github.com:antonioru/beautiful-react-hooks

v3.3.1

Toggle v3.3.1's commit message
fix(useQueryParams): fixes useQueryParam and useQueryParams state bug