0.37.0 (2025-08-29)
This release overhauls the setup for @blocknote/shadcn
. The package now expects to be installed within an app that already uses TailwindCSS, and does not import any Tailwind/ShadCN stylesheets itself. This comes with a few benefits:
- BlockNote now inherits Tailwind & ShadCN theme changes from the parent app.
- BlockNote no longer imports duplicate Tailwind stylesheets.
- Tailwind styles used in BlockNote no longer need the "bn-" prefix.
Breaking changes
@blocknote/shadcn
now requires TailwindCSS v4, as the @source
directive is needed. Since it also no longer includes ShadCN stylesheets, some additional styles also have to be added to your app if it doesn't use ShadCN components itself. See the docs for more info.
🚀 Features
- export
ShadCNComponentsContext
(#1965)
🩹 Fixes
- Typing in empty table cells (#1973)
❤️ Thank You
- Héctor Zhuang @Hector-Zhuang
- Matthew Lipski @matthewlipski