Releases: TanStack/virtual
Releases · TanStack/virtual
v2.1.6
10 May 03:18
Compare
Sorry, something went wrong.
No results found
2.1.6 (2020-05-10)
Bug Fixes
scrollToOffset now properly passes options without crash (f3f38f3 )
v2.1.5
10 May 03:06
Compare
Sorry, something went wrong.
No results found
2.1.5 (2020-05-10)
Bug Fixes
rect and scroll ref tracking now support un/remounting (87312bc )
v2.1.4
09 May 15:17
Compare
Sorry, something went wrong.
No results found
2.1.4 (2020-05-09)
Bug Fixes
scrollToIndex align now defaults to auto (836bc73 )
v2.1.3
09 May 14:05
Compare
Sorry, something went wrong.
No results found
2.1.3 (2020-05-09)
Bug Fixes
align: auto now does nothing when item is already visible (3a0246a )
v2.1.2
09 May 07:37
Compare
Sorry, something went wrong.
No results found
2.1.2 (2020-05-09)
Bug Fixes
add module declaration to types file (#9 ) (f7a3713 )
v2.1.1
09 May 07:32
Compare
Sorry, something went wrong.
No results found
2.1.1 (2020-05-09)
Bug Fixes
set overscan default to 0 (4bec4d7 )
v2.1.0
09 May 05:46
Compare
Sorry, something went wrong.
No results found
2.1.0 (2020-05-09)
Features
Add scrollToFn, align options and getIndexOffset (f0e281f )
v2.0.0
08 May 20:59
Compare
Sorry, something went wrong.
No results found
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
08 May 16:32
Compare
Sorry, something went wrong.
No results found
1.1.0 (2020-05-08)
Features
Add scrollToIndex and scrollToOffset API (acd7ca3 )
v1.0.1
08 May 07:51
Compare
Sorry, something went wrong.
No results found
1.0.1 (2020-05-08)
Bug Fixes