Skip to content

Tags: dudasc/react-query

Tags

v3.15.1

Toggle v3.15.1's commit message

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

Toggle v3.15.0's commit message

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

Toggle v3.14.0's commit message

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

Toggle v3.13.12's commit message

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

Toggle v3.13.11's commit message

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

Toggle v3.13.10's commit message

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

Toggle v3.13.9's commit message

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

Toggle v3.13.8's commit message

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

Toggle v3.13.7's commit message

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)

v3.13.6

Toggle v3.13.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): Add `undefined` return type in onMutate (TanStack#2089)

* onMutate callback add void in return type

* Add core type

* return type void to undefined

* onMutate return type change 'Promise<TContext> | Promise<undefined> | TContext | undefined'