Skip to content

Commit 5ca0572

Browse files
committed
chore(release): publish 0.34.0
1 parent 3419407 commit 5ca0572

File tree

17 files changed

+94
-63
lines changed

17 files changed

+94
-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.34.0 (2025-07-17)
2+
3+
### 🚀 Features
4+
5+
- support multi-column block in PDF, DOCX & ODT exporters ([#1781](https://github.com/TypeCellOS/BlockNote/pull/1781))
6+
- support react 19 ([f7b3466d3](https://github.com/TypeCellOS/BlockNote/commit/f7b3466d3))
7+
- disable conversion of headings to list items ([#1799](https://github.com/TypeCellOS/BlockNote/pull/1799))
8+
- report `moves` (indents and outdents) as changes when using `getChanges` #1757 ([#1786](https://github.com/TypeCellOS/BlockNote/pull/1786), [#1757](https://github.com/TypeCellOS/BlockNote/issues/1757))
9+
- allow inline content to be `draggable` ([#1818](https://github.com/TypeCellOS/BlockNote/pull/1818))
10+
- added type guards, types, and `editor` prop to custom inline content rendering ([#1736](https://github.com/TypeCellOS/BlockNote/pull/1736))
11+
- **block-change:** adds a new API for blocking changes to editor state, by filtering transactions ([#1750](https://github.com/TypeCellOS/BlockNote/pull/1750))
12+
13+
### 🩹 Fixes
14+
15+
- remove lookbehind regex for browser compat ([#1827](https://github.com/TypeCellOS/BlockNote/pull/1827))
16+
- `ToggleWrapper` button defaulting to `submit` type ([#1823](https://github.com/TypeCellOS/BlockNote/pull/1823))
17+
- disable $ref in AI schemas (html format) ([#1819](https://github.com/TypeCellOS/BlockNote/pull/1819))
18+
- re-evaluate side-menu on scroll ([#1830](https://github.com/TypeCellOS/BlockNote/pull/1830))
19+
- hide table extend buttons when not editable #1848 ([#1850](https://github.com/TypeCellOS/BlockNote/pull/1850), [#1848](https://github.com/TypeCellOS/BlockNote/issues/1848))
20+
- resolve several drag & drop issues ([#1845](https://github.com/TypeCellOS/BlockNote/pull/1845))
21+
22+
### ❤️ Thank You
23+
24+
- Arek Nawo @areknawo
25+
- Gonçalo Basto @gbasto
26+
- Héctor Zhuang @Hector-Zhuang
27+
- Matthew Lipski @matthewlipski
28+
- Nick Perez
29+
- Nick the Sick @nperez0111
30+
- Yousef
31+
132
## 0.33.0 (2025-07-03)
233

334
### 🚀 Features

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.33.0",
14+
"version": "0.34.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -57,8 +57,8 @@
5757
},
5858
"dependencies": {
5959
"@ariakit/react": "^0.4.3",
60-
"@blocknote/core": "0.33.0",
61-
"@blocknote/react": "0.33.0"
60+
"@blocknote/core": "0.34.0",
61+
"@blocknote/react": "0.34.0"
6262
},
6363
"devDependencies": {
6464
"@types/react": "^19.1.0",

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.33.0",
12+
"version": "0.34.0",
1313
"files": [
1414
"dist",
1515
"types",
@@ -49,7 +49,7 @@
4949
"test-watch": "vitest watch"
5050
},
5151
"dependencies": {
52-
"@blocknote/core": "0.33.0",
52+
"@blocknote/core": "0.34.0",
5353
"@shikijs/core": "^3.2.1",
5454
"@shikijs/engine-javascript": "^3.2.1",
5555
"@shikijs/langs-precompiled": "^3.2.1",

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.33.0",
14+
"version": "0.34.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.33.0",
11+
"version": "0.34.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.33.0",
14+
"version": "0.34.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -56,8 +56,8 @@
5656
"clean": "rimraf dist && rimraf types"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.33.0",
60-
"@blocknote/react": "0.33.0",
59+
"@blocknote/core": "0.34.0",
60+
"@blocknote/react": "0.34.0",
6161
"@mantine/core": "^7.17.3",
6262
"@mantine/hooks": "^7.17.3",
6363
"@mantine/utils": "^6.0.21",

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.33.0",
14+
"version": "0.34.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -58,7 +58,7 @@
5858
"clean": "rimraf dist && rimraf types"
5959
},
6060
"dependencies": {
61-
"@blocknote/core": "0.33.0",
61+
"@blocknote/core": "0.34.0",
6262
"@emoji-mart/data": "^1.2.1",
6363
"@floating-ui/react": "^0.26.4",
6464
"@tiptap/core": "^2.12.0",

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.33.0",
14+
"version": "0.34.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -56,8 +56,8 @@
5656
"test-watch": "vitest watch"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.33.0",
60-
"@blocknote/react": "0.33.0",
59+
"@blocknote/core": "0.34.0",
60+
"@blocknote/react": "0.34.0",
6161
"@tiptap/core": "^2.12.0",
6262
"@tiptap/pm": "^2.12.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.33.0",
14+
"version": "0.34.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -56,8 +56,8 @@
5656
"clean": "rimraf dist && rimraf types"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.33.0",
60-
"@blocknote/react": "0.33.0",
59+
"@blocknote/core": "0.34.0",
60+
"@blocknote/react": "0.34.0",
6161
"@hookform/resolvers": "^3.6.0",
6262
"@radix-ui/react-avatar": "^1.1.3",
6363
"@radix-ui/react-dropdown-menu": "^2.0.6",

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": "AGPL-3.0 OR PROPRIETARY",
6-
"version": "0.33.0",
6+
"version": "0.34.0",
77
"files": [
88
"dist",
99
"types",

0 commit comments

Comments
 (0)