• v0.13.0 b657c941ba

    v0.13.0 Stable

    pienter-release-bot released this 2026-09-15 21:17:33 +00:00 | 149 commits to main since this release

    Added

    • View mode for BlockEditor: readonly renders the block list as content.
      The drag handle, move, remove and add controls and the reorder hint go, every
      mutation returns early, and #block receives readonly beside disabled so
      the fields render read-only. The collapse toggles stay — they are the escape
      hatch for a long list — and blocks start expanded. Each block title now sits
      in a heading element around its collapse button, so heading navigation works
      in both modes; level (2–6, default 3) picks it. A read-only editor carries
      data-readonly="true", and Panel keeps its border, background and padding
      around one instead of dropping them as it does for an editable editor.
    • image field type on RecordFormField: a URL type="url" TextInput while
      editing, the image itself when read-only, capped so a full-size asset cannot
      push the layout, with the same em dash as RecordDetails when the value is
      empty. altName points at a sibling field in the same list for the
      alternative text, so it works for nested and indexed paths.

    Fixed

    • A read-only Textarea grows with its value instead of clipping it inside a
      box nobody can type in; rows becomes its minimum height.
    Downloads