Skip to content

Tags: Flavio27/react-query

Tags

v3.19.6

Toggle v3.19.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(core): change `shouldFetchOptionally` function to account for que…

…ry key changes (TanStack#2565)

v3.19.5

Toggle v3.19.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(core): change `shouldFetchOptionally` condition (TanStack#2556)

v3.19.4

Toggle v3.19.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(useQueries): make sure keepPreviousData is respected (TanStack#2340)

v3.19.3

Toggle v3.19.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): apply placeholderData also to disabled queries (TanSta…

…ck#2541)

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)