Skip to content

Releases: TanStack/query

v5.62.8

17 Dec 17:12
Compare
Choose a tag to compare

Version 5.62.8 - 12/17/24, 5:11 PM

Changes

Fix

  • types: fix issues with queryOptions factory method types (#8394) (4989399) by Nick Lucas

Chore

  • deps: use stable @types/react version (#8437) (94e2c77) by Lachlan Collins

Docs

  • use correct broadcastChannel default value and type name (#8436) (4521a04) by Alex Liu

Packages

v5.62.7

10 Dec 19:05
Compare
Choose a tag to compare

Version 5.62.7 - 12/10/24, 7:04 PM

Changes

Fix

  • query-core: respect initialData for queryClient.ensureQueryData (#8425) (465906a) by Dominik Dorfmeister

Chore

  • examples to react19 (#8408) (27ce0b6) by Dominik Dorfmeister

Packages

v5.62.6

09 Dec 14:27
Compare
Choose a tag to compare

Version 5.62.6 - 12/9/24, 2:27 PM

Changes

Fix

  • angular-query: fix console warning on Angular 19 (#8422) (4dc8256) by Arnoud

Packages

v5.62.5

09 Dec 10:39
Compare
Choose a tag to compare

Version 5.62.5 - 12/9/24, 10:38 AM

Changes

Fix

  • angular-query: fix error NG0600 on Angular v16-v18 (#8419) (406df75) by Arnoud

Packages

v5.62.4

08 Dec 15:44
Compare
Choose a tag to compare

Version 5.62.4 - 12/8/24, 3:44 PM

Changes

Fix

  • angular-query: improve support for required signals (#8409) (67d1705) by Arnoud

Docs

  • Removed unused notifyOnChangeProps prop (#8415) (7f9f28e) by René Klomp
  • remove confusing sentence (#8411) (76900b8) by Dominik Dorfmeister
  • Fix typo in useMutation.md (#8397) (665e747) by 최준영

Other

Packages

v5.62.3

06 Dec 15:34
Compare
Choose a tag to compare

Version 5.62.3 - 12/6/24, 3:33 PM

Changes

Fix

  • allow passing enabled:true when skipToken is present (#8407) (32d7189) by Dominik Dorfmeister

Docs

Packages

v5.62.2

03 Dec 07:30
Compare
Choose a tag to compare

Version 5.62.2 - 12/3/24, 7:29 AM

Changes

Fix

  • types: Fix type errors when using fully-typed inputs like QueryFilters<Data, Error>, and test all QueryClient methods to detect similar issues (#8375) (175757a) by Nick Lucas

Packages

v5.62.1

02 Dec 18:42
Compare
Choose a tag to compare

Version 5.62.1 - 12/2/24, 6:40 PM

Changes

Fix

  • eslint-plugin-query: handle non-null at then end of var in exhaustive-deps (#8385) (d9d2728) by Parbez

Chore

  • angular-query: update examples to typescript 5.7 (#8374) (b7bad3d) by Arnoud

Test

  • query-core: add type check tests for queryObserver (#8304) (12b6782) by Sol Lee

Packages

v5.62.0

29 Nov 13:04
Compare
Choose a tag to compare

Version 5.62.0 - 11/29/24, 1:03 PM

Changes

Feat

  • types: Include optional TError on DataTag (#8361) (0fa1f01) by Nick Lucas

Chore

  • angular-query: update example dev containers to node 22 (#8370) (f245792) by Arnoud

Packages

v5.61.6

28 Nov 13:59
Compare
Choose a tag to compare

Version 5.61.6 - 11/28/24, 1:59 PM

Changes

Fix

  • angular-query: improve compatibility with Jest (#8367) (ebcaa55) by Arnoud
  • eslint-plugin-query: handle optional and non-null chaining in exhaustive-deps (#8365) (c402a2b) by Eliya Cohen

Packages