Skip to content

Releases: TanStack/query

v5.9.0

29 Nov 07:48

Choose a tag to compare

Version 5.9.0 - 11/29/2023, 7:47 AM

Changes

Feat

Fix

  • types: Fix types when using select with the queryOptions helper (#6454) (3319d80) by Charlotte Grace (Bone)

Chore

Packages

v5.8.9

28 Nov 08:28

Choose a tag to compare

Version 5.8.9 - 11/28/2023, 8:27 AM

Changes

Fix

Chore

  • remove integrations packages from sherif (5163ed4) by Dominik Dorfmeister

Test

  • add vite5 integration test for react (#6443) (6b79e10) by Dominik Dorfmeister

Packages

v5.8.8

27 Nov 15:02

Choose a tag to compare

Version 5.8.8 - 11/27/2023, 3:01 PM

Changes

Fix

Docs

  • add wagmi to community-projects.md (5d1797c) by Dominik Dorfmeister
  • Fix Typo in migrating-to-v5.md (#6440) (e0b6e6e) by Ruben Oostinga
  • Use latest version of jscodeshift (#6394) (19564db) by Kolja
  • troubleshooting commands for contributors (#6403) (e5a1f5e) by Tomasz Ducin

Other

  • docs(installation) remove note about v5 being a release-candidate (#6393) (9191f15) by Thomas Pfeiffer

Packages

v5.8.7

24 Nov 19:49

Choose a tag to compare

Version 5.8.7 - 11/24/2023, 7:48 PM

Changes

Fix

  • core: make sure queries initialize correctly (#6431) (43bb4b9) by Dominik Dorfmeister

Packages

v5.8.6

24 Nov 09:20

Choose a tag to compare

Version 5.8.6 - 11/24/2023, 9:19 AM

Changes

Fix

  • react-query: make sure options are up-to-date when a mounted component re-suspends (#6429) (1f0088e) by Dominik Dorfmeister

Chore

Docs

  • Update dependent-queries.md (#6418) (87174c9) by Ishrath Inaam
  • useMutationState: add reference (#6423) (94dc3f6) by Philip Englund

Packages

v5.8.5

22 Nov 21:47

Choose a tag to compare

Version 5.8.5 - 11/22/2023, 9:47 PM

Changes

Fix

Docs

Packages

v5.8.4

15 Nov 11:30

Choose a tag to compare

Version 5.8.4 - 11/15/2023, 11:29 AM

Changes

Fix

  • react-query: useSuspenseQuery returns undefined as data when network is offline (#6350) (e7f6d3a) by EL AYADI Mohamed

Chore

  • Update to prettier v3.1.0 (#6378) (83d71c3) by Lachlan Collins
  • Add Sherif to CI to lint monorepo config (#6376) (b8bfe43) by Lachlan Collins

Docs

  • Fix example hook cleanup if window is undefined (#6372) (c6d5f53) by Richard Ejem

Packages

v5.8.3

13 Nov 08:50

Choose a tag to compare

Version 5.8.3 - 11/13/2023, 8:49 AM

Changes

Manual Release: v5.8.3

Packages

v5.8.2

11 Nov 21:20
73e3396

Choose a tag to compare

fixes

fix(query-core): Show correct placeholderData when request in cache (#6357)

v5.8.1

08 Nov 08:05

Choose a tag to compare

Version 5.8.1 - 11/8/2023, 8:03 AM

Changes

Fix

  • core: make sure queries that re-subscribe will have the correct result (#6334) (4774f03) by Dominik Dorfmeister

Docs

  • vue-query: import nuxt composables from #imports (#6329) (4266f0b) by Daniel Roe
  • QueryClient.md: fix typo immuatable → immutable (#6330) (e3a0003) by Mihai Crisan
  • add missing useQueryClient to the documentation (#6322) (b384c4e) by @EmmanuelDemey

Test

  • asyncThrottle: migrated to useFakeTimers (#6324) (55d70c7) by wildOrlik

Packages