v9.7.8
Update dependency virtua to ^0.37.0
Notable changes
- Refactor startIndex/endIndex to findStartIndex()/findEndIndex() by @aeharding in https://github.com/inokawa/virtua/pull/545
onRangeChange
prop was removed to improve future maintainability. UseonScroll
prop andhandle.startIndex
/endIndex
instead. If you have any trouble, please ask me in Discussions.- Remove discouraged playwright APIs by @inokawa in https://github.com/inokawa/virtua/pull/536
- Replace onRangeChange with handle methods by @inokawa in https://github.com/inokawa/virtua/pull/543
inokawa/virtua (virtua)
v0.37.1
What's Changed
- Refactor startIndex/endIndex to findStartIndex()/findEndIndex() by @aeharding in https://github.com/inokawa/virtua/pull/545
Full Changelog: inokawa/virtua@0.37.0...0.37.1
v0.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 https://github.com/inokawa/virtua/pull/536
- Replace onRangeChange with handle methods by @inokawa in https://github.com/inokawa/virtua/pull/543
Full Changelog: inokawa/virtua@0.36.3...0.37.0
List of commits
33e08cb (Address breaking changes, 2024-11-19)
4c062b3 (Update dependency virtua to ^0.37.0, 2024-11-18)