-
v0.25.0 Stable
released this
2026-09-19 22:28:15 +00:00 | 83 commits to main since this releaseBreaking
BlockEditoris 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#blockform 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 ornull, local when uncontrolled, starting
closed): a page that removed invalid ids fromcollapsednow setsopen
to the invalid block's id.#summaryis 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#thumbnailslot
({ block, index }) fills a fixed 4:3 box at the row start.#blockkeeps
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 ofExpand …/Collapse …. Adding a block
opens it. No compatibility layer.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads