TanStackOSS
    virtual

virtual

GitHub
OverviewRunsAnalytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days30 days

Latest CI Pipeline Executions

Sort by
  • Succeeded
    fix/svelte-setOptions-store-update

    f1b5435f Add changeset

    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

    by Isaac Hunja

    I

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools