Skip to content

Releases: SliftStudio/sliftui

Release list

v0.0.3

Choose a tag to compare

@tavlean tavlean released this 04 Jun 20:18
7d7aee7

Changed

  • Published with provenance now that the source repo is public, and CHANGELOG.md is bundled with the package and linked from the README. No changes to the component itself.

v0.0.2

Choose a tag to compare

@tavlean tavlean released this 04 Jun 19:37
b7a1869

Changed

  • NumberRoll now renders only the digit cells it is actively rolling across: one cell per column at rest, expanding to the span of a roll while it animates and collapsing back once it settles. Previously every column kept a fixed 21-cell window mounted at all times. The animation looks identical, but the resting DOM shrinks dramatically (a 16-digit readout drops from 357 cells to 16, around 95% fewer nodes).