Skip to content

ci: Version Packages - #1210

Merged
piecyk merged 1 commit into
mainfrom
changeset-release/main
Jun 26, 2026
Merged

ci: Version Packages#1210
piecyk merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jun 26, 2026

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

Patch Changes

  • Updated dependencies [b04f9ee, 37be284]:
    • @tanstack/virtual-core@3.17.2

@tanstack/lit-virtual@3.13.31

Patch Changes

  • Updated dependencies [b04f9ee, 37be284]:
    • @tanstack/virtual-core@3.17.2

@tanstack/react-virtual@3.14.4

Patch Changes

  • Updated dependencies [b04f9ee, 37be284]:
    • @tanstack/virtual-core@3.17.2

@tanstack/solid-virtual@3.13.30

Patch Changes

  • Updated dependencies [b04f9ee, 37be284]:
    • @tanstack/virtual-core@3.17.2

@tanstack/svelte-virtual@3.13.30

Patch Changes

  • Updated dependencies [b04f9ee, 37be284]:
    • @tanstack/virtual-core@3.17.2

@tanstack/virtual-core@3.17.2

Patch Changes

  • #1208b04f9ee - Skip redundant scroll events at unchanged offset

  • #120937be284 - Sync scrollOffset in applyScrollAdjustment so end-anchored streaming resize isn't lost to browser clamp

    With anchorTo: 'end' and a dynamically growing last item (token streaming), resizeItem writes the scroll adjustment to scrollTop before the consumer has grown the sizer, so the browser clamps the write and no scroll event fires. scrollOffset stayed stale, the next tick's wasAtEnd check failed, and the viewport drifted away from the end. This fix carries the intended target in scrollOffset (zeroing scrollAdjustments) the same way the prepend path in setOptions does, so the next getVirtualDistanceFromEnd() reads the post-adjustment position.

@tanstack/vue-virtual@3.13.30

Patch Changes

  • Updated dependencies [b04f9ee, 37be284]:
    • @tanstack/virtual-core@3.17.2

@tanstack/virtual-benchmarks@0.0.7

Patch Changes

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

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from b0b27c8 to 94818b2CompareJune 26, 2026 10:19
@github-actions

Copy link
Copy Markdown
ContributorAuthor

🚀 Changeset Version Preview

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

@nx-cloud

nx-cloudBot commented Jun 26, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 94818b2

CommandStatusDurationResult
nx affected --targets=test:sherif,test:knip,tes...✅ Succeeded2m 35sView ↗
nx run-many --target=build --exclude=examples/**✅ Succeeded17sView ↗

☁️ Nx Cloud last updated this comment at 2026-06-26 10:42:57 UTC

@pkg-pr-new

Copy link
Copy Markdown
More templates

@tanstack/angular-virtual

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

@tanstack/lit-virtual

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

@tanstack/react-virtual

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

@tanstack/solid-virtual

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

@tanstack/svelte-virtual

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

@tanstack/virtual-core

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

@tanstack/vue-virtual

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

commit: 94818b2

@piecyk
piecyk merged commit d73a538 into mainJun 26, 2026
9 checks passed
@piecyk
piecyk deleted the changeset-release/main branch June 26, 2026 10:44
codinnovate pushed a commit to codinnovate/virtual that referenced this pull request Jul 5, 2026
codinnovate pushed a commit to codinnovate/virtual that referenced this pull request Aug 9, 2026
Sign up for freeto 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.

1 participant

@piecyk