• v0.25.0 efe6adb46c

    v0.25.0 Stable

    pienter-release-bot released this 2026-09-19 22:28:15 +00:00 | 83 commits to main since this release

    Breaking

    • BlockEditor is now a list/detail split, so a page of 20
      blocks stays a list instead of a wall of open forms. The list is compact
      rows and the one open block's #block form shows in a sticky detail pane
      beside it, with Previous, Next and Close in the pane head and a prompt
      (promptText) while nothing is open; in a narrow container the pane stacks
      under the list. v-model:collapsed (a list of ids) is replaced by
      v-model:open (one block id or null, local when uncontrolled, starting
      closed): a page that removed invalid ids from collapsed now sets open
      to the invalid block's id. #summary is no longer a collapsed-only line
      under the toggle: it always renders in the row, each element child a
      stacked line, clamped at three lines. New #thumbnail slot
      ({ block, index }) fills a fixed 4:3 box at the row start. #block keeps
      its context but only the open block is mounted, keyed by id, so field-local
      state no longer survives closing a block. The row toggle is named by its
      visible label and type instead of Expand …/Collapse …. Adding a block
      opens it. No compatibility layer.
    Downloads