Releases: TanStack/virtual
Releases · TanStack/virtual
v2.2.4
2.2.4 (2020-08-18)
Performance Improvements
- don't update on scroll/rect changes unless virtualized range changes (#48) (9e5e06c)
v2.2.3
2.2.3 (2020-08-13)
Bug Fixes
- Prevent parent from unnecessary updates when scrolling window. (#47) (170c136)
v2.2.2
2.2.2 (2020-08-13)
Bug Fixes
- infinite update loop with zero measured value (#45) (d40e470)
v2.2.1
2.2.1 (2020-06-30)
Bug Fixes
v2.2.0
2.2.0 (2020-05-18)
Features
- add paddingStart and paddingEnd (e363112)
v2.1.10
2.1.10 (2020-05-14)
Bug Fixes
- scrolling to an index that doesn't exist doesn't crash (06f4ac3)
v2.1.9
2.1.9 (2020-05-12)
Bug Fixes
- scrollToIndex: dynamic height support (2812679)
v2.1.8
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
2.1.7 (2020-05-10)
Performance Improvements
v2.1.6
2.1.6 (2020-05-10)
Bug Fixes
- scrollToOffset now properly passes options without crash (f3f38f3)