Skip to content

@tanstack/virtual-core@3.17.4

Choose a tag to compare

@github-actions github-actions released this 12 Jul 20:19
Immutable release. Only release title and notes can be modified.
e2cb096

Patch Changes

  • #1224 6cbecd8 - Improve multi-lane virtualization performance: replace the backward scan in getMeasurements with an incremental per-lane argmin (O(lanes) shortest-lane lookup). Placement output is unchanged and the single-lane fast path is untouched.

  • #1223 d49cc52 - Made gap option changes invalidate measurements

  • #1220 cf7834d - Reset iOS gesture/deferral state in cleanup() so it no longer leaks across scroll element swaps.