Skip to content

Releases: TanStack/virtual

v2.2.4

18 Aug 18:42
9e5e06c
Compare
Choose a tag to compare

2.2.4 (2020-08-18)

Performance Improvements

  • don't update on scroll/rect changes unless virtualized range changes (#48) (9e5e06c)

v2.2.3

13 Aug 21:03
170c136
Compare
Choose a tag to compare

2.2.3 (2020-08-13)

Bug Fixes

  • Prevent parent from unnecessary updates when scrolling window. (#47) (170c136)

v2.2.2

13 Aug 21:00
d40e470
Compare
Choose a tag to compare

2.2.2 (2020-08-13)

Bug Fixes

  • infinite update loop with zero measured value (#45) (d40e470)

v2.2.1

30 Jun 19:51
85ba029
Compare
Choose a tag to compare

2.2.1 (2020-06-30)

Bug Fixes

v2.2.0

18 May 04:29
Compare
Choose a tag to compare

2.2.0 (2020-05-18)

Features

  • add paddingStart and paddingEnd (e363112)

v2.1.10

14 May 14:49
Compare
Choose a tag to compare

2.1.10 (2020-05-14)

Bug Fixes

  • scrolling to an index that doesn't exist doesn't crash (06f4ac3)

v2.1.9

12 May 16:46
Compare
Choose a tag to compare

2.1.9 (2020-05-12)

Bug Fixes

  • scrollToIndex: dynamic height support (2812679)

v2.1.8

11 May 22:24
Compare
Choose a tag to compare

2.1.8 (2020-05-11)

Bug Fixes

  • dynamic scrolling in reverse no longer crashes (2fb37d1)
  • useVirtual: add defaultEstimateSize as 50 (3c280cf)

v2.1.7

10 May 16:07
fc3c460
Compare
Choose a tag to compare

2.1.7 (2020-05-10)

Performance Improvements

  • optimise measurements calculation (#17) (fc3c460)

v2.1.6

10 May 03:18
Compare
Choose a tag to compare

2.1.6 (2020-05-10)

Bug Fixes

  • scrollToOffset now properly passes options without crash (f3f38f3)