Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 18:46
· 73 commits to main since this release
d1db95d

Bug Fixes

  • Drag_steps no-ops when the grabbed position is off-screen
  • Scope left to the left edge, not every tab's column (#25)
  • Drop (0,0,0) sentinel from palette slot cycle

Documentation

  • Point the layout at the hosted v0.1.0 wasm
  • Make the version-pin example a full, copy-pasteable URL
  • Say left pins at the tab-area start (prefix_width), not absolute column 0 (#26)
  • Point the sentinel-accent scope note at issue #29

Features

  • Pure drag-resolution primitives for tab reorder
  • Drag-to-reorder tabs via MoveTabByTabId (#10)
  • Gate RunActionsAsUser behind an opt-in reorder flag (#23)
  • Add align to anchor the all-fit tab row left vs center (#25)

Miscellaneous

  • V0.2.0

Testing

  • Pin the move decision by extracting pure reorder_plan (#10)
  • Assert grab arming with matches! instead of is_some_and
  • Pin left-anchor anti-slide and center-slide behavior (#25)