Releases: inokawa/virtua
Releases · inokawa/virtua
0.29.1
0.29.0
BREAKING CHANGE: endMargin
prop was removed because it was no longer needed!
What's Changed
- Refactor startOffset in WindowVirtualizer by @inokawa in #402
- Refactor jump compensation with shift by @inokawa in #407
- Improve jump compensation with shift by @inokawa in #409
- Suppress rerendering of WindowVirtualizer outside of viewport by @inokawa in #401
Full Changelog: 0.28.0...0.29.0
0.28.0
0.27.5
0.27.4
0.27.3
What's Changed
- Add collapse nested storybook example by @aeharding in #384
- Fix regression related to resizing when its top is out of viewport by @inokawa in #386
Full Changelog: 0.27.2...0.27.3
0.27.2
0.27.1
What's Changed
- Setup eslint-plugin-import and enable import/no-restricted-paths by @inokawa in #377
- Add resize and scroll storybook example by @aeharding in #381
- Fix regression related to smooth scrolling during resize by @inokawa in #382
New Contributors
- @aeharding made their first contribution in #381
Full Changelog: 0.27.0...0.27.1
0.27.0
- BREAKING CHANGE: Minimum value of
overscan
was 1 due to accuracy issue, but now it's 0.
What's Changed
- Improve jump compensation and change minimum overscan to 0 by @inokawa in #198
- Change minimum overscan to 0 by @inokawa in #375
- Refactor and improve auto size estimation by @inokawa in #376
Full Changelog: 0.26.0...0.27.0
0.26.0
- BREAKING CHANGE:
reverse
prop was removed fromVirtualizer
- You can achieve the same effect by writing small CSS and using
scrollRef
prop ofVirtualizer
https://github.com/inokawa/virtua/blob/44f5f1b7d56f9734b4e3c56809c062adf9d2e5a4/src/react/VList.tsx#L92-L95 - 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