Skip to content

Releases: TanStack/query

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

v5.51.2

11 Jul 10:03
Compare
Choose a tag to compare

Version 5.51.2 - 7/11/24, 10:02 AM

Changes

Fix

  • solid-query: export InitialDataOptions types (#7707) (1846abe) by Brendan Allan

Ci

  • simplify publish script (#7719) (45a21d4) by Lachlan Collins
  • pnpm: Add .pnpmfile.cjs to remove indirect dependencies (#7667) (5c9efe8) by Lachlan Collins

Docs

  • query-client: broken hydration link (#7718) (8ecf0f7) by Chamath Palihawadana

Packages

v5.51.1

11 Jul 04:58
Compare
Choose a tag to compare

Version 5.51.1 - 7/11/24, 4:56 AM (Manual Release)

Changes

Ci

Docs

  • examples: Modernise Next.js examples (#7706) (b58da75) by Lachlan Collins
  • eslint-plugin-query: Fix rules links (#7705) (8d0ba7e) by twiddler
  • examples: Modernise React examples (#7704) (7fc9472) by Lachlan Collins
  • add Query Rewind to vue community projects (#7688) (14d9c49) by John Dunn

Packages

v5.51.0

08 Jul 08:05
Compare
Choose a tag to compare

Version 5.51.0 - 7/8/24, 8:05 AM

Changes

Feat

  • vue-query: add support for getters in query keys (#7608) (41009c9) by Suneet Tipirneni

Packages

v5.50.3

08 Jul 02:21
Compare
Choose a tag to compare

Version 5.50.3 - 7/8/24, 2:21 AM

Changes

Refactor

  • svelte-query: specify StoreOrVal in function signature (#7453) (2df92a6) by Aponia

Docs

  • react-query: correct links in the prefetching.md file (#7671) (c107fc5) by @87xie
  • examples: Fix duplicate example name (#7684) (d2a92d9) by Lachlan Collins

Packages

v5.50.2

06 Jul 22:59
Compare
Choose a tag to compare

Version 5.50.2 - 7/6/24, 10:59 PM

Changes

Fix

  • solid: Correct deps/devDeps/peerDeps (#7682) (9e5bc7b) by Lachlan Collins

Ci

  • Use pkg-pr-new templates (#7676) (ea4d8f2) by Lachlan Collins
  • Add preview workflow (#7675) (2273105) by Lachlan Collins

Packages

v5.50.1

05 Jul 03:01
Compare
Choose a tag to compare

Version 5.50.1 - 7/5/24, 3:00 AM

Changes

Fix

  • Update package.json fields (#7674) (f2741d1) by Lachlan Collins

Docs

Packages

v5.50.0

03 Jul 00:20
Compare
Choose a tag to compare

Version 5.50.0 - 7/3/24, 12:20 AM

Changes

Feat

  • eslint-plugin-query: Add compatibility with flat config (#7663) (98547b6) by Lachlan Collins

Tests

  • svelte-query: Increase test coverage (#7659) (941ba88) by Lachlan Collins
  • svelte-query: Reorganise for multiple components per test (#7654) (f1cdea9) by Lachlan Collins

Packages