Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [3.0.0](v2.3.1...v3.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](#620)) ([059da61](059da61))
- Loading branch information