Skip to content

Commit d1180db

Browse files
committed
chore(release): publish 0.48.0
1 parent 9b2e6ea commit d1180db

File tree

17 files changed

+101
-66
lines changed

17 files changed

+101
-66
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## 0.48.0 (2026-04-13)
2+
3+
### 🚀 Features
4+
5+
- upgrade shiki to v4 and prosemirror-highlight to v0.15.1 ([#2625](https://github.com/TypeCellOS/BlockNote/pull/2625))
6+
- upgrade nx to 22.6.4 and liveblocks to 3.17.0 ([#2627](https://github.com/TypeCellOS/BlockNote/pull/2627))
7+
8+
### 🩹 Fixes
9+
10+
- Image block selection clears on mouse leave in Safari ([#2613](https://github.com/TypeCellOS/BlockNote/pull/2613))
11+
- Backspace bug when current block is empty and previous block's last child is empty ([#2610](https://github.com/TypeCellOS/BlockNote/pull/2610))
12+
- allow using latest @tiptap/extension-link version ([1ae8de713](https://github.com/TypeCellOS/BlockNote/commit/1ae8de713))
13+
- restore depth guard in getParentBlockInfo to prevent RangeError (blo-1103) ([#2585](https://github.com/TypeCellOS/BlockNote/pull/2585))
14+
- pin better-auth to ~1.4.x to fix docs build ([bda30458a](https://github.com/TypeCellOS/BlockNote/commit/bda30458a))
15+
- hide side menu on scroll instead of overflow hacks ([#2630](https://github.com/TypeCellOS/BlockNote/pull/2630), [#2043](https://github.com/TypeCellOS/BlockNote/issues/2043))
16+
- disable default UI when no components context is found ([#2611](https://github.com/TypeCellOS/BlockNote/pull/2611))
17+
- add .js extension to fast-deep-equal ESM import ([#2641](https://github.com/TypeCellOS/BlockNote/pull/2641))
18+
- placeholder when overflowing now wraps ([#2291](https://github.com/TypeCellOS/BlockNote/pull/2291))
19+
- **core:** fix unnesting blocks with siblings (BLO-1017) ([#2601](https://github.com/TypeCellOS/BlockNote/pull/2601))
20+
- **core:** backspace mid-text next to columnList moves block BLO-1126 ([#2629](https://github.com/TypeCellOS/BlockNote/pull/2629))
21+
22+
### 🔥 Performance
23+
24+
- optimize plugin traversals for large documents BLO-1111 ([#2600](https://github.com/TypeCellOS/BlockNote/pull/2600))
25+
26+
### ❤️ Thank You
27+
28+
- Claude Opus 4.6
29+
- Claude Opus 4.6 (1M context)
30+
- hedi-ghodhbane @hedi-ghodhbane
31+
- Matthew Lipski @matthewlipski
32+
- Nick Perez
33+
- Nick the Sick @nperez0111
34+
- Yousef
35+
136
## 0.47.3 (2026-03-25)
237

338
### 🩹 Fixes

packages/ariakit/package.json

Lines changed: 3 additions & 3 deletions
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.47.3",
14+
"version": "0.48.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -57,8 +57,8 @@
5757
},
5858
"dependencies": {
5959
"@ariakit/react": "^0.4.19",
60-
"@blocknote/core": "0.47.3",
61-
"@blocknote/react": "0.47.3"
60+
"@blocknote/core": "0.48.0",
61+
"@blocknote/react": "0.48.0"
6262
},
6363
"devDependencies": {
6464
"@types/react": "^19.2.3",

packages/code-block/package.json

Lines changed: 3 additions & 3 deletions
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.47.3",
12+
"version": "0.48.0",
1313
"files": [
1414
"dist",
1515
"types",
@@ -49,7 +49,7 @@
4949
"test-watch": "vitest watch"
5050
},
5151
"dependencies": {
52-
"@blocknote/core": "0.47.3",
52+
"@blocknote/core": "0.48.0",
5353
"@shikijs/core": "^4",
5454
"@shikijs/engine-javascript": "^4",
5555
"@shikijs/langs-precompiled": "^4",
@@ -65,7 +65,7 @@
6565
"vitest": "^4.1.2"
6666
},
6767
"peerDependencies": {
68-
"@blocknote/core": "0.47.3"
68+
"@blocknote/core": "0.48.0"
6969
},
7070
"eslintConfig": {
7171
"extends": [

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.47.3",
14+
"version": "0.48.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.47.3",
11+
"version": "0.48.0",
1212
"description": "",
1313
"type": "module",
1414
"scripts": {

packages/mantine/package.json

Lines changed: 3 additions & 3 deletions
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.47.3",
14+
"version": "0.48.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -61,8 +61,8 @@
6161
"clean": "rimraf dist && rimraf types"
6262
},
6363
"dependencies": {
64-
"@blocknote/core": "0.47.3",
65-
"@blocknote/react": "0.47.3",
64+
"@blocknote/core": "0.48.0",
65+
"@blocknote/react": "0.48.0",
6666
"react-icons": "^5.5.0"
6767
},
6868
"devDependencies": {

packages/react/package.json

Lines changed: 2 additions & 2 deletions
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.47.3",
14+
"version": "0.48.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -58,7 +58,7 @@
5858
"clean": "rimraf dist && rimraf types"
5959
},
6060
"dependencies": {
61-
"@blocknote/core": "0.47.3",
61+
"@blocknote/core": "0.48.0",
6262
"@emoji-mart/data": "^1.2.1",
6363
"@floating-ui/react": "^0.27.18",
6464
"@floating-ui/utils": "^0.2.10",

packages/server-util/package.json

Lines changed: 3 additions & 3 deletions
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.47.3",
14+
"version": "0.48.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -56,8 +56,8 @@
5656
"test-watch": "vitest watch"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.47.3",
60-
"@blocknote/react": "0.47.3",
59+
"@blocknote/core": "0.48.0",
60+
"@blocknote/react": "0.48.0",
6161
"@tiptap/core": "^3.13.0",
6262
"@tiptap/pm": "^3.13.0",
6363
"jsdom": "^25.0.1",

packages/shadcn/package.json

Lines changed: 3 additions & 3 deletions
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.47.3",
14+
"version": "0.48.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -56,8 +56,8 @@
5656
"clean": "rimraf dist && rimraf types"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.47.3",
60-
"@blocknote/react": "0.47.3",
59+
"@blocknote/core": "0.48.0",
60+
"@blocknote/react": "0.48.0",
6161
"@radix-ui/react-avatar": "^1.1.10",
6262
"@radix-ui/react-dropdown-menu": "^2.1.16",
6363
"@radix-ui/react-label": "^2.1.7",

packages/xl-ai-server/package.json

Lines changed: 2 additions & 2 deletions
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.47.3",
6+
"version": "0.48.0",
77
"files": [
88
"dist",
99
"types",
@@ -49,7 +49,7 @@
4949
"@ai-sdk/mistral": "^3.0.2",
5050
"@ai-sdk/openai": "^3.0.2",
5151
"@ai-sdk/openai-compatible": "^2.0.2",
52-
"@blocknote/xl-ai": "0.47.3",
52+
"@blocknote/xl-ai": "0.48.0",
5353
"@hono/node-server": "^1.19.5",
5454
"ai": "^6.0.5",
5555
"hono": "^4.10.3"

0 commit comments

Comments
 (0)