Skip to content

v2.28.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jul 21:18
41dc652
  • New - Block ids now displayed in DOM via a data-id attribute. Could be useful for plugins that want access a Block's element by id.
  • Improvement - The Delete keydown at the end of the Block will now work opposite a Backspace at the start. Next Block will be removed (if empty) or merged with the current one.
  • Improvement - The Delete keydown will work like a Backspace when several Blocks are selected.
  • Improvement - If we have two empty Blocks, and press Backspace at the start of the second one, the previous will be removed instead of current.