Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 09:57
a36d113

0.3.0 (2026-08-25)

Features

  • examples: table-non-virtual — the control group with no Table in it (322719b)
  • table, tree: rows built ahead of the scroll — velocity lead, idle prefetch, and a kept band (a3fd681)
  • table, tree: skeleton rows answer a flood, and the idle band stops wobbling the view (2bf5e73)
  • table, tree: the catch-up pacing is a prop (40253ad)
  • table, tree: the estimate learns the measured mean, and flicks defer measuring to the settle (9cde90f)
  • table, tree: the fast-scroll pill, and skeleton rows that read as rows (4f4f9ca)
  • table, tree: the scroll hint waits out a show-delay, and the catch-up budgets follow the measurements (70901d1)
  • tree: a --stress flag on the example — the generated tree the window is tuned against (f5dac53)

Bug Fixes

  • examples: the table tail follows display order, not the appended id (3e20cba)
  • table, tree: clamp the velocity lead — a scrollbar scrub froze the app for seconds (8e2456b)

Performance Improvements

  • table, tree: a scroll notch pays only for the rows it brought in (cb521f2)
  • table, tree: row elements reused by identity — a notch stops paying even the memo's toll (5306cd9)