Skip to content

Tags: ramirezramirez125/react-query

Tags

v2.5.6

Toggle v2.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(ReactQueryConfigProvider): correctly update defaultConfigRef (Tan…

…Stack#775)

`useConfigContext` will always be populated. Checking the context value before defaultConfig update

v2.5.5

Toggle v2.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: reduce the number of renders (TanStack#754)

v2.5.4

Toggle v2.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: fixed a typo (TanStack#779)

v2.5.3

Toggle v2.5.3's commit message
fix: force patch release

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(queryCache): caches from makeQueryCache should be unfrozen/cache …

…by default in node (TanStack#749)

Fix so the default behaviour matches the one described in the Readme.
Add tests for the above behaviour.

Closes TanStack#706

v2.5.0

Toggle v2.5.0's commit message
feat(queryCache): pass query to subscribers (TanStack#765)

Any cache update triggered by a query will pass the query as the second argument to subscribers.
This enables executing side-effects for specific query updates.

v2.4.21

Toggle v2.4.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): pass TError down to CachedQueryState (TanStack#763)

v2.4.20

Toggle v2.4.20'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 queryFn to ReactQueryProviderConfig (TanStack#762)

v2.4.19

Toggle v2.4.19's commit message
fix: make query info object stable