Skip to content

Commit 8328703

Browse files
committed
chore(release): publish 0.47.0
1 parent 54556ca commit 8328703

File tree

17 files changed

+95
-63
lines changed

17 files changed

+95
-63
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 0.47.0 (2026-02-23)
2+
3+
### 🚀 Features
4+
5+
- update suggestion menu component ([#2397](https://github.com/TypeCellOS/BlockNote/pull/2397))
6+
- **i18n:** add Persian (fa) localization support ([#2447](https://github.com/TypeCellOS/BlockNote/pull/2447))
7+
- **i18n:** add Uzbek (uz) localization support ([#2506](https://github.com/TypeCellOS/BlockNote/pull/2506))
8+
9+
### 🩹 Fixes
10+
11+
- prevent nested bullet list icon rendering as emoji on iOS 18+ ([#2394](https://github.com/TypeCellOS/BlockNote/pull/2394), [#2399](https://github.com/TypeCellOS/BlockNote/pull/2399))
12+
- ignore drag & drop from unrelated events #1968 ([#2346](https://github.com/TypeCellOS/BlockNote/pull/2346), [#1968](https://github.com/TypeCellOS/BlockNote/issues/1968))
13+
- disable checkbox when editor is not editable #2406 ([#2448](https://github.com/TypeCellOS/BlockNote/pull/2448), [#2406](https://github.com/TypeCellOS/BlockNote/issues/2406))
14+
- Backspace/enter behaviour in empty block with children ([#2451](https://github.com/TypeCellOS/BlockNote/pull/2451))
15+
- handle pasting into table cells better, by collapsing their content to inline #2410 ([#2449](https://github.com/TypeCellOS/BlockNote/pull/2449), [#2410](https://github.com/TypeCellOS/BlockNote/issues/2410))
16+
- **accessibility:** ai combobox aria-activedescendant ([#2413](https://github.com/TypeCellOS/BlockNote/pull/2413))
17+
- **ai:** no more scrolling to top when opening AI menu ([#2503](https://github.com/TypeCellOS/BlockNote/pull/2503))
18+
- **docs:** unicode char not rendered in bug template ([f13e270be](https://github.com/TypeCellOS/BlockNote/commit/f13e270be))
19+
20+
### ❤️ Thank You
21+
22+
- Cyril G @Ovgodd
23+
- Dex Devlon @bxff
24+
- Matthew Lipski @matthewlipski
25+
- MDSAM05 @MDSAM05
26+
- Mohammad RAHMANI @Mrahmani71
27+
- Nick Perez
28+
- Ogabek @OgabekYuldoshev
29+
- Wouter Vroege
30+
- Yousef
31+
132
## 0.46.2 (2026-01-27)
233

334
### 🩹 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.46.2",
14+
"version": "0.47.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -57,8 +57,8 @@
5757
},
5858
"dependencies": {
5959
"@ariakit/react": "^0.4.19",
60-
"@blocknote/core": "0.46.2",
61-
"@blocknote/react": "0.46.2"
60+
"@blocknote/core": "0.47.0",
61+
"@blocknote/react": "0.47.0"
6262
},
6363
"devDependencies": {
6464
"@types/react": "^19.2.3",

packages/code-block/package.json

Lines changed: 2 additions & 2 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.46.2",
12+
"version": "0.47.0",
1313
"files": [
1414
"dist",
1515
"types",
@@ -49,7 +49,7 @@
4949
"test-watch": "vitest watch"
5050
},
5151
"dependencies": {
52-
"@blocknote/core": "0.46.2",
52+
"@blocknote/core": "0.47.0",
5353
"@shikijs/core": "^3",
5454
"@shikijs/engine-javascript": "^3",
5555
"@shikijs/langs": "^3",

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.46.2",
14+
"version": "0.47.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.46.2",
11+
"version": "0.47.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.46.2",
14+
"version": "0.47.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -61,8 +61,8 @@
6161
"clean": "rimraf dist && rimraf types"
6262
},
6363
"dependencies": {
64-
"@blocknote/core": "0.46.2",
65-
"@blocknote/react": "0.46.2",
64+
"@blocknote/core": "0.47.0",
65+
"@blocknote/react": "0.47.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.46.2",
14+
"version": "0.47.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -58,7 +58,7 @@
5858
"clean": "rimraf dist && rimraf types"
5959
},
6060
"dependencies": {
61-
"@blocknote/core": "0.46.2",
61+
"@blocknote/core": "0.47.0",
6262
"@emoji-mart/data": "^1.2.1",
6363
"@floating-ui/react": "^0.27.16",
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.46.2",
14+
"version": "0.47.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -56,8 +56,8 @@
5656
"test-watch": "vitest watch"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.46.2",
60-
"@blocknote/react": "0.46.2",
59+
"@blocknote/core": "0.47.0",
60+
"@blocknote/react": "0.47.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.46.2",
14+
"version": "0.47.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -56,8 +56,8 @@
5656
"clean": "rimraf dist && rimraf types"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.46.2",
60-
"@blocknote/react": "0.46.2",
59+
"@blocknote/core": "0.47.0",
60+
"@blocknote/react": "0.47.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: 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.46.2",
6+
"version": "0.47.0",
77
"files": [
88
"dist",
99
"types",

0 commit comments

Comments
 (0)