Releases: TanStack/virtual
Releases · TanStack/virtual
v2.1.5
2.1.5 (2020-05-10)
Bug Fixes
- rect and scroll ref tracking now support un/remounting (87312bc)
v2.1.4
2.1.4 (2020-05-09)
Bug Fixes
- scrollToIndex align now defaults to auto (836bc73)
v2.1.3
2.1.3 (2020-05-09)
Bug Fixes
- align: auto now does nothing when item is already visible (3a0246a)
v2.1.2
2.1.2 (2020-05-09)
Bug Fixes
- add module declaration to types file (#9) (f7a3713)
v2.1.1
2.1.1 (2020-05-09)
Bug Fixes
- set overscan default to 0 (4bec4d7)
v2.1.0
2.1.0 (2020-05-09)
Features
- Add scrollToFn, align options and getIndexOffset (f0e281f)
v2.0.0
2.0.0 (2020-05-08)
Bug Fixes
- Use correct output name for umd bundle (#2) (1b7e798)
Code Refactoring
- Rename "items" to "virtualItems" (d7dfe7c)
BREAKING CHANGES
- The virtualizer.items array has been renamed to virtualizer.virtualItems
v1.1.0
1.1.0 (2020-05-08)
Features
- Add scrollToIndex and scrollToOffset API (acd7ca3)
v1.0.1
1.0.1 (2020-05-08)
Bug Fixes
v1.0.0
1.0.0 (2020-05-08)
Bug Fixes