Update dependency react-virtuoso to v4.18.5#29
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
8364365 to
f0adb43
Compare
f0adb43 to
89f51e2
Compare
89f51e2 to
5120573
Compare
5120573 to
266de29
Compare
266de29 to
ae0cba1
Compare
ae0cba1 to
3cdc880
Compare
3cdc880 to
93736cf
Compare
93736cf to
28449b9
Compare
28449b9 to
0d00379
Compare
0d00379 to
3e00ef0
Compare
3e00ef0 to
6365147
Compare
6365147 to
a13f5c6
Compare
This file contains hidden or 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
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.
This PR contains the following updates:
4.10.0→4.18.5Release Notes
petyosi/react-virtuoso (react-virtuoso)
v4.18.5Compare Source
Patch Changes
#1388
5871779Thanks @petyosi! - Fix useSyncExternalStore detection for React 19+The version check used
startsWith('18')which excluded React 19, causing it to fall back to the legacy useState+useLayoutEffect subscription path. This could cause tearing issues in concurrent rendering scenarios. Changed toparseInt(React.version) >= 18to correctly use useSyncExternalStore for React 18 and above.v4.18.4Compare Source
Patch Changes
620b260Thanks @marcospassos! - FixatBottomStateChangeinuseWindowScrolllists when the Virtuoso instance is rendered below other page content.v4.18.3Patch Changes
161db63Thanks @petyosi! - Use changeset publish for proper git tagging and GitHub release creationv4.18.2Patch Changes
#1361
7b38166Thanks @petyosi! - Replace ESLint and Prettier with oxlint and oxfmt for faster linting and formatting. Modernize TypeScript configuration withverbatimModuleSyntaxand ES2022 build targets.Source code changes are non-behavioral: stricter equality checks (
===/!==instead of truthiness),??instead of||for defaults, early returns instead of else blocks, self-closing JSX tags, and removal of unnecessary JSX fragments.LogLevelin react-virtuoso is changed from a TypeScript enum to a const object — the named exports (LogLevel.DEBUG, etc.) work identically, but enum reverse-mapping (LogLevel[0]) is no longer supported.v4.18.1Patch Changes
2d2c1c5Thanks @petyosi! - Fix missing type for tablev4.18.0Minor Changes
8d47a4dThanks @petyosi! - Updated API referencev4.17.0Compare Source
Minor Changes
58b9703: AddminOverscanItemCountprop to ensure a minimum number of items are rendered before/after the viewport, useful for tall or collapsible items where pixel-based overscan is insufficient.v4.16.1Compare Source
Patch Changes
497681b: provenance testv4.15.0Compare Source
Minor Changes
34646ce: Support fixed size for groups in grouped virtuosov4.14.1Compare Source
Patch Changes
f4f307f: Fix bogus context attributev4.14.0Compare Source
Minor Changes
0898bc7: Support `scrollIntoViewOnChange prop for Virtoso"v4.13.0Compare Source
Minor Changes
7ee973e: Support table groupingv4.12.8Compare Source
Patch Changes
dbe93a0: Follow output works with fixedItemHeight setv4.12.7Compare Source
Patch Changes
a04ba00: Fix for prepend items flickeringv4.12.6Compare Source
Patch Changes
bb0402e: Support window scrolling to iframe react portalsv4.12.5Compare Source
Patch Changes
b1d4519: Revert node requirementsv4.12.4Compare Source
Patch Changes
fdbf0c5: Updated to latest toolingfdbf0c5: correct TS types for custom component, context is always passedv4.12.3Compare Source
Bug Fixes
v4.12.2Compare Source
Bug Fixes
v4.12.1Compare Source
Bug Fixes
v4.12.0Compare Source
Features
v4.11.0Compare Source
Features
v4.10.4Compare Source
Bug Fixes
v4.10.3Compare Source
Bug Fixes
v4.10.2Compare Source
Bug Fixes
v4.10.1Compare Source
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.