Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2025

This PR contains the following updates:

Package Change Age Confidence
virtua 0.46.7 -> 0.47.1 age confidence

Release Notes

inokawa/virtua (virtua)

v0.47.1

Compare Source

What's Changed

  • Fix crash when removing all items causes viewport to collapse to 0 by @​gne in #​818

New Contributors

Full Changelog: inokawa/virtua@0.47.0...0.47.1

v0.47.0

Compare Source

BREAKING CHANGES

  • Merged findStartIndex/findEndIndex into findItemIndex for more control
// before
handle.findStartIndex();
// after
handle.findItemIndex(handle.scrollOffset);

// before
handle.findEndIndex();
// after
handle.findItemIndex(handle.scrollOffset + handle.viewportSize);
  • Refactored some methods and props of experimental_VGrid #​777

What's Changed

Full Changelog: inokawa/virtua@0.46.7...0.47.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Nov 19, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
diffs ✅ Ready (View Log) Visit Preview 5cd6b84

@renovate renovate bot force-pushed the renovate/virtua-0.x branch from d95e191 to 5cd6b84 Compare November 24, 2025 13:42
@renovate renovate bot changed the title Update dependency virtua to v0.47.0 Update dependency virtua to v0.47.1 Nov 24, 2025
@jpenilla jpenilla merged commit 79a61e8 into master Nov 24, 2025
4 checks passed
@renovate renovate bot deleted the renovate/virtua-0.x branch November 24, 2025 23:20
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.

2 participants