Skip to content

Releases: TanStack/query

v5.66.11

28 Feb 13:55
Compare
Choose a tag to compare

Version 5.66.11 - 2/28/25, 1:53 PM

Changes

Fix

  • react-query: add warning when useBaseQuery is called without a queryFn (#8701) (2bf7ec6) by Harry

Test

Packages

v5.66.10

28 Feb 10:12
Compare
Choose a tag to compare

Version 5.66.10 - 2/28/25, 10:11 AM

Changes

Fix

  • react-query: fix type breaking when using useSuspenseQueries with spreaded queryOptions (#8709) (ac4c56c) by Yoomin Kang

Chore

  • deps: update dependency solid-js to v1.9.4 [security] (#8695) (74db582) by renovate[bot]

Docs

Packages

v5.66.9

21 Feb 13:20
Compare
Choose a tag to compare

Version 5.66.9 - 2/21/25, 1:19 PM

Changes

Fix

  • types: prevent type errors and improve inference for dynamic queries on useQueries and useSuspenseQueries (#8624) (f63ba16) by Yoomin Kang

Packages

v5.66.8

20 Feb 13:12
Compare
Choose a tag to compare

Version 5.66.8 - 2/20/25, 1:11 PM

Changes

Fix

  • react-query: fix inferring data as | undefined when using initialData without queryFn (#8674) (9ac54b1) by Yoomin Kang

Docs

Packages

v5.66.7

18 Feb 14:01
Compare
Choose a tag to compare

Version 5.66.7 - 2/18/25, 2:00 PM

Changes

Refactor

  • Simplify useQueries (#8661) (caf7bde) by Yunyoung Jordan Choi

Packages

v5.66.6

18 Feb 09:48
Compare
Choose a tag to compare

Version 5.66.6 - 2/18/25, 9:47 AM

Changes

Fix

  • react-query: make error to be shown when using queryOptions with initialData and skipToken in queryFn inside useSuspenseQueries (#8665) (56183f0) by Yoomin Kang

Packages

v5.66.5

17 Feb 16:00
Compare
Choose a tag to compare

Version 5.66.5 - 2/17/25, 3:59 PM

Changes

Fix

  • react-query: fix queryOptions with initialData to work on useSuspenseQueries (#8658) (9a7bfd9) by Yoomin Kang

Packages

v5.66.4

17 Feb 13:16
Compare
Choose a tag to compare

Version 5.66.4 - 2/17/25, 1:15 PM

Changes

Fix

  • devtools: force LTR direction for DevTools panel (#8656) (56c24f9) by Mohammad Amin Lotfi
  • no hydration when new promise comes in (#8383) (6ca0eb7) by Julius Marminge

Docs

  • better document throwOnError"s default (#8581) (bb25d06) by Alex Errant

Packages

v5.66.3

16 Feb 12:58
Compare
Choose a tag to compare

Version 5.66.3 - 2/16/25, 12:57 PM

Changes

Perf

  • react-query: useQueries have quadratic performance in relation to the number of queries (#8641) (4ab455c) by Kim YoungHoon

Packages

v5.66.2

16 Feb 10:21
Compare
Choose a tag to compare

Version 5.66.2 - 2/16/25, 10:19 AM

Changes

Fix

  • deps: Add react-native field to package.json for Metro resolutions (#8653) (5426e6c) by andy

Chore

  • angular-query: zoneless testing (#8652) (c807ee2) by Arnoud

Docs

Packages