Skip to content

Releases: TanStack/query

v2.24.0-next.3

29 Sep 18:34
Compare
Choose a tag to compare
v2.24.0-next.3 Pre-release
Pre-release

2.24.0-next.3 (2020-09-29)

Features

  • add structural sharing to select result (f9dc85a)

v2.24.0-next.2

29 Sep 18:04
Compare
Choose a tag to compare
v2.24.0-next.2 Pre-release
Pre-release

2.24.0-next.2 (2020-09-29)

Bug Fixes

  • use updatedAt to check for existing data (f9aac2a)

v2.24.0-next.1

29 Sep 02:52
Compare
Choose a tag to compare
v2.24.0-next.1 Pre-release
Pre-release

2.24.0-next.1 (2020-09-29)

Bug Fixes

  • 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)

Features

  • add filters client isFetching and useIsFetching hook (4c64cb9)
  • initial v3 changes (#1079) (9876f23)
  • memoize select function result (9fbc739)
  • support multiple subscribers in observers (e049941)

v2.23.0

18 Sep 19:04
e200c99
Compare
Choose a tag to compare

2.23.0 (2020-09-18)

Features

v2.22.2

18 Sep 14:12
8980223
Compare
Choose a tag to compare

2.22.2 (2020-09-18)

Bug Fixes

  • query should try and throw again after error boundary reset (#1054) (8980223)

v2.22.1

18 Sep 14:06
cd17d41
Compare
Choose a tag to compare

2.22.1 (2020-09-18)

Bug Fixes

  • prevent bundlers from removing side effects (#1048) (4d1bd35)

v2.22.0

17 Sep 14:48
979527b
Compare
Choose a tag to compare

2.22.0 (2020-09-17)

Features

v2.21.2

17 Sep 12:16
70391e8
Compare
Choose a tag to compare

2.21.2 (2020-09-17)

Bug Fixes

  • include config callbacks in batch render (#1036) (70391e8)

v2.21.1

17 Sep 12:12
4361a88
Compare
Choose a tag to compare

2.21.1 (2020-09-17)

Bug Fixes

  • accept any promise in useMutation callbacks (#1033) (abf386b)

v2.21.0

16 Sep 21:25
1267731
Compare
Choose a tag to compare

2.21.0 (2020-09-16)

Features