Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to keep offscreen items mounted #429

Merged
merged 2 commits into from
Apr 13, 2024

Conversation

mariia-mitiureva
Copy link
Contributor

@mariia-mitiureva mariia-mitiureva commented Apr 11, 2024

fix #181

This simple change fixes a number of issues with off-screen elements:

But I'm guessing you wanted to find a generic solution that covers more use cases, right?

This seems to solve the most critical issues for me. The new prop could be added with unstable_ or experimental_ prefix, until you find a better solution, what do you think?

Copy link
Owner

@inokawa inokawa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mariia-mitiureva
I was thinking of a bit more complicated one, but probably this will be enough for most use cases.
Thank you for the PR!

@inokawa inokawa merged commit e8faf22 into inokawa:main Apr 13, 2024
4 checks passed
@inokawa
Copy link
Owner

inokawa commented Apr 13, 2024

Released in 0.30.0.

@inokawa inokawa mentioned this pull request Apr 13, 2024
takecchi pushed a commit to cuculus-dev/cuculus that referenced this pull request Apr 17, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [virtua](https://togithub.com/inokawa/virtua) | [`0.29.2` ->
`0.30.0`](https://renovatebot.com/diffs/npm/virtua/0.29.2/0.30.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/virtua/0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/virtua/0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/virtua/0.29.2/0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/virtua/0.29.2/0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

@coderabbitai: ignore

---

### Release Notes

<details>
<summary>inokawa/virtua (virtua)</summary>

### [`v0.30.0`](https://togithub.com/inokawa/virtua/releases/tag/0.30.0)

[Compare
Source](https://togithub.com/inokawa/virtua/compare/0.29.2...0.30.0)

#### What's Changed

- Add ability to keep offscreen items mounted by
[@&#8203;mariia-mitiureva](https://togithub.com/mariia-mitiureva) in
[inokawa/virtua#429

#### New Contributors

- [@&#8203;mariia-mitiureva](https://togithub.com/mariia-mitiureva) made
their first contribution in
[inokawa/virtua#429

**Full Changelog**:
inokawa/virtua@0.29.2...0.30.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cuculus-dev/cuculus).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

Consider adding append only mode (or component)
2 participants