Skip to content

Releases: TanStack/query

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

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

v5.51.21

02 Aug 18:44
Compare
Choose a tag to compare

Version 5.51.21 - 8/2/24, 6:43 PM

Changes

Fix

  • query-core: make CancelledError extend Error (#7843) (35c086f) by Dominik Dorfmeister

Packages

v5.51.20

02 Aug 02:18
Compare
Choose a tag to compare

Version 5.51.20 - 8/2/24, 2:17 AM

Changes

Fix

  • svelte-query: allow returning undefined in initialData function (#7838) (e092f06) by Lachlan Collins

Packages

v5.51.19

01 Aug 15:39
Compare
Choose a tag to compare

Version 5.51.19 - 8/1/24, 3:39 PM

Changes

Refactor

  • solid-query: separate queryOptions from createQuery (#7806) (1dcd532) by Lachlan Collins

Packages

v5.51.18

01 Aug 13:39
Compare
Choose a tag to compare

Version 5.51.18 - 8/1/24, 1:38 PM

Changes

Fix

  • query-options: allow returning undefined in initialData function (#7351) (fdb8ce1) by Shahar Har-Shuv

Packages

v5.51.17

01 Aug 13:22
Compare
Choose a tag to compare

Version 5.51.17 - 8/1/24, 1:21 PM

Changes

Fix

  • core: query should reset to default state even when created from hydration (#7837) (bbb2244) by Dominik Dorfmeister

Chore

  • deps: lock file maintenance (c7245c9) by renovate[bot]

Packages

v5.51.16

31 Jul 09:09
Compare
Choose a tag to compare

Version 5.51.16 - 7/31/24, 9:08 AM

Changes

Fix

  • svelte-query: ensure compatibility with NodeNext (#7825) (01e63a5) by Lachlan Collins

Chore

  • deps: lock file maintenance (#7819) (74f10b7) by renovate[bot]
  • deps: update dependency react-intersection-observer to v9 (#7818) (e2315cc) by renovate[bot]
  • deps: update all non-major dependencies (#7817) (4cdc2c8) by renovate[bot]
  • deps: use prettier v3.3.3 (#7816) (216a926) by Lachlan Collins

Test

  • svelte-query: add refetch test for createQuery (#7810) (461876a) by Lachlan Collins

Ci

  • renovate: ignore vue2 and vue2.7 (6993177) by Lachlan Collins
  • renovate: add renovate config (#7813) (6d8d203) by Lachlan Collins

Docs

  • svelte-query: add persist to basic example (#7807) (99f1250) by Lachlan Collins
  • solid-query: fix quick-start example (#7770) (fcac011) by @manudeli
  • typedoc: use sub-folders for reference docs (#7803) (f2fd318) by Lachlan Collins
  • examples: Fix small errors in svelte examples (#7801) (dac5da5) by Lachlan Collins

Packages

v5.51.15

26 Jul 11:49
Compare
Choose a tag to compare

Version 5.51.15 - 7/26/24, 11:47 AM (Manual Release)

Changes

Other

Packages

v5.51.14

26 Jul 08:48
Compare
Choose a tag to compare

Version 5.51.14 - 7/26/24, 8:47 AM

Changes

Fix

  • query-core: abort fetch loop for infinite queries if getNextPageParam returns null or undefined (#7799) (3ef7887) by Dominik Dorfmeister

Refactor

  • react-query: add error message for skipToken in useSuspenseQueries and useSuspenseInfiniteQuery (#7797) (34a5672) by Lich

Chore

  • Update @tanstack/config to v0.11.0 (#7795) (bd3296b) by Lachlan Collins
  • svelte-query: Tweak provider tests (#7794) (1814f56) by Lachlan Collins

Packages