Skip to content

Releases: TanStack/query

v5.85.8

02 Sep 07:59
Compare
Choose a tag to compare

Version 5.85.8 - 9/2/25, 7:59 AM

Changes

Refactor

  • react-query: replace magic number with named constant in suspense timers (#9607) (ef0c16e) by Minha Kang

Ci

  • apply automated fixes (c44ca47) by autofix-ci[bot]

Packages

v5.85.7

02 Sep 07:23
Compare
Choose a tag to compare

Version 5.85.7 - 9/2/25, 7:22 AM

Changes

Refactor

Docs

Packages

v5.85.6

30 Aug 12:22
Compare
Choose a tag to compare

Version 5.85.6 - 8/30/25, 12:21 PM

Changes

Fix

  • core: make sure queries revert synchronously (#9601) (379670d) by Dominik Dorfmeister

Chore

  • deps: update marocchino/sticky-pull-request-comment digest to 9c40848 (#9473) (7c464e3) by renovate[bot]

Test

  • react-query/useMutation: remove "@testing-library/jest-dom/vitest" import (#9569) (a1b1279) by @sukvvon

Docs

  • update mutation status type (#9595) (428c19f) by @wo-o29
  • remove unnecessary trailing comma (#9594) (2a8ba49) by @wo-o29
  • fix type definitions in useQuery options (union, parameters, extra parentheses) (#9596) (54efe22) by @wo-o29
  • fix missing comma in useMutation example to prevent syntax errors (#9593) (ad0ca9f) by @wo-o29
  • Updates examples for invalidation from mutations (#9261) (1b0346f) by Kier Borromeo
  • Add not-prose class to browser logo images in devtools documentation (#9556) (9a3f683) by Dmytro Borysov

Packages

v5.85.5

19 Aug 09:42
Compare
Choose a tag to compare

Version 5.85.5 - 8/19/25, 9:41 AM

Changes

Fix

  • core: only reject when promise gets used (#9576) (abab082) by Dominik Dorfmeister

Packages

v5.85.4

19 Aug 09:12
Compare
Choose a tag to compare

Version 5.85.4 - 8/19/25, 9:10 AM

Changes

Fix

  • core: never revert to undefined data (#9577) (e4f5ce8) by Dominik Dorfmeister

Docs

  • react-query: recommend defaultError = unknown instead of AxiosError (#9575) (2989e69) by Lee
  • update community resources (f1e608b) by TkDodo

Packages

v5.85.3

14 Aug 13:07
Compare
Choose a tag to compare

Version 5.85.3 - 8/14/25, 1:05 PM

Changes

Fix

  • query-core: race condition in StrictMode (#9565) (51aad7d) by Dominik Dorfmeister

Test

  • core: tests for StrictMode behaviour (de3626a) by TkDodo

Packages

v5.85.2

14 Aug 08:52
Compare
Choose a tag to compare

Version 5.85.2 - 8/14/25, 8:51 AM

Changes

Fix

  • query-core: query cancellation and reverting (#9293) (0991576) by Dominik Dorfmeister

Packages

v5.85.1

14 Aug 07:59
Compare
Choose a tag to compare

Version 5.85.1 - 8/14/25, 7:57 AM

Changes

Fix

  • query-core: have revertState capture manual updates (#9558) (4806dfa) by Dominik Dorfmeister

Chore

  • update bundle-size badges to react 19.1.1 (9ae770b) by TkDodo

Packages

v5.85.0

12 Aug 12:41
Compare
Choose a tag to compare

Version 5.85.0 - 8/12/25, 12:41 PM

Changes

Feat

  • add solid devtools panel export to solid devtools (#9551) (c63713f) by Alem Tuzlak

Chore

  • update browser icons (#9555) (6402d75) by Dmytro Borysov
  • tsconfig.json: add "test-setup.ts" to "include" array (#9545) (6bf2eb7) by @sukvvon
  • angular-query: add infiniteQueryOptions tests from react-query (#9544) (95db48b) by Arnoud

Test

  • react-query/useIsFetching: remove unnecessary "advanceTimersByTimeAsync", unify to "rendered", and add detailed "expect" for custom queryClient and state updates during rendering (#9530) (77e53b0) by @sukvvon

Docs

  • Add Firefox and Edge browser extension support to devtools docs (#9548) (d25c0da) by Dmytro Borysov

Other

Packages

v5.84.2

08 Aug 14:00
Compare
Choose a tag to compare

Version 5.84.2 - 8/8/25, 2:00 PM

Changes

Fix

  • angular-query: align mutation options to most recent react-query types (#9543) (cd6ea9a) by Arnoud

Test

  • react-query/mutationOptions: add tests for without "mutationKey" in "mutationOptions" and add "sleep" to "mutationFn" (#9510) (34657e5) by @sukvvon

Packages