Skip to content

Releases: TanStack/query

v5.63.0

08 Jan 14:22
Compare
Choose a tag to compare

Version 5.63.0 - 1/8/25, 2:21 PM

Changes

Feat

  • react-query: allow useQuery and useQueries to unsubscribe from the query cache with an option (#8348) (e2bc216) by Dominik Dorfmeister

Packages

v5.62.16

06 Jan 19:17
Compare
Choose a tag to compare

Version 5.62.16 - 1/6/25, 7:15 PM (Manual Release)

Changes

Fix

  • QueriesObserver: include default options on duplicate query, queryHash check (#8432) (e664d22) by nick-avi-say
  • vue-query: ensure queryKey match the current value of ref used inside (#8443) (3104854) by @Mini-ghost
  • react-query: eslint-plugin-query now working with vanilla js (#8322) (f6757a6) by Ifeanyi Aladi
  • eslint-plugin-query: export Plugin interface (#8392) (9a0ca9b) by Tomáš Vojtášek

Test

  • add a test to ensure new meta gets accepted by fetchQuery (d08d115) by Dominik Dorfmeister

Packages

v5.62.14

03 Jan 19:50
Compare
Choose a tag to compare

Version 5.62.14 - 1/3/25, 7:50 PM

Changes

Fix

  • react-query: ensureSuspenseTimers should ALWAYS set staleTime to 1000 when it is below 1000. (#8398) (0503282) by @minseong0324

Packages

v5.62.13

03 Jan 16:32
Compare
Choose a tag to compare

Version 5.62.13 - 1/3/25, 4:31 PM

Changes

Refactor

  • angular-query: deprecate injectQueryClient (#8497) (f2fb523) by Arnoud

Docs

Packages

v5.62.12

03 Jan 14:51
Compare
Choose a tag to compare

Version 5.62.12 - 1/3/25, 2:50 PM

Changes

Perf

  • query-core: Improve mutationCache implementation performance (#8496) (19b95c4) by Dominik Dorfmeister

Docs

Packages

v5.62.11

27 Dec 13:16
Compare
Choose a tag to compare

Version 5.62.11 - 12/27/24, 1:15 PM

Changes

Fix

Packages

v5.62.10

24 Dec 12:06
Compare
Choose a tag to compare

Version 5.62.10 - 12/24/24, 12:05 PM

Changes

Fix

  • solid-query: solid query options default error type (#8472) (287848b) by Muhammad Ilham Mubarak

Chore

  • react-query: update devDeps (#8427) (ee628e1) by Jonghyeon Ko

Docs

  • contributing: update pnpm version (#8473) (3bc3147) by Muhammad Ilham Mubarak

Packages

v5.62.9

23 Dec 16:53
Compare
Choose a tag to compare

Version 5.62.9 - 12/23/24, 4:51 PM

Changes

Fix

  • types: change symbol declarations (#8468) (1e73d3a) by Nick Lucas

Chore

Docs

  • Update infiniteQueryOptions.md (#8447) (18d81b9) by @caillou
  • useQuery: add more info to description of staleTime field of query options (#8448) (a76ac59) by gnerkus

Packages

v5.62.8

17 Dec 17:12
Compare
Choose a tag to compare

Version 5.62.8 - 12/17/24, 5:11 PM

Changes

Fix

  • types: fix issues with queryOptions factory method types (#8394) (4989399) by Nick Lucas

Chore

  • deps: use stable @types/react version (#8437) (94e2c77) by Lachlan Collins

Docs

  • use correct broadcastChannel default value and type name (#8436) (4521a04) by Alex Liu

Packages

v5.62.7

10 Dec 19:05
Compare
Choose a tag to compare

Version 5.62.7 - 12/10/24, 7:04 PM

Changes

Fix

  • query-core: respect initialData for queryClient.ensureQueryData (#8425) (465906a) by Dominik Dorfmeister

Chore

  • examples to react19 (#8408) (27ce0b6) by Dominik Dorfmeister

Packages