Releases: petyosi/react-virtuoso
Releases · petyosi/react-virtuoso
v1.2.0
v1.1.3
v1.1.2
1.1.2 (2020-12-22)
Bug Fixes
v1.1.1
v1.1.0
1.1.0 (2020-12-18)
Bug Fixes
- correct rangeChanged indexing for grouped mode (7267edf), closes #234
- Handle a reason for zero-sized invariant (08f4d26), closes #206
- stale state if new data with same length (9e24571), closes #239
- startReached did not work with grouped mode (b53a275), closes #232
Features
Performance Improvements
- reduce re-render count for grouped mode (ba15b1c)
v1 is live!
A brand new, more capable version of Virtuoso is here. Lots of limitations from v0 were addressed, more convenient APIs were exposed.
If you are migrating from v0, please check the migration guide.
Improved follow output behavior
Grid Improvements, emptyComponent, 100% height by default
Changes
- Breaking Change: default height of the component from
40rem
to100%
, making it easier to control the height with parent element. - Feature:
emptyComponent:ComponentType
optional property (#159) - Feature: smooth scroll behavior for VirtuosoGrid (#164)
- Feature: scrollSeek ported to VirtuosoGrid (#165)
- Fix:
scrollToIndex
when called fromuseEffect
while the component is invisible. The error is caused by the component not being visible yet. An ugly looking but effective workaround is to retry with a timeout. (#163)
Chores
- Upgraded eslint config to stop complaining about HTML files
- yarn upgrade