-
v0.29.0 Stable
released this
2026-09-19 22:49:51 +00:00 | 58 commits to main since this releaseBreaking
BlockEditorreplaces the row of per-type add buttons with one Add block
button that opens a type picker: aDropdownMenu, or a searchable
Commandlist whensearchableis set or, left unset, above 8 block
types (searchPlaceholder,searchEmptyText). Each row gains an insert
button above it, shown on row hover or keyboard focus without moving the
rows, that opens the same picker and inserts before that row.addLabel
is now a string (defaultAdd block) instead of(typeLabel) => string:
a page that passed a function passes the single button's label. The add
announcement names the position (Text added at position 2 of 4.).
Added
DropdownMenutakesanchor, the trigger to position against when
severalpopovertargettriggers share one menu; the default stays the
first matching trigger.
Fixed
DropdownMenuno longer stays visible while closed. Itsdisplay: flex
applied in every state and overrode the browser rule that hides a closed
popover; it now applies under:popover-openonly.Sheetnow spans the full edge it is anchored to. The browser's
fit-contentsize andmax-height/max-widthfor<dialog>won over the
top/bottom(orleft/right) pair, so a short sheet stopped under its
footer; each side now resets them on its stretched axis.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads