Skip to content

Releases: pdanpdan/virtual-scroll

Release 0.10.3

14 Mar 16:02

Choose a tag to compare

0.10.3 (2026-03-14)

Bug Fixes

  • initial scroll to bottom (6f0106f)

Release 0.10.2

14 Mar 14:41

Choose a tag to compare

0.10.2 (2026-03-14)

Bug Fixes

  • corner case where initial content was not initially rendered if screen was resized (0364b2c)

Release 0.10.1

02 Mar 21:56

Choose a tag to compare

0.10.1 (2026-03-02)

Bug Fixes

  • prevent auto scroll on android when snap is enabled (63b3b2d)

Release 0.10.0

02 Mar 19:03

Choose a tag to compare

0.10.0 (2026-03-02)

Bug Fixes

  • resolve typechecking and build issues (911e573)

Features

  • add a new scroll snap mode 'next' (aff1b4b)
  • expose handleScrollCorrection and component properties (47b2b32)
  • implement modular extension system (9f48baa)
  • support array-based circular sizing patterns (57be4e6)
  • use smooth scrolling for final snap scroll (f54eb57)

Release 0.9.1

01 Mar 02:39

Choose a tag to compare

0.9.1 (2026-03-01)

Performance Improvements

  • internal optimization for sticky items (b90b40b)

Release 0.9.0

18 Feb 14:06

Choose a tag to compare

0.9.0 (2026-02-18)

Bug Fixes

  • tests: resolve event target mismatches and stabilize scroll snap timing (522d003)

Features

  • changelog: support basic markdown formatting in changelog items (a144263)
  • core: allow optional indices in scrollToIndex and simplify scroll utilities (08a5ec5)
  • navigation: ensure PageUp/PageDown respect snap mode (ee5b7fb)
  • navigation: improve PageUp/PageDown behavior by using scrollToIndex with snapping (34ce83f)
  • playground: hide dev-only settings when not viewing an example page (898a610)

Release 0.8.0

07 Feb 16:52

Choose a tag to compare

0.8.0 (2026-02-07)

Features

  • use lightningcss with profile widely-available to compile css (ed05e47)

Release 0.7.0

03 Feb 03:59

Choose a tag to compare

0.7.0 (2026-02-03)

Bug Fixes

  • docs: revert optimization for class names (tailwind :) ) (c10683e)

Features

  • playground: enhance accessibility across all examples (850aec7)
  • virtual-scroll: implement comprehensive ARIA support (fb8d464)

Release 0.6.1

02 Feb 06:46

Choose a tag to compare

0.6.1 (2026-02-02)

Release 0.6.0

02 Feb 06:29

Choose a tag to compare

0.6.0 (2026-02-02)

Bug Fixes

  • virtual-scroll: improve sticky logic and axis-specific active states (ec4cbfd)

Features

  • virtual-scroll: add universal scrollTo utility and improve element detection (89c5124)