- Improve
scrollToRowaccuracy 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.