Skip to content

2.3.2

Latest

Choose a tag to compare

@bvaughn bvaughn released this 22 Sep 00:57
  • 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.