Skip to content

ci: Version Packages - #1213

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

ci: Version Packages#1213
piecyk merged 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@5.0.7

Patch Changes

  • Updated dependencies [767ead4, bc8643b]:
    • @tanstack/virtual-core@3.17.3

@tanstack/lit-virtual@3.13.32

Patch Changes

  • Updated dependencies [767ead4, bc8643b]:
    • @tanstack/virtual-core@3.17.3

@tanstack/react-virtual@3.14.5

Patch Changes

  • Updated dependencies [767ead4, bc8643b]:
    • @tanstack/virtual-core@3.17.3

@tanstack/solid-virtual@3.13.31

Patch Changes

  • Updated dependencies [767ead4, bc8643b]:
    • @tanstack/virtual-core@3.17.3

@tanstack/svelte-virtual@3.13.31

Patch Changes

  • Updated dependencies [767ead4, bc8643b]:
    • @tanstack/virtual-core@3.17.3

@tanstack/virtual-core@3.17.3

Patch Changes

  • #1206767ead4 - Cut per-scroll-frame allocations on the default lanes === 1 path. Range computation previously allocated an options object and two closures on every scroll event; it now does the same work allocation-free, reducing GC pressure during continuous scroll.

  • #1212bc8643b - Don't latch a scroll direction from the read-back of the virtualizer's own adjustment write

    applyScrollAdjustment folds the pending adjustment into scrollOffset eagerly, so the browser's scroll event for that write arrives at exactly the held offset. The scroll-direction computation treated that equality as 'backward', which made the default shouldAdjustScrollPositionOnItemSizeChange skip above-viewport re-measure compensation for the rest of the isScrollingResetDelay window — so during multi-frame reflows (e.g. a side pane's width animation re-wrapping rows while scrolled up) most frames went uncompensated and the viewport drifted. An event at the held offset carries no direction information, so the direction now stays unchanged in that case; real gestures always move the offset and still latch normally.

@tanstack/vue-virtual@3.13.31

Patch Changes

  • Updated dependencies [767ead4, bc8643b]:
    • @tanstack/virtual-core@3.17.3

@tanstack/virtual-benchmarks@0.0.8

Patch Changes

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

@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 30, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 9c6c081

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

☁️ Nx Cloud last updated this comment at 2026-06-30 15:17:57 UTC

@pkg-pr-new

pkg-pr-newBot commented Jun 30, 2026

Copy link
Copy Markdown
More templates

@tanstack/angular-virtual

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

@tanstack/lit-virtual

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

@tanstack/react-virtual

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

@tanstack/solid-virtual

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

@tanstack/svelte-virtual

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

@tanstack/virtual-core

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

@tanstack/vue-virtual

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

commit: 9c6c081

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 1f99bec to 9c6c081CompareJune 30, 2026 14:50
@piecyk
piecyk merged commit 151e9f4 into mainJun 30, 2026
9 checks passed
@piecyk
piecyk deleted the changeset-release/main branch June 30, 2026 15:19
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