• v0.21.0 0b4b5b4012

    v0.21.0 Stable

    pienter-release-bot released this 2026-09-16 01:10:15 +00:00 | 103 commits to main since this release

    Added

    • BlockEditor's drag handle is keyboard-operable and back in the tab
      order. Space or Enter grabs a block (aria-pressed, data-state="grabbed"),
      ArrowUp and ArrowDown move it one step through the same reorder the move
      buttons use, Space or Enter drops it and Escape returns it to where it was
      grabbed; blur while grabbed cancels too. Every step emits
      update:modelValue, so the page sees the block move as it does with the
      move buttons, and each grab, step, drop and cancel is announced through the
      shared live region. The default hint now describes the keyboard pattern.
      Pointer dragging is unchanged.
    Downloads