Skip to content

Releases: TanStack/query

v5.59.11

11 Oct 18:36
Compare
Choose a tag to compare

Version 5.59.11 - 10/11/24, 6:35 PM

Changes

Refactor

  • types: throw type error when skipToken is present in suspense query (#8082) (a991d92) by Gwansik Kim

Packages

v5.59.10

11 Oct 18:26
Compare
Choose a tag to compare

Version 5.59.10 - 10/11/24, 6:24 PM

Changes

Fix

  • core: correctly gc query when suspense is used when query unmounts while it"s still fetching (#8168) (5edd617) by Dominik Dorfmeister
  • react-query: Allow optional initialData object in queryOptions (#8162) (931d98d) by Sunghoon

Packages

v5.59.9

10 Oct 18:58
Compare
Choose a tag to compare

Version 5.59.9 - 10/10/24, 6:56 PM

Changes

Fix

  • core: don"t consider queries as enabled if they have no observers and have never fetched (successfully or erroneously) (#8161) (5228e51) by Dominik Dorfmeister

Test

Packages

v5.59.8

09 Oct 19:10
Compare
Choose a tag to compare

Version 5.59.8 - 10/9/24, 7:10 PM

Changes

Fix

  • allow optional initialData object (#8157) (329b5f8) by Jimmy Callin

Packages

v5.59.7

09 Oct 16:21
Compare
Choose a tag to compare

Version 5.59.7 - 10/9/24, 4:21 PM

Changes

Fix

  • eslint-plugin-query: ignore all non-identifier properties in rule infinite-query-property-order (#8158) (81e443c) by Manuel Schiller

Packages

v5.59.6

09 Oct 14:35
Compare
Choose a tag to compare

Version 5.59.6 - 10/9/24, 2:34 PM

Changes

Fix

  • perf: improve long running task performance in query core (#8107) (5499577) by David

Packages

v5.59.5

09 Oct 14:00
Compare
Choose a tag to compare

Version 5.59.5 - 10/9/24, 2:00 PM

Changes

Fix

  • react-query: Allow optional initialData in infiniteQueryOptions (#8154) (8d03029) by Sunghoon

Packages

v5.59.4

09 Oct 13:03
Compare
Choose a tag to compare

Version 5.59.4 - 10/9/24, 1:02 PM

Changes

Fix

  • core: do not inform QueriesObserver subscribers if combined result hasn"t changed (#8153) (cae2524) by Dominik Dorfmeister
  • eslint-plugin-query: handle callable params within exaustive-deps rule (#8150) (eb2f9d3) by pawel-twardziak

Chore

  • eslint-plugin-query: expect-expect warning for expectArrayEqualIgnoreOrder (#8143) (85a525a) by Sol Lee
  • no-shadow lint warning in insertAtPositions() (#8142) (78b086b) by Sol Lee

Test

  • hydration test case for overwriting with promise (05ccd65) by Dominik Dorfmeister

Packages

v5.59.3

09 Oct 05:48
Compare
Choose a tag to compare

Version 5.59.3 - 10/9/24, 5:48 AM

Changes

Fix

  • query-core: new cache entry check (#8151) (e419ab1) by jxom

Packages

v5.59.2

08 Oct 12:32
Compare
Choose a tag to compare

Version 5.59.2 - 10/8/24, 12:32 PM

Changes

Fix

  • eslint-plugin-query: handle nullish coalescing operator in exhaustive-deps rule (#8146) (c232a6f) by Eliya Cohen

Chore

  • eslint-plugin-query: change naming for text variables (#8135) (495b086) by Sol Lee
  • deps: update dependency svelte to v4.2.19 [security] (2fe16e5) by renovate[bot]
  • deps: update dependency vite to v5.3.6 [security] (08a568d) by renovate[bot]

Packages