Skip to content

Releases: TypeCellOS/BlockNote

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

v0.23.1

27 Jan 23:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.0...v0.23.1

v0.23.0

21 Jan 09:44
Compare
Choose a tag to compare

This release introduces a number of significant fixes and small features, including:

  • Fixed dragging & dropping blocks across editors.
  • Improved collaboration cursor UX via the showCursorLabels option (see collaborative editing docs).
  • Improvements to PDF and DOCX exports.

And more! See the full changelog below:

What's Changed

New Contributors

Full Changelog: v0.22.0...v0.23.0

v0.22.0

23 Dec 12:21
Compare
Choose a tag to compare

This release adds a few important changes to BlockNote:

  • Improved paste handling for text, tables, and custom blocks (see #1324).
  • Block & inline content props can now be optional, where the default value is undefined.
  • Numbered lists can start from any index.

What's Changed

New Contributors

Full Changelog: v0.21.0...v0.22.0

v0.21.0

13 Dec 13:01
Compare
Choose a tag to compare

💖 Various bug fixes in this release have been sponsored by DINUM 🇫🇷 and ZenDiS 🇩🇪

This release brings new bug fixes and a few improvements to blocks. Most notably:

  • Resizing UX for images and videos has been improved, and their widths are no longer set to 0 when they're rendered outside the viewport.
  • Issues with exporting file blocks to HTML have been fixed:
    • src attribute not being set on image/video/audio elements.
    • Error when attempting to export using the ServerBlockNoteEditor.
  • The UX for links has been improved:
    • Cmd/Ctrl+K now opens the popover for creating a new link in the formatting toolbar.
    • Typing on the edges of a link will no longer extend it.
  • Pasting tables to other editors now works properly.

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.21.0