Skip to content

v0.32.0

Latest
Compare
Choose a tag to compare
@nperez0111 nperez0111 released this 24 Jun 12:53
1d476c5

0.32.0 (2025-06-24)

We've got a feature packed update!

We've added new block types, toggle list items & toggle headings (1-3). They allow hiding child blocks behind a click, perfect for stashing away details that may not be important for everyone using the document, or as another form of organization.

Another large update is the new @blocknote/xl-email-exporter package which allows for exporting a BlockNote document directly to an email in a format that should be very compatible across email clients (powered by react.email)!

We've now added support for headings 4-6, but they are not enabled by default to allow for a simple out of the box experience for end-users (6 heading levels? Must be a huge doc!)

🚀 Features

  • toggle blocks (#1707)
  • core: support h4, h5, and h6 (#1634)
  • xl-email-exporter: add email exporter (#1768)

🩹 Fixes

  • react 19 strict mode compatibility (#1726)
  • add keys to pdf exporter for less react warnings (#1739)
  • only listen for left click on formatting toolbar (#1774)
  • prevent formatting toolbar from closing if click was from inside the editor (#1775)
  • locales: add Hebrew translations for various components (#1779)

❤️ Thank You