Skip to content

Releases: TanStack/query

v2.25.0

07 Oct 11:15
Compare
Choose a tag to compare
v2.25.0 Pre-release
Pre-release

2.25.0 (2020-10-07)

Bug Fixes

  • align notify terminology (07d4796)

Features

  • add options to setQueryData (1f5b13e)
  • add support for default options when hydrating (dcb3e7f)

v2.24.2

06 Oct 18:11
Compare
Choose a tag to compare
v2.24.2 Pre-release
Pre-release

2.24.2 (2020-10-06)

Bug Fixes

v2.24.1

06 Oct 15:26
Compare
Choose a tag to compare
v2.24.1 Pre-release
Pre-release

2.24.1 (2020-10-06)

Bug Fixes

  • support infinite cache time when hydrating (c6e6cdf)

v2.24.0-next.8

05 Oct 18:47
Compare
Choose a tag to compare
v2.24.0-next.8 Pre-release
Pre-release

2.24.0-next.8 (2020-10-05)

Bug Fixes

  • wait for all queries to cancel (0f7fdd7)

v2.24.0-next.7

05 Oct 17:51
Compare
Choose a tag to compare
v2.24.0-next.7 Pre-release
Pre-release

2.24.0-next.7 (2020-10-05)

Features

  • revert to previous state on cancellation (765740d)

v2.24.0-next.6

05 Oct 16:18
b6b1dc6
Compare
Choose a tag to compare
v2.24.0-next.6 Pre-release
Pre-release

2.24.0-next.6 (2020-10-05)

Features

  • add bi-directional infinite query support (#1135) (b6b1dc6)

v2.24.0

05 Oct 21:07
Compare
Choose a tag to compare
v2.24.0 Pre-release
Pre-release

2.24.0 (2020-10-05)

Bug Fixes

  • always compare query keys as arrays (4d85cf9)
  • make sure default options can be overridden (469cf8d)
  • move optimistic fetching state into query observer (a817b5e)
  • mutate argument types and state update order (e160d46)
  • only suspend when mounting (c8f6634)
  • remove cache argument in cache callback (b13a4c8)
  • type improvements (84f93fc)
  • use updatedAt to check for existing data (f9aac2a)
  • wait for all queries to cancel (0f7fdd7)

Features

  • add bi-directional infinite query support (#1135) (b6b1dc6)
  • add filters client isFetching and useIsFetching hook (4c64cb9)
  • add structural sharing to select result (f9dc85a)
  • initial v3 changes (#1079) (9876f23)
  • memoize select function result (9fbc739)
  • revert to previous state on cancellation (765740d)
  • split mutate into mutate and mutateAsync (#1130) (8da45d1)
  • support multiple subscribers in observers (e049941)

v2.24.0-next.5

04 Oct 18:20
8da45d1
Compare
Choose a tag to compare
v2.24.0-next.5 Pre-release
Pre-release

2.24.0-next.5 (2020-10-04)

Features

  • split mutate into mutate and mutateAsync (#1130) (8da45d1)

v2.24.0-next.4

04 Oct 08:18
Compare
Choose a tag to compare
v2.24.0-next.4 Pre-release
Pre-release

2.24.0-next.4 (2020-10-04)

Bug Fixes

  • always compare query keys as arrays (4d85cf9)
  • refetching on infinite query when a page was deleted (#1124) (6f2ae92)

v2.23.1

03 Oct 17:47
6f2ae92
Compare
Choose a tag to compare

2.23.1 (2020-10-03)

Bug Fixes

  • refetching on infinite query when a page was deleted (#1124) (6f2ae92)