Skip to content

Releases: TanStack/query

v4.0.0-beta.6

26 Apr 09:00
3fabd41

Choose a tag to compare

v4.0.0-beta.6 Pre-release
Pre-release

4.0.0-beta.6 (2022-04-26)

Bug Fixes

v3.38.0

22 Apr 07:51
558878c

Choose a tag to compare

3.38.0 (2022-04-22)

Bug Fixes

Features

v4.0.0-beta.5

21 Apr 18:32
9e23e7a

Choose a tag to compare

v4.0.0-beta.5 Pre-release
Pre-release

4.0.0-beta.5 (2022-04-21)

Bug Fixes

v4.0.0-beta.4

21 Apr 18:23

Choose a tag to compare

v4.0.0-beta.4 Pre-release
Pre-release

4.0.0-beta.4 (2022-04-21)

Bug Fixes

Features

v3.37.0

21 Apr 16:15
fab76e6

Choose a tag to compare

3.37.0 (2022-04-21)

Features

v3.36.0

21 Apr 12:25
a325801

Choose a tag to compare

3.36.0 (2022-04-21)

Features

v3.35.0

17 Apr 18:49
0c66727

Choose a tag to compare

3.35.0 (2022-04-17)

Features

This release updates the peer dependencies to accept React 18 as a valid version, only to avoid installation errors caused by NPM's peer dependency installation.

For TypeScript users, it also avoids using React.FC and the "implicit children" it used to provide. If you are still having troubles, please read this issue.

Note: If you are now using React 18, we strongly recommend using v4-beta. v4 has been re-written to internally use the new useSyncExternalStore hook from React to make the cache work with concurrent features.

Please DO NOT expect React Query v3 to work with concurrent features like startTransition, and DO NOT file issues about it.

v3.34.20

15 Apr 19:35
1ab13dc

Choose a tag to compare

3.34.20 (2022-04-15)

Bug Fixes

v4.0.0-beta.3

12 Apr 04:56
5562cfa

Choose a tag to compare

v4.0.0-beta.3 Pre-release
Pre-release

4.0.0-beta.3 (2022-04-12)

Bug Fixes

  • types: fix promise inference in useQueries (#3493) (5562cfa)

v4.0.0-beta.2

08 Apr 09:30
58a9fe9

Choose a tag to compare

v4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2022-04-08)

Bug Fixes