Skip to content

Tags: erickwang/react-query

Tags

v3.5.12

Toggle v3.5.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: mention query options strictly for useQuery (TanStack#1609)

* docs: mention query options strictly for useQuery

This is in accordance with issues faced when trying use certain query options in `prefetchQuery` and `prefetchInfiniteQuery`. I opened a [discussion](TanStack#1596) and was [suggested](TanStack#1596 (reply in thread)) to open a PR to mention/describe the options available.

* Update QueryClient.md

* docs: fixed link to `useQuery` in `QueryClient`

made changes as suggested in TanStack#1609 (comment)

v3.5.11

Toggle v3.5.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(devtools): Added type attribute to all button elements (TanStack#…

…1581)

Adding type attribute tells browser what type of button it is. For most browsers the default type of button is submit. This causes a full page post back in older legacy server rendered frameworks like asp.net webfo

v3.5.10

Toggle v3.5.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: make sure queries which have dataUpdatedAt of 0 will be run (Tan…

…Stack#1556)

v3.5.9

Toggle v3.5.9's commit message
fix(devtools): filtering, hide sorting while filtering, show logo whe…

…n open

v3.5.8

Toggle v3.5.8's commit message
fix(devtools): remember panel height

v3.5.7

Toggle v3.5.7's commit message

v3.5.6

Toggle v3.5.6's commit message
fix: use query data when getting next and prev page params

v3.5.5

Toggle v3.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(devtools): Remove debug statement in devtools (TanStack#1516)

v3.5.4

Toggle v3.5.4's commit message
fix(devtools): guard against window in useMediaQuery

Fixes TanStack#1515

v3.5.3

Toggle v3.5.3's commit message
fix(devtools): guard against window for server envs