Skip to content

v7.0.0

Compare
Choose a tag to compare
@doistbot doistbot released this 28 Aug 15:30
· 52 commits to main since this release

7.0.0 (2024-08-28)

⚠ BREAKING CHANGES

  • Fix TypeScript types for the Suggestion plugin
    command function (allowing for generic override).

Although this was not causing any issues for us due to the convoluted
implementation, the same fix was recently applied to Tiptap, and this
aligns our suggestion factory function implementation with the original
one. Unfortunately, this comes as a breaking change (examples were also
updated to reflect the required changes).

Additionally, other smaller TypeScript types were refactored for
consistency and clarity, but these are safe changes.

Code Refactoring

  • General improvements for TypeScript types (#883) (b235eaf)