Skip to content

Tags: codeway-0841/react-query

Tags

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)

v3.14.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(query): add 'getObserversCount' util (TanStack#2130)

* feat(query): add 'getObserversCount' util

* refactor: replace usage of private observers with getter

v3.13.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): add mutationFn to UseMutationOptions (TanStack#2182)

v3.13.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): use MutationKey in UseMutationOptions (TanStack#2164)

v3.13.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add TQueryKey to QueryFunction generic type in QueryOptions, rem…

…ove ensureArray from Query (TanStack#2074)

* Add TQueryKey to QueryFunction generic type in QueryOptions

* Fix typing in souurce

* Fix inner typings, add test

* Avoid "as unknown" hack

* Remove ensureArray

v3.13.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: useInfiniteQuery suspense bug (TanStack#2119)

* fix useInfiniteQuery suspense bug

* real fix

* move fix to infiniteQueryObserver

v3.13.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(hydration): import useQueryClient directly from react-query (TanS…

…tack#2121)

v3.13.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(devtools): import useQueryClient directly from react-query (TanSt…

…ack#2113)