Skip to content

Tags: menincode/react-query

Tags

v3.21.1

Toggle v3.21.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): do not render DevTools during SSR (TanStack#2615)

v3.21.0

Toggle v3.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(devtools): show disabled badge for a query if all observers are …

…disabled (TanStack#2592)

v3.20.0

Toggle v3.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(infiniteQuery): add possibility to decide which pages should be …

…refetched (TanStack#2557)

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)