Sourced from react-virtual's releases.
v2.7.1
2.7.1 (2021-04-16)
Bug Fixes
- replace Object.assign with property assignment (https://github.com/facebook/flipper/issues/117) (6b241fd)
v2.7.0
2.7.0 (2021-04-15)
Features
- use binary search to calculate range (https://github.com/facebook/flipper/issues/114) (5535639)
v2.6.2
2.6.2 (2021-04-13)
Bug Fixes
- measureRef type in VirtualItem, add missing onScrollElement, scrollOffsetFn (https://github.com/facebook/flipper/issues/110) (08920a8)
80dba57 chore: remove ts-toolbelt (https://github.com/facebook/flipper/issues/118)6b241fd fix: replace Object.assign with property assignment (https://github.com/facebook/flipper/issues/117)5535639 feat: use binary search to calculate range (https://github.com/facebook/flipper/issues/114)4e08b80 fix:scrollOffsetFn not included in effect dependency list (https://github.com/facebook/flipper/issues/111)08920a8 fix: measureRef type in VirtualItem, add missing onScrollElement, scrollOffse...