v0.6.0
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/Semanticoffset/focustoken (theoutline-offsetequivalent); focus rings sit 2px clear of the control edge, bound not hardcoded.