Skip to content

Tags: descire/react-query

Tags

v3.19.2

Toggle v3.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat (QueryClient): getQueriesData for matching multiple queries (Tan…

…Stack#2513)

v3.19.1

Toggle v3.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(MutationOptions): improve the type of onMutate (TanStack#2494)

set the return type of onMutate as Promise<TContext | undefined> instead of Promise<TContext> | Promise<undefined> to make it work with async functions

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