Skip to content

ci: Version Packages#1238

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

ci: Version Packages#1238
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/angular-virtual@6.0.1

Patch Changes

  • Updated dependencies [7ae32b5]:
    • @tanstack/virtual-core@3.17.6

@tanstack/lit-virtual@3.13.35

Patch Changes

  • Updated dependencies [7ae32b5]:
    • @tanstack/virtual-core@3.17.6

@tanstack/marko-virtual@3.14.3

Patch Changes

  • Updated dependencies [7ae32b5]:
    • @tanstack/virtual-core@3.17.6

@tanstack/react-virtual@3.14.8

Patch Changes

  • #1237 aa536e7 - Fix a gap at the top of the list after an end-anchored prepend in directDomUpdates mode. The prepend grows the total size and bumps scrollOffset to the new bottom in the same pass, but the size container's height was written after _willUpdate synced the scroll position — so the browser clamped the scrollTop write to the stale (shorter) scrollHeight, leaving whitespace at the top until the next scroll. The container is now grown before the scroll sync. Only affected directDomUpdates mode (React-rendered sizers receive their height during render).

  • Updated dependencies [7ae32b5]:

    • @tanstack/virtual-core@3.17.6

@tanstack/solid-virtual@3.13.35

Patch Changes

  • Updated dependencies [7ae32b5]:
    • @tanstack/virtual-core@3.17.6

@tanstack/svelte-virtual@3.13.34

Patch Changes

  • Updated dependencies [7ae32b5]:
    • @tanstack/virtual-core@3.17.6

@tanstack/virtual-core@3.17.6

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.

@tanstack/vue-virtual@3.13.34

Patch Changes

  • Updated dependencies [7ae32b5]:
    • @tanstack/virtual-core@3.17.6

@tanstack/virtual-benchmarks@0.0.11

Patch Changes

  • Updated dependencies [aa536e7]:
    • @tanstack/react-virtual@3.14.8

@github-actions

Copy link
Copy Markdown
Contributor Author

🚀 Changeset Version Preview

No changeset entries found. Merging this PR will not cause a version bump for any packages.

@nx-cloud

nx-cloud Bot commented Jul 20, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 164f8fc

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 2m 56s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded 21s View ↗

☁️ Nx Cloud last updated this comment at 2026-07-20 15:56:56 UTC

@pkg-pr-new

pkg-pr-new Bot commented Jul 20, 2026

Copy link
Copy Markdown
More templates

@tanstack/angular-virtual

npm i https://pkg.pr.new/@tanstack/angular-virtual@1238

@tanstack/lit-virtual

npm i https://pkg.pr.new/@tanstack/lit-virtual@1238

@tanstack/marko-virtual

npm i https://pkg.pr.new/@tanstack/marko-virtual@1238

@tanstack/react-virtual

npm i https://pkg.pr.new/@tanstack/react-virtual@1238

@tanstack/solid-virtual

npm i https://pkg.pr.new/@tanstack/solid-virtual@1238

@tanstack/svelte-virtual

npm i https://pkg.pr.new/@tanstack/svelte-virtual@1238

@tanstack/virtual-core

npm i https://pkg.pr.new/@tanstack/virtual-core@1238

@tanstack/vue-virtual

npm i https://pkg.pr.new/@tanstack/vue-virtual@1238

commit: 164f8fc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants