Skip to content

Releases: TanStack/query

v3.8.2

07 Feb 13:52
3d2806e

Choose a tag to compare

3.8.2 (2021-02-07)

Bug Fixes

  • stop fetching pages when an infinite query unmounts (#1761) (3d2806e)

v3.8.1

06 Feb 19:19
0b8c55c

Choose a tag to compare

3.8.1 (2021-02-06)

Bug Fixes

  • single query methods should be exact by default (#1756) (0b8c55c)

v3.8.0

06 Feb 18:43
2da342c

Choose a tag to compare

3.8.0 (2021-02-06)

Bug Fixes

  • check if the navigator global is available before usage (#1755) (7c08f33)
  • make sure state is not updated when unmounted (#1758) (5bd3fa9)
  • update synchronously to make sure observers always have the latest state (#1757) (2da342c)

Features

  • run selector if reference changes to enable use of dependencies (#1751) (bd6c2b5)

v3.7.1

04 Feb 09:19
8e24ebd

Choose a tag to compare

3.7.1 (2021-02-04)

Bug Fixes

v3.7.0

04 Feb 08:57
2164530

Choose a tag to compare

3.7.0 (2021-02-04)

Features

  • types: Add optional cancelRefetch field to ResultOptions interface (#1663) (2164530)

v3.6.1

04 Feb 07:53
397d8b7

Choose a tag to compare

3.6.1 (2021-02-04)

Bug Fixes

  • notify on updates between mounting and subscribing (#1737) (397d8b7)

v3.6.0

22 Jan 12:09
39691a7

Choose a tag to compare

3.6.0 (2021-01-22)

Bug Fixes

  • query: transition to error state when keepPreviousData is true (#1665) (ead2e5d), closes #1659

Features

v3.5.16

17 Jan 16:14
eb3d700

Choose a tag to compare

3.5.16 (2021-01-17)

Bug Fixes

  • hydration: useMemo for hydrating again (eb3d700)

v3.5.15

16 Jan 17:57
c98968c

Choose a tag to compare

3.5.15 (2021-01-16)

Bug Fixes

  • stop returning cancelledError on reset during fetch (#1660) (c98968c)

v3.5.14

15 Jan 21:47
78a1e8a

Choose a tag to compare

3.5.14 (2021-01-15)

Bug Fixes