- BREAKING CHANGE:
reverse
prop was removed fromVirtualizer
- You can achieve the same effect by writing small CSS and using
scrollRef
prop ofVirtualizer
Lines 92 to 95 in 44f5f1b
- Or you can continue to use
reverse
prop ofVList
.
- You can achieve the same effect by writing small CSS and using
What's Changed
- Remove min-height/min-width from container by @inokawa in #359
- Improve automatic item size estimation by @inokawa in #373
- Refactor jump calculation by @inokawa in #363
- Optimize Vue Virtualizer with @vue/babel-plugin-jsx by @inokawa in #374
Full Changelog: 0.25.0...0.26.0