Skip to content

v0.75.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 23:39
4622b43

v0.75.0

Features

  • list: you can unindent list items until the root
  • HeadingPlugin: added support for multiple hotkey handlers (e.g. h1, h2, h3)

Bug Fixes

  • withList: fixed most bugs with deleteBackward and (un)indentation (Tab, Shift+Tab). Nested list items should be moved to the correct position. #544 #476 #354
  • useMention: add Cyrillic support
  • ToolbarCodeBlock:
    • insert code block when selection is expanded.
    • if cursor is in the middle of a block, insert and select code block after the selected block