You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve scrollToRow accuracy for dynamic height rows
Bugs fixes
Fix RTL scrolling and alignment
Fix stale row measurements after keyed reordering
Fixed dropped prop updates
Use fractional percentage sizing
Fix center alignment near list boundaries
Performance tweaks:
Improve scrolling performance by calculating fixed-size visible ranges directly and searching cached variable-size bounds instead of scanning from the beginning.
Fixed-size jumps also avoid allocating bounds for preceding items.