Skip to content

Releases: TanStack/query

v5.53.2

01 Sep 20:43
Compare
Choose a tag to compare

Version 5.53.2 - 9/1/24, 8:41 PM

Changes

Fix

Chore

  • angular-query: add injection context tests (#7993) (cc20045) by Arnoud
  • deps: update to @tanstack/config 0.13.1 (#7986) (4b2c8c5) by Lachlan Collins

Docs

  • angular-query: update overview and readme (#7994) (4977296) by Arnoud

Packages

  • @tanstack/query-core@5.53.2
  • @tanstack/react-query@5.53.2
  • @tanstack/solid-query@5.53.2
  • @tanstack/vue-query@5.53.2
  • @tanstack/angular-query-experimental@5.53.2
  • @tanstack/query-broadcast-client-experimental@5.53.2
  • @tanstack/query-persist-client-core@5.53.2
  • @tanstack/query-sync-storage-persister@5.53.2
  • @tanstack/react-query-devtools@5.53.2
  • @tanstack/react-query-persist-client@5.53.2
  • @tanstack/react-query-next-experimental@5.53.2
  • @tanstack/solid-query-devtools@5.53.2
  • @tanstack/solid-query-persist-client@5.53.2
  • @tanstack/svelte-query@5.53.2
  • @tanstack/svelte-query-devtools@5.53.2
  • @tanstack/svelte-query-persist-client@5.53.2
  • @tanstack/vue-query-devtools@5.53.2
  • @tanstack/angular-query-devtools-experimental@5.53.2
  • @tanstack/query-async-storage-persister@5.53.2

v5.53.1

30 Aug 10:30
Compare
Choose a tag to compare

Version 5.53.1 - 8/30/24, 10:29 AM

Changes

Fix

  • query-core: handle errors that occur inside setData method (#7966) (50315ac) by Bohdan Yefimenko

Chore

  • deps: use ESLint v9 (#7985) (82bfc34) by Lachlan Collins
  • deps: update eslint plugins (#7984) (8fe9010) by Lachlan Collins

Packages

  • @tanstack/query-core@5.53.1
  • @tanstack/react-query@5.53.1
  • @tanstack/query-broadcast-client-experimental@5.53.1
  • @tanstack/query-persist-client-core@5.53.1
  • @tanstack/query-sync-storage-persister@5.53.1
  • @tanstack/react-query-devtools@5.53.1
  • @tanstack/react-query-persist-client@5.53.1
  • @tanstack/react-query-next-experimental@5.53.1
  • @tanstack/solid-query@5.53.1
  • @tanstack/solid-query-devtools@5.53.1
  • @tanstack/solid-query-persist-client@5.53.1
  • @tanstack/svelte-query@5.53.1
  • @tanstack/svelte-query-devtools@5.53.1
  • @tanstack/svelte-query-persist-client@5.53.1
  • @tanstack/vue-query@5.53.1
  • @tanstack/vue-query-devtools@5.53.1
  • @tanstack/angular-query-experimental@5.53.1
  • @tanstack/query-async-storage-persister@5.53.1
  • @tanstack/angular-query-devtools-experimental@5.53.1

v5.53.0

30 Aug 07:15
Compare
Choose a tag to compare

Version 5.53.0 - 8/30/24, 7:14 AM

Changes

Feat

  • eslint-plugin: use typescript-eslint v8 stable (#7968) (f3aad7c) by Riva Junior

Packages

  • @tanstack/eslint-plugin-query@5.53.0

v5.52.3

29 Aug 23:05
Compare
Choose a tag to compare

Version 5.52.3 - 8/29/24, 11:03 PM

Changes

Fix

  • angular-query: fix type of isSuccess, isError, isPending, isIdle on mutation result (#7923) (eee80af) by divdavem

Chore

  • deps: update @algolia/client-search to v5 (major) (#7979) (189e0c5) by renovate[bot]
  • deps: update material-ui monorepo to v6 (major) (#7978) (f240106) by renovate[bot]
  • deps: update dependency jscodeshift to v17 (#7977) (7f55169) by renovate[bot]
  • deps: update dependency eslint-plugin-jsdoc to v50 (#7976) (b227998) by renovate[bot]
  • deps: update dependency jsdom to v25 (#7975) (21bddeb) by renovate[bot]
  • simplify clean commands (#7973) (907a38b) by Lachlan Collins
  • better type vs value import separation (#7972) (86d8438) by Lachlan Collins
  • devtools: consistent casing of devtools types (#7971) (756164a) by Lachlan Collins

Docs

  • Add known limitation about cancellation with suspense hooks (#7958) (804357b) by Romain Trotard

Packages

  • @tanstack/eslint-plugin-query@5.52.3
  • @tanstack/query-async-storage-persister@5.52.3
  • @tanstack/query-broadcast-client-experimental@5.52.3
  • @tanstack/query-core@5.52.3
  • @tanstack/query-devtools@5.52.3
  • @tanstack/query-persist-client-core@5.52.3
  • @tanstack/query-sync-storage-persister@5.52.3
  • @tanstack/react-query@5.52.3
  • @tanstack/react-query-devtools@5.52.3
  • @tanstack/react-query-persist-client@5.52.3
  • @tanstack/react-query-next-experimental@5.52.3
  • @tanstack/solid-query@5.52.3
  • @tanstack/solid-query-devtools@5.52.3
  • @tanstack/solid-query-persist-client@5.52.3
  • @tanstack/svelte-query@5.52.3
  • @tanstack/svelte-query-devtools@5.52.3
  • @tanstack/svelte-query-persist-client@5.52.3
  • @tanstack/vue-query@5.52.3
  • @tanstack/vue-query-devtools@5.52.3
  • @tanstack/angular-query-devtools-experimental@5.52.3
  • @tanstack/angular-query-experimental@5.52.3

v5.52.2

26 Aug 17:56
Compare
Choose a tag to compare

Version 5.52.2 - 8/26/24, 5:54 PM

Changes

Fix

  • types: error booleans shouldn"t permanently be typed as false (#7956) (b93941d) by Dominik Dorfmeister

Chore

Examples

  • svelte-query: fix svelte auto-refetching styling (#7951) (519759d) by Lachlan Collins

Packages

  • @tanstack/query-core@5.52.2
  • @tanstack/react-query@5.52.2
  • @tanstack/solid-query@5.52.2
  • @tanstack/angular-query-experimental@5.52.2
  • @tanstack/query-broadcast-client-experimental@5.52.2
  • @tanstack/query-persist-client-core@5.52.2
  • @tanstack/query-sync-storage-persister@5.52.2
  • @tanstack/react-query-devtools@5.52.2
  • @tanstack/react-query-persist-client@5.52.2
  • @tanstack/react-query-next-experimental@5.52.2
  • @tanstack/solid-query-devtools@5.52.2
  • @tanstack/solid-query-persist-client@5.52.2
  • @tanstack/svelte-query@5.52.2
  • @tanstack/svelte-query-devtools@5.52.2
  • @tanstack/svelte-query-persist-client@5.52.2
  • @tanstack/vue-query@5.52.2
  • @tanstack/vue-query-devtools@5.52.2
  • @tanstack/angular-query-devtools-experimental@5.52.2
  • @tanstack/query-async-storage-persister@5.52.2

v5.52.1

22 Aug 16:37
Compare
Choose a tag to compare

Version 5.52.1 - 8/22/24, 4:37 PM

Changes

Fix

Docs

  • make copyable example useful by default (#7928) (639363c) by Lanre Adelowo

Packages

  • @tanstack/react-query@5.52.1
  • @tanstack/react-query-devtools@5.52.1
  • @tanstack/react-query-persist-client@5.52.1
  • @tanstack/react-query-next-experimental@5.52.1

v5.52.0

20 Aug 18:56
Compare
Choose a tag to compare

Version 5.52.0 - 8/20/24, 6:54 PM

Changes

Feat

  • eslint-plugin-query: add rule that disallows putting the result of query hooks directly in a React hook dependency array (#7911) (f65ebe7) by Manuel Schiller

Refactor

  • query-core: type override subscribe in InfiniteQueryObserver more clearly (#7914) (683c85e) by @manudeli

Docs

Packages

  • @tanstack/eslint-plugin-query@5.52.0
  • @tanstack/query-core@5.52.0
  • @tanstack/query-broadcast-client-experimental@5.52.0
  • @tanstack/query-persist-client-core@5.52.0
  • @tanstack/query-sync-storage-persister@5.52.0
  • @tanstack/react-query@5.52.0
  • @tanstack/react-query-devtools@5.52.0
  • @tanstack/react-query-persist-client@5.52.0
  • @tanstack/react-query-next-experimental@5.52.0
  • @tanstack/solid-query@5.52.0
  • @tanstack/solid-query-devtools@5.52.0
  • @tanstack/solid-query-persist-client@5.52.0
  • @tanstack/svelte-query@5.52.0
  • @tanstack/svelte-query-devtools@5.52.0
  • @tanstack/svelte-query-persist-client@5.52.0
  • @tanstack/vue-query@5.52.0
  • @tanstack/vue-query-devtools@5.52.0
  • @tanstack/angular-query-experimental@5.52.0
  • @tanstack/query-async-storage-persister@5.52.0
  • @tanstack/angular-query-devtools-experimental@5.52.0

v5.51.24

19 Aug 11:04
Compare
Choose a tag to compare

Version 5.51.24 - 8/19/24, 11:03 AM

Changes

Refactor

  • query-core: shorten listeners code (#7913) (6500c98) by Jonghyeon Ko

Ci

  • *: official @vitest/eslint-plugin (#7896) (ab1a353) by Jonghyeon Ko
  • apply automated fixes (04c977b) by autofix-ci[bot]
  • rename integration projects for consistency (#7875) (73fbf00) by Lachlan Collins

Docs

Doc

  • Issue template: Point to latest examples (#7878) (59a6d3d) by Ian VanSchooten

Packages

  • @tanstack/query-core@5.51.24
  • @tanstack/query-sync-storage-persister@5.51.24
  • @tanstack/react-query@5.51.24
  • @tanstack/solid-query@5.51.24
  • @tanstack/vue-query@5.51.24
  • @tanstack/angular-query-experimental@5.51.24
  • @tanstack/query-broadcast-client-experimental@5.51.24
  • @tanstack/query-persist-client-core@5.51.24
  • @tanstack/react-query-devtools@5.51.24
  • @tanstack/react-query-persist-client@5.51.24
  • @tanstack/react-query-next-experimental@5.51.24
  • @tanstack/solid-query-devtools@5.51.24
  • @tanstack/solid-query-persist-client@5.51.24
  • @tanstack/svelte-query@5.51.24
  • @tanstack/svelte-query-devtools@5.51.24
  • @tanstack/svelte-query-persist-client@5.51.24
  • @tanstack/vue-query-devtools@5.51.24
  • @tanstack/angular-query-devtools-experimental@5.51.24
  • @tanstack/query-async-storage-persister@5.51.24

v5.51.23

08 Aug 08:03
Compare
Choose a tag to compare

Version 5.51.23 - 8/8/24, 8:02 AM

Changes

Fix

  • react-query: ensure we have a gcTime of at least 1 second when using suspense (#7860) (c744f99) by Dominik Dorfmeister

Docs

Packages

  • @tanstack/react-query@5.51.23
  • @tanstack/react-query-devtools@5.51.23
  • @tanstack/react-query-persist-client@5.51.23
  • @tanstack/react-query-next-experimental@5.51.23

v5.51.22

06 Aug 20:31
Compare
Choose a tag to compare

Version 5.51.22 - 8/6/24, 8:30 PM

Changes

Fix

  • angular-query: reorder query function declarations (#7861) (ed25a3f) by Arnoud

Docs

  • add contributing section (#7856) (1a1708b) by Jay
  • add suspensive react query to community projects (#7846) (075ba1c) by GwanSik Kim

Other

Packages

  • @tanstack/angular-query-experimental@5.51.22
  • @tanstack/angular-query-devtools-experimental@5.51.22