What's Changed
- v0.10.1 by @matthewlipski in #469
- fix: Add block button incorrect cursor position by @matthewlipski in #484
- fix: Delete handler error when cursor in last block by @matthewlipski in #485
- fix: Bug in
replaceBlocks
by @matthewlipski in #487 - feat: Return values for block manipulation methods by @matthewlipski in #458
- fix: Image block DOM clutter, keyboard handling, and copy/paste by @matthewlipski in #456
- fix: Multiline list indentation by @i-am-chitti in #491
- fix: Remove console logs while pasting by @i-am-chitti in #489
- chore: Mantine update by @matthewlipski in #479
- docs: Mantine update by @matthewlipski in #502
New Contributors
- @i-am-chitti made their first contribution in #491
Full Changelog: v0.10.1...v0.11.0
Breaking Changes
Change import "@blocknote/core/style.css";
to import "@blocknote/react/style.css";
if you're using @blocknote/react
This update changes how themes and styles are applied to the editor. This means if you were previously overriding CSS using the componentStyles
field in a Theme
object, you should convert those styles to CSS rules. See the new theming and styling documentation here.