Skip to content

v0.30.1-beta.8

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Jul 19:19

Delta since previous beta (v0.30.1-beta.7) — 1 new changeset.

Patch Changes

  • Fixes Backspace/Delete merges at nested list-item boundaries (#609). Backspace at the start of an item whose previous sibling has a nested sublist no longer lifts the item out of the list as a bare paragraph with no bullet or checkbox, and forward Delete at the end of a nested item before a shallower item no longer re-nests that item at the wrong depth or silently drops its checkbox. Both fixes cover the Mod-Backspace/Mod-Delete variants; flat-list merges, first-item lift-out, and autoformat undo behavior are unchanged. Supersedes and credits #613 by @blokboy.