Skip to content

Releases: TanStack/query

v2.4.16

14 Jul 02:28
2d0d215
Compare
Choose a tag to compare

2.4.16 (2020-07-14)

Bug Fixes

  • types: remove promise from useMutation (#746) (2d0d215)

v2.4.15

11 Jul 01:27
52ce234
Compare
Choose a tag to compare

2.4.15 (2020-07-11)

Bug Fixes

  • include undefined in IniniteQueryResult data type (#738) (52ce234)

v2.4.14

08 Jul 13:15
2cfd164
Compare
Choose a tag to compare

2.4.14 (2020-07-08)

Bug Fixes

  • (queryInstance.clearInterval) is not called on unmount (#717) (2cfd164)

v2.4.13

03 Jul 19:56
Compare
Choose a tag to compare

2.4.13 (2020-07-03)

Bug Fixes

  • types: useQuery enabled can be any type (#679) (8efa46c)
  • useBaseQuery: cast enabled to boolean before effect (3bbcb9a), closes #702

v2.4.12

02 Jul 23:47
76bb111
Compare
Choose a tag to compare

2.4.12 (2020-07-02)

Bug Fixes

v2.4.11

02 Jul 14:24
6e6ccfc
Compare
Choose a tag to compare

2.4.11 (2020-07-02)

Bug Fixes

  • Enable partial makeQueryCache configs (#693) (6e6ccfc)

v2.4.10

01 Jul 22:50
Compare
Choose a tag to compare

2.4.10 (2020-07-01)

Bug Fixes

  • queries without a query key are not added to cache (e167e8b)
  • revert commit (0b50b75)

v2.4.9

01 Jul 20:11
Compare
Choose a tag to compare

2.4.9 (2020-07-01)

Bug Fixes

  • allow empty query key (with config enabled) (cecf521)

v2.4.7

30 Jun 19:51
f5786b1
Compare
Choose a tag to compare

2.4.7 (2020-06-30)

Bug Fixes

v2.4.6

30 Jun 10:32
a846524
Compare
Choose a tag to compare

2.4.6 (2020-06-30)

Bug Fixes

  • types: Add missing type definition for queryFnParamsFilter (#671) (a846524)