Skip to content

Releases: TypeCellOS/BlockNote

v0.25.1

05 Mar 16:48
79dac9b
Compare
Choose a tag to compare

What's Changed

This is mostly a set of bug fixes around the 0.25.0 release

New Contributors

Full Changelog: v0.25.0...v0.25.1

v0.25.0

04 Mar 16:13
2e7e03a
Compare
Choose a tag to compare

Thanks to our sponsors!

💖 Comments & ODT exports has been sponsored by DINUM 🇫🇷 and ZenDiS 🇩🇪
💖 Tables overhaul has been sponsored by Agree.com 💖

New Features

Today, is a big release, we have 3 huge features that we've been working on for months, and we are excited to hear your feedback on it!

Comments (Sponsored by DINUM 🇫🇷 and ZenDiS 🇩🇪)

Screen.Recording.2025-03-04.at.16.57.37.mp4

We've now added the ability to comment on BlockNote content, making your editor even more collaborative!

Here is a rundown of the specific functionality, available as part of this release:

  • Adding comments to inline content (i.e. most text within the editor)
  • Comment threading, allowing you to reply to comments and have discussions about a topic
  • Resolving comments & threads once you've addressed the feedback
  • Comment Reactions: respond to a comment with an emoji
  • Editing & Deleting comments
  • Pluggable backends, you can store your comment data anywhere you like, in a Y.js document or even your own REST API
  • Separate user roles: editors or comment only permissions

Whew, That was a lot! To read more about comments, please take a look at our documentation.

Tables Update (Sponsored by Agree.com)

Screen.Recording.2025-03-04.at.16.54.49.mp4

Tables have gotten a huge overhaul, gaining some big new features along the way:

  • Merging & splitting cells
  • Cell background & text color
  • Cell text alignment
  • Table header rows & columns

We decided that since not everyone will want all of this new functionality, we have made these features completely opt-in and you can read more about them in the Advanced Tables guide in our documentation.

ODT Exports (Sponsored by DINUM 🇫🇷 and ZenDiS 🇩🇪)

We have added a new package @blocknote/xl-odt-exporter which can take a BlockNote document and output all of it's content as an ODT document export.

Breaking Changes

  • UMD is no longer output by the packages, we now only export ESM & CJS built JS files. This should only affect those who have a build pipeline which uses AMD modules.

For the nerds

Full Changelog: v0.24.2...v0.25.0

v0.24.2

03 Mar 09:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.24.0...v0.24.2

v0.24.1

20 Feb 09:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.24.1

v0.24.0: mount improvements

17 Feb 19:04
Compare
Choose a tag to compare

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

Full Changelog: v0.23.6...v0.24.0

v0.23.6

12 Feb 20:25
Compare
Choose a tag to compare

What's Changed

  • fix: upgrade prosemirror view and use correct clipboard import by @YousefED in #1431
  • fix: Cut/copy handling in non-editable blocks and empty selections by @matthewlipski in #1427

Full Changelog: v0.23.5...v0.23.6

v0.23.5

12 Feb 15:30
4ea8a09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.4...v0.23.5

v0.23.4

11 Feb 09:57
8b8526f
Compare
Choose a tag to compare

What's Changed

There was a bug with the release of v0.23.3 where the bundled package was incorrectly including react within the bundle, it is recommended to not use that version as it will be significantly larger than other versions

Full Changelog: v0.23.3...v0.23.4

v0.23.3

10 Feb 13:15
af24b5d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.2...v0.23.3

v0.23.2

07 Feb 13:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.1...v0.23.2