Skip to content

v3.0.0

Compare
Choose a tag to compare
@doistbot doistbot released this 18 Jan 16:04
· 384 commits to main since this release

3.0.0 (2024-01-18)

⚠ BREAKING CHANGES

  • extensions: The smartToggleBulletList and
    smartToggleOrderedList commands were renamed to have the same name as
    the built-in toggle functions so that they can easily be used by the
    default keyboard shortcuts without having to change the
    addKeyboardShortcuts function.

The BulletList and OrderedList extensions now take an additional
option, smartToggle (default: false), that indicates whether hard
breaks should be replaced by paragraphs before toggling the
selection into a bullet/ordered list, or not.

Features

  • extensions: Overwrite built-in List/Ordered toggle functions with a smartToggle option (#620) (059da61)