• v0.12.0 34f1241405

    v0.12.0 Stable

    pienter-release-bot released this 2026-09-15 17:37:05 +00:00 | 159 commits to main since this release

    Added

    • RecordLayout and Panel: the sidebar-plus-panels shape a record page is
      built from. RecordLayout places a sidebar slot (an aside named through
      sidebar-labelledby) beside a main column and stacks them below 56em.
      Panel is one bordered section with its heading inside it (title,
      description, level, title-id); it honours hidden, so it serves as a
      tab panel as-is, and drops its border, background and padding when its
      direct child is a BlockEditor. Both set --pui-record-fields-columns for
      the RecordFields inside them — one column in the sidebar, two in a panel
      from 48em with textarea fields spanning the row — and the sidebar stacks
      RecordDetails labels over their values, so a consumer page no longer
      carries any of that CSS.

    Fixed

    • Tabs wraps its buttons inside a narrow container instead of pushing the
      tablist past the container's edge.
    Downloads