Skip to content

Tags: Ephem/react-query

Tags

v1.5.7

Toggle v1.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove shouldContinueRetryOnFocus on success (TanStack#563)

Co-authored-by: Avinash <[email protected]>

v1.5.6

Toggle v1.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): ReactQueryConfigProvider error type (TanStack#560)

This fixes TanStack#542 by allowing the `<ReactQueryConfigProvider>` to get the generic error type.

v1.5.5

Toggle v1.5.5's commit message

v1.5.4

Toggle v1.5.4'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 suspend on subsequent page loads (TanStack#531)

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): Fix error is typed as unknown (TanStack#483) (TanStack#514)

v1.5.2

Toggle v1.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: clear cache timeouts (TanStack#495)

* fix: clear cache timeouts

calling queryCache.clear() was empting the queries object but not tearing any of them down
this commit adds a clear method to the individual queries, which cancels timeouts and promises
queryCache.clear now loops through the queries and clears each one
I've also update the return type of queryCache.clear as it doesn't actually return anything

* fixup! fix: clear cache timeouts

Co-authored-by: Jack Ellis <[email protected]>

v1.5.1

Toggle v1.5.1's commit message
fix: cancelQueries now uses the query.cancel method

fix: query.cancelQueries was renamed to query.cancelPromises

v1.5.0

Toggle v1.5.0's commit message

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs(CONTRIBUTING): fix "chnages" typo (TanStack#491)

v1.4.3

Toggle v1.4.3's commit message