Skip to content

Releases: TanStack/query

v3.34.8

12 Jan 13:59
755702d

Choose a tag to compare

3.34.8 (2022-01-12)

Bug Fixes

v4.0.0-alpha.6

28 Dec 21:29

Choose a tag to compare

v4.0.0-alpha.6 Pre-release
Pre-release

4.0.0-alpha.6 (2021-12-28)

Bug Fixes

  • devtools: code color is not inherited from panel color (#3115) (ca2a57a)
  • query: set error to null when going to loading state (#3106) (3981f52)
  • queryObserver: memoized select functions should not return outdated values (#3140) (d7faf86), closes #3098

v3.34.7

28 Dec 17:38
d7faf86

Choose a tag to compare

3.34.7 (2021-12-28)

Bug Fixes

  • queryObserver: memoized select functions should not return outdated values (#3140) (d7faf86), closes #3098

v3.34.6

23 Dec 09:11
ca2a57a

Choose a tag to compare

3.34.6 (2021-12-23)

Bug Fixes

  • devtools: code color is not inherited from panel color (#3115) (ca2a57a)

v3.34.5

17 Dec 11:58
3981f52

Choose a tag to compare

3.34.5 (2021-12-17)

Bug Fixes

  • query: set error to null when going to loading state (#3106) (3981f52)

v4.0.0-alpha.5

16 Dec 19:12

Choose a tag to compare

v4.0.0-alpha.5 Pre-release
Pre-release

4.0.0-alpha.5 (2021-12-16)

Bug Fixes

  • queryObserver: make sure that memoized select function only runs once per input (#3098) (2054f5b)

v3.34.4

15 Dec 18:56
2054f5b

Choose a tag to compare

3.34.4 (2021-12-15)

Bug Fixes

  • queryObserver: make sure that memoized select function only runs once per input (#3098) (2054f5b)

v4.0.0-alpha.4

14 Dec 19:06

Choose a tag to compare

v4.0.0-alpha.4 Pre-release
Pre-release

4.0.0-alpha.4 (2021-12-14)

Bug Fixes

  • unsubscribe correctly in onlineManager and focusManager (#3092) (128e578)
  • core: remove enabled condition in queryObserver for suspense (#3093) (0781142)

v3.34.3

14 Dec 12:16
128e578

Choose a tag to compare

3.34.3 (2021-12-14)

Bug Fixes

  • unsubscribe correctly in onlineManager and focusManager (#3092) (128e578)
  • core: remove enabled condition in queryObserver for suspense (#3093) (0781142)

v4.0.0-alpha.3

11 Dec 19:03
c50b630

Choose a tag to compare

v4.0.0-alpha.3 Pre-release
Pre-release

4.0.0-alpha.3 (2021-12-11)

Bug Fixes

  • queryObserver: defer tracking of error prop when useErrorBoundary is on (#3087) (c50b630)