Download Latest Version @tanstack_solid-virtual@3.13.32 source code.tar.gz (1.3 MB)
Email in envelope

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

Home / @tanstack_virtual-core@3.17.3
Name Modified Size InfoDownloads / Week
Parent folder
@tanstack_virtual-core@3.17.3 source code.tar.gz 2026-06-30 1.3 MB
@tanstack_virtual-core@3.17.3 source code.zip 2026-06-30 1.5 MB
README.md 2026-06-30 1.4 kB
Totals: 3 Items   2.8 MB 0

Patch Changes

  • #1206 767ead4 - Cut per-scroll-frame allocations on the default lanes === 1 path. Range computation previously allocated an options object and two closures on every scroll event; it now does the same work allocation-free, reducing GC pressure during continuous scroll.

  • #1212 bc8643b - Don't latch a scroll direction from the read-back of the virtualizer's own adjustment write

    applyScrollAdjustment folds the pending adjustment into scrollOffset eagerly, so the browser's scroll event for that write arrives at exactly the held offset. The scroll-direction computation treated that equality as 'backward', which made the default shouldAdjustScrollPositionOnItemSizeChange skip above-viewport re-measure compensation for the rest of the isScrollingResetDelay window — so during multi-frame reflows (e.g. a side pane's width animation re-wrapping rows while scrolled up) most frames went uncompensated and the viewport drifted. An event at the held offset carries no direction information, so the direction now stays unchanged in that case; real gestures always move the offset and still latch normally.

Source: README.md, updated 2026-06-30