|
| 1 | +## 0.52.0 (2026-07-20) |
| 2 | + |
| 3 | +### 🚀 Features |
| 4 | + |
| 5 | +- Migrate to Vite+ ([#2745](https://github.com/TypeCellOS/BlockNote/pull/2745)) |
| 6 | +- Decouple yjs from blocknote/core ([#2741](https://github.com/TypeCellOS/BlockNote/pull/2741)) |
| 7 | +- `moveBlocks` behaviour when leaving empty columns (BLO-1109) ([#2842](https://github.com/TypeCellOS/BlockNote/pull/2842)) |
| 8 | +- **comments:** Confirm before discarding an unsaved comment (blo-1197) ([#2861](https://github.com/TypeCellOS/BlockNote/pull/2861)) |
| 9 | +- **core:** Support "plain" block content (BLO-335) ([#2868](https://github.com/TypeCellOS/BlockNote/pull/2868)) |
| 10 | + |
| 11 | +### 🩹 Fixes |
| 12 | + |
| 13 | +- Align side menu to tables (BLO-1117) ([#2837](https://github.com/TypeCellOS/BlockNote/pull/2837)) |
| 14 | +- Remove cursor flicker in trailing block ([#2839](https://github.com/TypeCellOS/BlockNote/pull/2839)) |
| 15 | +- **table:** Guard stale block after changes for table handles ([#2821](https://github.com/TypeCellOS/BlockNote/pull/2821)) |
| 16 | +- **xl-ai:** Remove 'use client' from server entry (BLO-1235) ([57596cee6](https://github.com/TypeCellOS/BlockNote/commit/57596cee6)) |
| 17 | +- **tables:** Tab causing indent in last table cell (BLO-1211) ([#2831](https://github.com/TypeCellOS/BlockNote/pull/2831)) |
| 18 | +- **core:** Use dynamic propSchema when extending default block specs ([#2882](https://github.com/TypeCellOS/BlockNote/pull/2882)) |
| 19 | +- **xl-pdf-exporter:** Fix emoji rendering for ZWJ sequences in PDF export ([#2871](https://github.com/TypeCellOS/BlockNote/pull/2871)) |
| 20 | +- **core:** Ignore synthetic mousemove events without coordinates in side menu ([#2895](https://github.com/TypeCellOS/BlockNote/pull/2895)) |
| 21 | +- **core:** Read hardBreakShortcut from block spec impl ([#2891](https://github.com/TypeCellOS/BlockNote/pull/2891)) |
| 22 | +- **xl-email-exporter:** Update react-email deps to fix fresh install tests ([#2898](https://github.com/TypeCellOS/BlockNote/pull/2898)) |
| 23 | +- **core:** Call scrollIntoView() on Enter ([#2802](https://github.com/TypeCellOS/BlockNote/pull/2802)) |
| 24 | + |
| 25 | +### ❤️ Thank You |
| 26 | + |
| 27 | +- Nick The Sick ([@nperez0111](https://github.com/nperez0111)) |
| 28 | +- Luc H <wereld03@gmail.com> |
| 29 | +- Nick Perez <nick@blocknotejs.org> |
| 30 | +- Yousef <yousefdardiry@gmail.com> |
| 31 | +- Matthew Lipski ([@matthewlipski](https://github.com/matthewlipski)) |
| 32 | +- Alex Yang ([@himself65](https://github.com/himself65)) |
| 33 | +- Yousefed <yousefdardiry@gmail.com> |
| 34 | +- Satoren <satoreyo@hotmail.com> |
| 35 | + |
1 | 36 | ## 0.51.4 (2026-06-02) |
2 | 37 |
|
3 | 38 | ### 🩹 Fixes |
|
0 commit comments