Skip to content

v3.0.5

Choose a tag to compare

@jmeistrich jmeistrich released this 16 Jun 10:52
· 3 commits to main since this release
  • Fix: clearCaches now rechecks the rows that are already on screen, so resetting the size cache does not leave items stuck in old positions.
  • Perf: Scrolling through content that is already rendered now updates viewability with less work.
  • Perf: Trimmed repeated work during scrolls, especially around recycled containers, sticky headers, size checks, and viewability.
  • Perf: Large and fast scrolls now reuse more of the same scroll state instead of recalculating it in multiple places.