Skip to content

Tags: noccer/react-query

Tags

v3.19.0

Toggle v3.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(queryCache): add global onSuccess callback (TanStack#2404)

v3.18.1

Toggle v3.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update matchQuery logic to cater for all permutations (TanStack#…

…2275)

v3.18.0

Toggle v3.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: asyncStoragePersistor for React Native (TanStack#2360)

v3.17.3

Toggle v3.17.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(useQuery): don't inform observers about CancelledErrors (TanStack…

…#2409)

v3.17.2

Toggle v3.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(devtools): Hide devtools when closed, prevent focus (TanStack#2376)

v3.17.1

Toggle v3.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: display devtools only in production (TanStack#2382)

v3.17.0

Toggle v3.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: session storage persistor (TanStack#2282)

LocalStoragePersistor is now integrated with WebStoragePersistor, which can take any `Storage`

v3.16.1

Toggle v3.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(devtools): fix devtools crash on rejected promises on refetch (Ta…

…nStack#2344)

Catch the error using noop when refetching the query via devtools

fixes TanStack#2014

v3.16.0

Toggle v3.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: node 16 warning (TanStack#2249)

v3.15.3

Toggle v3.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: do not throw errors while a query is retrying (TanStack#2147)