-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Fix CacheSnapshot structure and reduce its size #311
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inokawa
force-pushed
the
cache-snapshot-structure
branch
6 times, most recently
from
January 3, 2024 06:04
8ec7816
to
29cef37
Compare
inokawa
force-pushed
the
main
branch
2 times, most recently
from
January 13, 2024 05:12
a74242d
to
173e5e2
Compare
inokawa
force-pushed
the
main
branch
2 times, most recently
from
February 5, 2024 13:00
5a37173
to
565e251
Compare
inokawa
force-pushed
the
main
branch
2 times, most recently
from
February 15, 2024 12:32
9c80325
to
0b752c9
Compare
inokawa
force-pushed
the
cache-snapshot-structure
branch
from
February 15, 2024 14:24
29cef37
to
00b137b
Compare
inokawa
force-pushed
the
main
branch
5 times, most recently
from
February 22, 2024 11:29
1874867
to
d329796
Compare
inokawa
force-pushed
the
cache-snapshot-structure
branch
2 times, most recently
from
February 25, 2024 09:55
f2c1aca
to
faace19
Compare
inokawa
changed the title
Fix CacheSnapshot structure
Fix CacheSnapshot structure and reduce its size
Feb 25, 2024
inokawa
force-pushed
the
cache-snapshot-structure
branch
2 times, most recently
from
February 25, 2024 11:21
4dc89c8
to
f2e962c
Compare
inokawa
force-pushed
the
cache-snapshot-structure
branch
from
February 25, 2024 11:22
f2e962c
to
4ee04fd
Compare
inokawa
force-pushed
the
cache-snapshot-structure
branch
from
February 25, 2024 11:42
4ee04fd
to
5f733e8
Compare
takecchi
referenced
this pull request
in cuculus-dev/cuculus
Feb 29, 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://github.com/inokawa/virtua) | [`0.27.5` -> `0.28.0`](https://renovatebot.com/diffs/npm/virtua/0.27.5/0.28.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/virtua/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/virtua/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/virtua/0.27.5/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/virtua/0.27.5/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | @coderabbitai: ignore --- ### Release Notes <details> <summary>inokawa/virtua (virtua)</summary> ### [`v0.28.0`](https://github.com/inokawa/virtua/releases/tag/0.28.0) [Compare Source](https://github.com/inokawa/virtua/compare/0.27.5...0.28.0) - **BREAKING CHANGE**: The methods of VGridHandle were changed. #### What's Changed - Fix CacheSnapshot structure and reduce its size by [@​inokawa](https://github.com/inokawa) in [https://github.com/inokawa/virtua/pull/311](https://github.com/inokawa/virtua/pull/311) - Add ssrCount prop to Vue Virtualizer by [@​inokawa](https://github.com/inokawa) in [https://github.com/inokawa/virtua/pull/397](https://github.com/inokawa/virtua/pull/397) - Fix VGridHandle by [@​inokawa](https://github.com/inokawa) in [https://github.com/inokawa/virtua/pull/395](https://github.com/inokawa/virtua/pull/395) **Full Changelog**: inokawa/virtua@0.27.5...0.28.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removed some fields from snapshot because they are restorable from item sizes.