Another big release for BlockNote 🥳
v0.13.0 now makes BlockNote UI-library agnostic. We extracted the default Mantine-based ux to @blocknote/mantine
, and also added support for Ariakit and ShadCN (#652)! This was a major refactor, but we're really excited about this and looking forward to your feedback and contributions ❤️
We also introduced localization and made all strings fully configurable. For now, only English (en) and Dutch (nl) are supported - we definitely welcome any PRs with your language of choice!
Finally, some major improvements have been made in Accessibility, such as better keyboard navigation of menus. Let's make sure that BlockNote applications are usable by everyone, regardless of any impairments!
Excited about this release? Consider sponsoring BlockNote as we rely on your support. This month we added a few new sponsors (thanks!) and are zoning in on the initial goal of 10 monthly sponsors - who benefit from priority support and development!
New examples
What's Changed
- feat: multi UI libs (shadcn + ariakit) + i18n by @YousefED in #652
- feat: accessibility improvements by @YousefED in #718
- fix: clean react package deps by @YousefED in #722
- feat: option to disable trailing block by @Kashifwahaj in #679
- fix: match query anywhere to filter slash menu items by @shahvicky in #719
Breaking changes
- Some exports have of course been moved to
@blocknote/mantine
. Make sure to importBlockNoteView
andstyle.css
from@blocknote/mantine
if you're migrating your existing project
New Contributors
- @shahvicky made their first contribution in #719
Full Changelog: v0.12.4...v0.13.0