This PR mostly lands some internal optimizations and refactorings. Most notably, the way the editor is mounted in React has been approved. This work prepares us for better comments integrations (such as LiveBlocks, stay tuned!)
Also, the "placeholder" feature has been improved. See PR: #1439
What's Changed
- refactor: new react mounting system by @YousefED in #1438
- fix: insertblocks when no type is provided by @YousefED in #1436
- fix: placeholder improvements by @YousefED in #1439
- refactor: support markviews by @YousefED in #1437
- refactor: reuse toolbar types and extract mantine context by @YousefED in #1440
- feat: add support for tiptap / liveblocks comments by @YousefED in #1442
Full Changelog: v0.23.6...v0.24.0