Skip to content

Commit a99aab4

Browse files
committed
chore(release): v0.52.0
1 parent 98ef4bc commit a99aab4

16 files changed

Lines changed: 50 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
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+
136
## 0.51.4 (2026-06-02)
237

338
### 🩹 Fixes

packages/ariakit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/ariakit"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.51.4",
14+
"version": "0.52.0",
1515
"files": [
1616
"dist",
1717
"types",

packages/code-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"directory": "packages/code-block"
1010
},
1111
"license": "MPL-2.0",
12-
"version": "0.51.4",
12+
"version": "0.52.0",
1313
"files": [
1414
"dist",
1515
"types",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/core"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.51.4",
14+
"version": "0.52.0",
1515
"files": [
1616
"dist",
1717
"types",

packages/dev-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"directory": "packages/dev-scripts"
99
},
1010
"license": "MPL-2.0",
11-
"version": "0.51.4",
11+
"version": "0.52.0",
1212
"description": "",
1313
"type": "module",
1414
"scripts": {

packages/mantine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/mantine"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.51.4",
14+
"version": "0.52.0",
1515
"files": [
1616
"dist",
1717
"types",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/react"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.51.4",
14+
"version": "0.52.0",
1515
"files": [
1616
"dist",
1717
"types",

packages/server-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/server-util"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.51.4",
14+
"version": "0.52.0",
1515
"files": [
1616
"dist",
1717
"types",

packages/shadcn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/shadcn"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.51.4",
14+
"version": "0.52.0",
1515
"files": [
1616
"dist",
1717
"types",

packages/xl-ai-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://github.com/TypeCellOS/BlockNote",
44
"private": true,
55
"license": "GPL-3.0 OR PROPRIETARY",
6-
"version": "0.51.4",
6+
"version": "0.52.0",
77
"files": [
88
"dist",
99
"types",

0 commit comments

Comments
 (0)