Skip to content

Releases: TanStack/query

v5.51.13

25 Jul 15:57
Compare
Choose a tag to compare

Version 5.51.13 - 7/25/24, 3:57 PM

Changes

Fix

  • eslint-plugin: strictly type config keys (#7780) (55486f1) by Jeroen Claassens

Test

  • svelte-query: Better createMutation tests (#7773) (ffd404f) by Lachlan Collins

Ci

  • remove test:format from Nx workflow (#7775) (5760f70) by Lachlan Collins

Packages

v5.51.12

20 Jul 11:10
Compare
Choose a tag to compare

Version 5.51.12 - 7/20/24, 11:09 AM

Changes

Fix

Packages

v5.51.11

20 Jul 10:47
Compare
Choose a tag to compare

Version 5.51.11 - 7/20/24, 10:47 AM

Changes

Fix

  • svelte-query: Correct data type when initialData is set (#7769) (b764009) by Lachlan Collins

Ci

  • Enable autofix on push to release branch (b189e31) by Lachlan Collins

Docs

Packages

v5.51.10

18 Jul 12:04
Compare
Choose a tag to compare

Version 5.51.10 - 7/18/24, 12:03 PM

Changes

Fix

  • eslint-plugin-query: get scope from sourceCode (#7760) (e61edd2) by Dominik Dorfmeister

Ci

  • Remove git pre-commit hook (#7756) (ae8738a) by Lachlan Collins

Packages

v5.51.9

18 Jul 07:37
Compare
Choose a tag to compare

Version 5.51.9 - 7/18/24, 7:35 AM (Manual Release)

Changes

Fix

  • query-core: allow function value of notifyOnChangeProps query option to return undefined (#7441) (0c671ee) by @winghouchan

Ci

Docs

  • typedoc: Add frontmatter (#7753) (d02e610) by Lachlan Collins
  • svelte-query: Auto-generate reference docs (#7751) (13817e9) by Lachlan Collins
  • query-core: add matchQuery and matchMutation utils (#7643) (81ca333) by @robin4a4

Packages

v5.51.7

17 Jul 23:55
Compare
Choose a tag to compare

Version 5.51.7 - 7/17/24, 11:55 PM

Changes

Fix

  • eslint-plugin: handle ternary expressions in queryFn (#7747) (4c503c5) by Eliya Cohen

Packages

v5.51.6

17 Jul 19:41
Compare
Choose a tag to compare

Version 5.51.6 - 7/17/24, 7:40 PM

Changes

Fix

  • solid-query: Fix race condition issues with createQuery (#7748) (ffb11b3) by Aryan Deora

Packages

v5.51.5

17 Jul 14:37
Compare
Choose a tag to compare

Version 5.51.5 - 7/17/24, 2:35 PM

Changes

Fix

Test

  • svelte-query: Refactor test logic (#7744) (01212de) by Lachlan Collins

Docs

  • solid-query: add optional chaining to prevent suspense bug (#7709) (91cfc10) by Dhruv

Packages

v5.51.4

17 Jul 11:12
Compare
Choose a tag to compare

Version 5.51.4 - 7/17/24, 11:10 AM

Changes

Fix

  • core: do not invoke getNextPageParam or getPreviousPageParam if there is we have empty pages in the cache (#7743) (7edf587) by Dominik Dorfmeister

Chore

  • utils: Ensure consistent declaration style of utility functions and standardize parameters for the sleep method (#7554) (95d814a) by MinhoPark

Docs

  • Update Streaming with Server Components docs to reflect correct usage (#7725) (a1ce3c4) by Ryan Miller

Packages

v5.51.3

16 Jul 20:34
Compare
Choose a tag to compare

Version 5.51.3 - 7/16/24, 8:32 PM

Changes

Fix

  • vue-query: export InitialQueryOptions types (#7720) (a3f5a0a) by Andy Li

Chore

  • update knip schema to v5 (#7740) (23b9a19) by 김석진(poki)
  • deps: Update dev and example dependencies (#7742) (28af03f) by Lachlan Collins
  • *: vitest v2 (#7735) (d10a456) by Jonghyeon Ko
  • prettier (4635954) by Dominik Dorfmeister

Test

  • svelte-query: Check query states (#7741) (38e5c4b) by Lachlan Collins

Docs

  • access latest data for useMutationState (#7738) (369d826) by Kier Borromeo
  • Update comparison.md (#7703) (79e5202) by Alessia Bellisario

Packages