Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [7.0.0](v6.0.11...v7.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](#883)) ([b235eaf](b235eaf))
- Loading branch information