Skip to content

Tags: joeydotdev/react-query

Tags

v3.17.3

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

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

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

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

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

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

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)

v3.15.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(useQuery): make sure queryKeys are always an array at runtime whe…

…n passed to the queryFn (TanStack#2200)

v3.15.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): allow returning of any promise in the mutation callbacks (T…

…anStack#2189)

v3.15.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(persist): Added hydrate and dehydrate options to the persistQuer…

…yClient function (TanStack#2131)