Releases: inokawa/virtua
Releases · inokawa/virtua
0.38.2
0.38.1
Improve svelte bundle
Full Changelog: 0.38.0...0.38.1
0.38.0
0.37.4
What's Changed
- WindowScroller imperative scrolling by @herschelrs in #540
- Implement scrollToIndex to other WindowVirtualizers by @inokawa in #554
New Contributors
- @herschelrs made their first contribution in #540
Full Changelog: 0.37.3...0.37.4
0.37.3
0.37.2
0.37.1
What's Changed
- Refactor startIndex/endIndex to findStartIndex()/findEndIndex() by @aeharding in #545
Full Changelog: 0.37.0...0.37.1
0.37.0
BREAKING CHANGES
onRangeChange
prop was removed to improve future maintainability. UseonScroll
prop andhandle.startIndex
/endIndex
instead. If you have any trouble, please ask me in Discussions.
What's Changed
- Remove discouraged playwright APIs by @inokawa in #536
- Replace onRangeChange with handle methods by @inokawa in #543
Full Changelog: 0.36.3...0.37.0
0.36.3
What's Changed
- Add
getItemSize
toVirtualizerHandle
by @jackhodkinson in #539
Full Changelog: 0.36.2...0.36.3