Releases: TanStack/virtual
Releases · TanStack/virtual
@tanstack/vue-virtual@3.13.30
Immutable
release. Only release title and notes can be modified.
@tanstack/virtual-core@3.17.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
-
#1208
b04f9ee- Skip redundant scroll events at unchanged offset -
#1209
37be284- SyncscrollOffsetinapplyScrollAdjustmentso end-anchored streaming resize isn't lost to browser clampWith
anchorTo: 'end'and a dynamically growing last item (token streaming),resizeItemwrites the scroll adjustment toscrollTopbefore the consumer has grown the sizer, so the browser clamps the write and no scroll event fires.scrollOffsetstayed stale, the next tick'swasAtEndcheck failed, and the viewport drifted away from the end. This fix carries the intended target inscrollOffset(zeroingscrollAdjustments) the same way the prepend path insetOptionsdoes, so the nextgetVirtualDistanceFromEnd()reads the post-adjustment position.
@tanstack/svelte-virtual@3.13.30
Immutable
release. Only release title and notes can be modified.
@tanstack/solid-virtual@3.13.30
Immutable
release. Only release title and notes can be modified.
@tanstack/react-virtual@3.14.4
Immutable
release. Only release title and notes can be modified.
@tanstack/lit-virtual@3.13.31
Immutable
release. Only release title and notes can be modified.
@tanstack/angular-virtual@5.0.6
Immutable
release. Only release title and notes can be modified.
@tanstack/vue-virtual@3.13.29
Patch Changes
- Updated dependencies [
ef69ea3]:- @tanstack/virtual-core@3.17.1
@tanstack/virtual-core@3.17.1
Patch Changes
- #1199
ef69ea3- Fix "items jump while scrolling up": the default scroll-adjustment predicate now compensates scrollTop on the first measurement of an above-viewport item even while scrolling backward (the estimate→actual delta must be absorbed), and only skips compensation for re-measurements during backward scroll to avoid the cascading jank
@tanstack/svelte-virtual@3.13.29
Patch Changes
- Updated dependencies [
ef69ea3]:- @tanstack/virtual-core@3.17.1