Releases: inokawa/virtua
Releases · inokawa/virtua
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
0.36.2
0.36.1
0.36.0
- BREAKING CHANGE: Drop support for Svelte 4
- let:item let:index -> {#snippet children(item, index)}
- on:scroll -> onscroll
- on:scrollEnd -> onscrollend
- on:rangeChange -> onrangechange
What's Changed
- Migrate to Svelte 5 by @inokawa in #528
- Add Svelte Virtualizer by @inokawa in #529
- Generate docs for Svelte by @inokawa in #530
- Fix children snippet argument of Svelte adapter by @inokawa in #531
Full Changelog: 0.35.1...0.36.0