Back to Explore

TanStack/virtual

GitHub
65 updates · last 90 days1 watchersOpen source

Last release:

TanStack Virtual is a headless, framework-agnostic JavaScript/TypeScript library for virtualizing large element lists, grids, and tables in React, Solid, Vue, and Svelte. It helps you render only visible items and achieve smooth scrolling performance, while giving you full control over your markup and styles.

Project status

  • Actively maintained: GitHub activity and multiple updates on 2026-07-28 (including virtual-core and several framework adapters) indicate ongoing maintenance rather than dormancy.
  • Update cadence: The most recent activity clusters within days (2026-07-22 and 2026-07-28), suggesting a relatively steady patch-focused cadence in mid-late July 2026.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • @tanstack/marko-virtual@3.15.0

    This release focuses on completing Marko adapter option parity for both the tags (including scroll and RTL related options), and improving generated type support for handle types. A patch fix also ensures the published tags build always produces dist/tags, preventing downstream TypeScript compilation failures due to missing generated files.

    Features
  • @tanstack/react-virtual@3.14.9

    This is a patch release of @tanstack/react-virtual that updates its dependency on @tanstack/virtual-core to version 3.17.7. No new features or behavioral changes are described in the release notes, so the upgrade risk is expected to be low.

  • @tanstack/angular-virtual@6.0.2

    Release @tanstack/angular-virtual@6.0.2 is described as a patch update that only bumps @tanstack/virtual-core. However, the provided code diff includes substantial, potentially breaking changes to the Marko adapter/docs usage patterns that are not mentioned in these release notes.

  • @tanstack/vue-virtual@3.13.35

    This is a patch release of @tanstack/vue-virtual that updates its dependency on @tanstack/virtual-core. No direct API or behavioral changes are described in the release notes.

  • @tanstack/svelte-virtual@3.13.35

    This is a patch release of @tanstack/svelte-virtual that updates a dependency. No code-facing changes or behavioral modifications are described in the release notes.

  • @tanstack/solid-virtual@3.13.36

    This release is a patch update for @tanstack/solid-virtual. The only change called out in the release notes is an updated dependency on @tanstack/virtual-core, which may include fixes or behavior changes from that upstream package.

  • @tanstack/virtual-core@3.17.7

    This patch fixes a visual glitch in @tanstack/virtual-core where scrolling up could produce a one-frame viewport jump when above-viewport rows resize. The fix adjusts when resize notifications are dispatched so the scrollTop update and item transform updates commit in the same paint frame, preventing the content from jerking and snapping back.

  • @tanstack/lit-virtual@3.13.36

    This patch release updates @tanstack/lit-virtual to 3.13.36 with a dependency bump. The only noted change is updating @tanstack/virtual-core to version 3.17.7.

  • @tanstack/virtual-core@3.17.6

    This patch updates the default scroll-adjustment heuristic to prevent scroll drift when an item spans the viewport and grows below the fold. Re-measurements now only compensate items that are entirely above the fold, reducing token-by-token scrollTop changes for expanding cross-fold content.

  • @tanstack/react-virtual@3.14.8

    This patch fixes a visual scrolling gap that could appear at the top of the list after an end-anchored prepend when using `directDomUpdates` mode. It also bumps `@tanstack/virtual-core` to v3.17.6.

  • @tanstack/svelte-virtual@3.13.34

    This is a patch release of @tanstack/svelte-virtual. The only change noted in the release notes is an update to its dependency, @tanstack/virtual-core to version 3.17.6.

  • @tanstack/lit-virtual@3.13.35

    This patch release updates a single internal dependency, @tanstack/virtual-core, to version 3.17.6. No new features or behavioral changes are described in the release notes.

  • @tanstack/marko-virtual@3.14.3

    This patch release updates the underlying virtual core dependency. There are no other documented changes in the release notes for @tanstack/marko-virtual itself.

  • @tanstack/solid-virtual@3.13.35

    This is a patch release of @tanstack/solid-virtual that updates its dependency on @tanstack/virtual-core to version 3.17.6. No new features or breaking changes are described in the release notes.

  • @tanstack/vue-virtual@3.13.34

    This is a patch release of @tanstack/vue-virtual that updates its dependency on @tanstack/virtual-core. No new functionality or behavior changes are described in the release notes beyond the dependency bump.

  • @tanstack/angular-virtual@6.0.1

    This patch release of @tanstack/angular-virtual (6.0.1) updates its dependency on @tanstack/virtual-core to 3.17.6. The diff also shows only version/changelog alignment changes across related packages and examples, plus a documentation update around a virtualizer scroll-adjustment callback.

  • @tanstack/lit-virtual@3.13.34

    This patch release of @tanstack/lit-virtual updates its dependency on @tanstack/virtual-core to version 3.17.5. The release notes do not mention any direct API, behavior, or breaking changes in lit-virtual itself.

  • @tanstack/svelte-virtual@3.13.33

    This is a patch release of @tanstack/svelte-virtual. The only change called out in the release notes is an update to @tanstack/virtual-core (v3.17.5).

  • @tanstack/react-virtual@3.14.7

    This is a patch release of @tanstack/react-virtual (v3.14.7). It updates the underlying @tanstack/virtual-core dependency to v3.17.5, with no other changes called out in the release notes.

  • @tanstack/marko-virtual@3.14.2

    This patch release updates the underlying dependency @tanstack/virtual-core to version 3.17.5. No additional features, bug fixes, or breaking behavior changes are described in the release notes.