Releases: TanStack/virtual
Releases · TanStack/virtual
v2.3.2
2.3.2 (2020-11-17)
Bug Fixes
- Replace postinstall with official funding tools (#78) (e7308b6)
v2.3.1
2.3.1 (2020-11-04)
Bug Fixes
- typings for optional useObserver parameter (#76) (1224be8)
v2.3.0
2.3.0 (2020-10-22)
Features
- Add ability to replace useRect with custom observer (#75) (5be380f)
v2.2.8
2.2.8 (2020-10-20)
Bug Fixes
- range reacts on container dimension change (#73) (4299a9b)
v2.2.7
2.2.7 (2020-10-07)
Bug Fixes
- don't attach event listeners when there's no element (#71) (d64056b), closes #68
v2.2.6
2.2.6 (2020-09-14)
Bug Fixes
- don't do onScroll when there is no element (#65) (5dc6e00), closes #64
v2.2.5
2.2.5 (2020-08-26)
Bug Fixes
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)