Skip to content

Tags: collabsoft/react-query

Tags

v3.26.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(useInfiniteQuery): respect cancelRefetch flag for infinite queri…

…es (fetchNextPage, fetchPreviousPage) (TanStack#2731)

v3.25.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(devtools): replace all instances of rem with em. (TanStack#2760)

v3.25.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(useQuery): make refetchInterval accept a function (TanStack#2622)

v3.24.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(broadcastQueryClient): Change broadcastChannel type to optional (T…

…anStack#2752)

v3.24.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(devtools): Default ReactQueryDevtoolsPanel isOpen to true (TanSta…

…ck#2746)

change the `isOpen` prop for the ReactQueryDevtoolsPanel component to default
to true. The subscriptions aren't set up when no isOpen prop is passed, which makes
the panel not show any updates when used without the isOpen prop.

Closes TanStack#2745

v3.24.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(core): add index.js files to sideEffects (TanStack#2703)

v3.24.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(persistQueryClient): import hydration utils from core in persistQ…

…ueryClient (TanStack#2684)

v3.24.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(core): make sure erroneous queries refetch when query keys change (

…TanStack#2686)

v3.24.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): exclude queryKey / queryFn from options if they have been…

… provided as a separate argument (TanStack#2689)

v3.24.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add isRefetching flag (TanStack#2469)