Skip to content

v0.6.0

Choose a tag to compare

@jrpease jrpease released this 06 Jun 20:20
e561aeb

Three bug fixes from v0.1/v0.5 testing.

Fixed

  • No Section wrapper around artboards (regression from v0.1). Removed the "Section may only wrap the Frame" escape hatch; the auto-layout Frame now sits directly on the page, explicitly overriding the Figma Console MCP server's "create a Section first" instruction. The post-build audit walks the parent chain to catch any stray Section.

Added

  • Component sets laid out as an auto-layout grid — one row per variant (type) across its states, size groups stacked vertically.
  • Focus-ring accessibility offset — new Border/Semantic offset/focus token (the outline-offset equivalent); focus rings sit 2px clear of the control edge, bound not hardcoded.