TanStack
OSS
virtual
Sign in / Sign up
Open main menu
virtual
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
fix/svelte-setOptions-store-update
f1b5435f Add changeset
7 hours ago
by Damian Pie...
D
Succeeded
fix/svelte-setOptions-store-update
b4065a22 fix(svelte-virtual): force store update when setOptions is called When options like `count` change but the visible range stays the same, `onChange` is never called (it only fires on range changes). This means the Svelte store is not updated and the component does not re-render. Fix by calling `virtualizerWritable.set(virtualizer)` after _willUpdate() so the store always reflects the latest virtualizer state after any options change. This mirrors how vue-virtual uses `triggerRef(state)` after _willUpdate(). Fixes #969
11 hours ago
by Isaac Hunja
I
Previous page
Previous
Next
Next page