Releases: TanStack/virtual
Releases · TanStack/virtual
@tanstack/[email protected]
Patch Changes
- Updated dependencies [
db6df21]:- @tanstack/[email protected]
@tanstack/[email protected]
Patch Changes
- Updated dependencies [
5a273bf]:- @tanstack/[email protected]
@tanstack/[email protected]
Patch Changes
- fix(virtual-core): improve scrollToIndex reliability in dynamic mode (#1106)
- Wait extra frame for ResizeObserver measurements before verifying position
- Abort pending scroll operations when new scrollToIndex is called
@tanstack/[email protected]
Patch Changes
- fix(virtual-core): scroll to last index properly (#1105)
@tanstack/[email protected]
Patch Changes
- Updated dependencies [
db6df21]:- @tanstack/[email protected]
@tanstack/[email protected]
Patch Changes
- Updated dependencies [
5a273bf]:- @tanstack/[email protected]
@tanstack/[email protected]
Patch Changes
- Updated dependencies [
db6df21]:- @tanstack/[email protected]
@tanstack/[email protected]
Patch Changes
- Updated dependencies [
5a273bf]:- @tanstack/[email protected]
@tanstack/[email protected]
Patch Changes
- Updated dependencies [
db6df21]:- @tanstack/[email protected]
@tanstack/[email protected]
Patch Changes
-
feat(react-virtual): add
useFlushSyncoption (#1100)Adds a React-specific
useFlushSyncoption to control whetherflushSyncis used for synchronous scroll correction during measurement.The default behavior remains unchanged (
useFlushSync: true) to preserve the best scrolling experience.
Disabling it avoids the React 19 warning about callingflushSyncduring render, at the cost of potentially increased visible whitespace during fast scrolling with dynamically sized items. -
Updated dependencies [
5a273bf]:- @tanstack/[email protected]