Skip to content

Releases: TanStack/virtual

@tanstack/vue-virtual@3.13.32

Choose a tag to compare

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

Patch Changes

@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.

@tanstack/svelte-virtual@3.13.32

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

@tanstack/solid-virtual@3.13.33

Choose a tag to compare

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

Patch Changes

@tanstack/react-virtual@3.14.6

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

@tanstack/marko-virtual@3.14.1

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

@tanstack/lit-virtual@3.13.33

Choose a tag to compare

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

Patch Changes

@tanstack/angular-virtual@5.0.8

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

@tanstack/solid-virtual@3.13.32

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:35
Immutable release. Only release title and notes can be modified.
850947a

Patch Changes

  • #1203 95ef53b - Preserve measured item sizes when reactive virtualizer options change.

@tanstack/marko-virtual@3.14.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 06:22
Immutable release. Only release title and notes can be modified.
18d5b16

Minor Changes

  • #1156 2b39aef - Add @tanstack/marko-virtual — a headless virtualisation adapter for Marko 6 using the runtime-tags API. Provides <virtualizer> and <window-virtualizer> tags covering fixed, variable, dynamic, grid, smooth-scroll, infinite-scroll, and window virtualisation patterns.