Download Latest Version @tanstack_virtual-core@3.17.6 source code.zip (1.6 MB)
Email in envelope

Get an email when there's a new version of TanStack Virtual

Home / @tanstack_virtual-core@3.17.6
Name Modified Size InfoDownloads / Week
Parent folder
@tanstack_virtual-core@3.17.6 source code.tar.gz 2026-07-22 1.3 MB
@tanstack_virtual-core@3.17.6 source code.zip 2026-07-22 1.6 MB
README.md 2026-07-22 955 Bytes
Totals: 3 Items   3.0 MB 2

Patch Changes

  • #1236 7ae32b5 - Stop the default scroll-adjustment heuristic from drifting the viewport when a viewport-spanning item grows. Previously any item whose top sat above the fold (itemStart < scrollOffset) had its size delta compensated on every re-measure — including a streaming chat message that spans the fold and grows at its bottom, dragging scrollTop downward token by token (#1218). Re-measurements now only compensate items that are entirely above the fold (itemStart + itemSize <= scrollOffset); growth below the anchor point leaves the scroll position untouched. First measurements (estimate→actual) still compensate any above-fold item, and a custom shouldAdjustScrollPositionOnItemSizeChange still overrides the default.
Source: README.md, updated 2026-07-22