Skip to content

Tags: apenab/react-query

Tags

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: publish new types (TanStack#897)

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(actions): revert semantic release action code (TanStack#895)

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: replace query instance with query observer (TanStack#867)

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add structural sharing of data between query results (TanStack#883

)

v2.5.14

Toggle v2.5.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: readme header image (TanStack#863)

v2.5.13

Toggle v2.5.13'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 all callbacks are called in suspense mode (TanStack#828)

v2.5.12

Toggle v2.5.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fetch query when any instance is enabled (TanStack#827)

v2.5.11

Toggle v2.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(useInfiniteQuery): correctly set canFetchMore (TanStack#822)

canFetchMore should be false for falsy getFetchMore return value

v2.5.10

Toggle v2.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(QueryCache): Use default configuration used for QueryCache instan…

…ce for context (TanStack#808)

* Add failing test

* useConfigContext should use queryCache configRef, which will be defaultConfigRef by default

* ci

* Add failing test

* useConfigContext should use queryCache configRef, which will be defaultConfigRef by default

* use accessor

* Update for TS

* Add failing test for associated queries

* Add failing test for notifyGlobalListeners

* rename to defaultQueryCache in module scope to catch name conflicts

* Fix passing incorrect queryCache ref

v2.5.9

Toggle v2.5.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: check if the document global exists before usage (TanStack#817)