File tree Expand file tree Collapse file tree 17 files changed +83
-57
lines changed Expand file tree Collapse file tree 17 files changed +83
-57
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.32.0 (2025-06-24)
2
+
3
+ ### 🚀 Features
4
+
5
+ - toggle blocks ([ #1707 ] ( https://github.com/TypeCellOS/BlockNote/pull/1707 ) )
6
+ - ** core:** support h4, h5, and h6 ([ #1634 ] ( https://github.com/TypeCellOS/BlockNote/pull/1634 ) )
7
+ - ** xl-email-exporter:** add email exporter ([ #1768 ] ( https://github.com/TypeCellOS/BlockNote/pull/1768 ) )
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - react 19 strict mode compatibility ([ #1726 ] ( https://github.com/TypeCellOS/BlockNote/pull/1726 ) )
12
+ - add keys to pdf exporter ([ #1739 ] ( https://github.com/TypeCellOS/BlockNote/pull/1739 ) )
13
+ - only listten for left click on formatting toolbar ([ #1774 ] ( https://github.com/TypeCellOS/BlockNote/pull/1774 ) )
14
+ - prevent formatting toolbar from closing if click was from inside the editor ([ #1775 ] ( https://github.com/TypeCellOS/BlockNote/pull/1775 ) )
15
+ - ** locales:** add Hebrew translations for various components ([ #1779 ] ( https://github.com/TypeCellOS/BlockNote/pull/1779 ) )
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Aslam @Aslam97
20
+ - Drew Johnson
21
+ - Jonathan Marbutt @jmarbutt
22
+ - Matthew Lipski @matthewlipski
23
+ - Nick Perez
24
+ - Samuel Bisberg
25
+ - Yousef
26
+
1
27
## 0.31.3 (2025-06-18)
2
28
3
29
### 🩹 Fixes
Original file line number Diff line number Diff line change 11
11
"directory" : " packages/ariakit"
12
12
},
13
13
"license" : " MPL-2.0" ,
14
- "version" : " 0.31.3 " ,
14
+ "version" : " 0.32.0 " ,
15
15
"files" : [
16
16
" dist" ,
17
17
" types" ,
57
57
},
58
58
"dependencies" : {
59
59
"@ariakit/react" : " ^0.4.3" ,
60
- "@blocknote/core" : " 0.31.3 " ,
61
- "@blocknote/react" : " 0.31.3 "
60
+ "@blocknote/core" : " 0.32.0 " ,
61
+ "@blocknote/react" : " 0.32.0 "
62
62
},
63
63
"devDependencies" : {
64
64
"@types/react" : " ^18.0.25" ,
Original file line number Diff line number Diff line change 9
9
"directory" : " packages/code-block"
10
10
},
11
11
"license" : " MPL-2.0" ,
12
- "version" : " 0.31.3 " ,
12
+ "version" : " 0.32.0 " ,
13
13
"files" : [
14
14
" dist" ,
15
15
" types" ,
49
49
"test-watch" : " vitest watch"
50
50
},
51
51
"dependencies" : {
52
- "@blocknote/core" : " 0.31.3 " ,
52
+ "@blocknote/core" : " 0.32.0 " ,
53
53
"@shikijs/core" : " ^3.2.1" ,
54
54
"@shikijs/engine-javascript" : " ^3.2.1" ,
55
55
"@shikijs/langs-precompiled" : " ^3.2.1" ,
Original file line number Diff line number Diff line change 11
11
"directory" : " packages/core"
12
12
},
13
13
"license" : " MPL-2.0" ,
14
- "version" : " 0.31.3 " ,
14
+ "version" : " 0.32.0 " ,
15
15
"files" : [
16
16
" dist" ,
17
17
" types" ,
Original file line number Diff line number Diff line change 8
8
"directory" : " packages/dev-scripts"
9
9
},
10
10
"license" : " MPL-2.0" ,
11
- "version" : " 0.31.3 " ,
11
+ "version" : " 0.32.0 " ,
12
12
"description" : " " ,
13
13
"type" : " module" ,
14
14
"scripts" : {
Original file line number Diff line number Diff line change 11
11
"directory" : " packages/mantine"
12
12
},
13
13
"license" : " MPL-2.0" ,
14
- "version" : " 0.31.3 " ,
14
+ "version" : " 0.32.0 " ,
15
15
"files" : [
16
16
" dist" ,
17
17
" types" ,
56
56
"clean" : " rimraf dist && rimraf types"
57
57
},
58
58
"dependencies" : {
59
- "@blocknote/core" : " 0.31.3 " ,
60
- "@blocknote/react" : " 0.31.3 " ,
59
+ "@blocknote/core" : " 0.32.0 " ,
60
+ "@blocknote/react" : " 0.32.0 " ,
61
61
"@mantine/core" : " ^7.10.1" ,
62
62
"@mantine/hooks" : " ^7.10.1" ,
63
63
"@mantine/utils" : " ^6.0.21" ,
Original file line number Diff line number Diff line change 11
11
"directory" : " packages/react"
12
12
},
13
13
"license" : " MPL-2.0" ,
14
- "version" : " 0.31.3 " ,
14
+ "version" : " 0.32.0 " ,
15
15
"files" : [
16
16
" dist" ,
17
17
" types" ,
58
58
"clean" : " rimraf dist && rimraf types"
59
59
},
60
60
"dependencies" : {
61
- "@blocknote/core" : " 0.31.3 " ,
61
+ "@blocknote/core" : " 0.32.0 " ,
62
62
"@emoji-mart/data" : " ^1.2.1" ,
63
63
"@floating-ui/react" : " ^0.26.4" ,
64
64
"@tiptap/core" : " ^2.12.0" ,
Original file line number Diff line number Diff line change 11
11
"directory" : " packages/server-util"
12
12
},
13
13
"license" : " MPL-2.0" ,
14
- "version" : " 0.31.3 " ,
14
+ "version" : " 0.32.0 " ,
15
15
"files" : [
16
16
" dist" ,
17
17
" types" ,
56
56
"test-watch" : " vitest watch"
57
57
},
58
58
"dependencies" : {
59
- "@blocknote/core" : " 0.31.3 " ,
60
- "@blocknote/react" : " 0.31.3 " ,
59
+ "@blocknote/core" : " 0.32.0 " ,
60
+ "@blocknote/react" : " 0.32.0 " ,
61
61
"@tiptap/core" : " ^2.12.0" ,
62
62
"@tiptap/pm" : " ^2.12.0" ,
63
63
"jsdom" : " ^25.0.1" ,
Original file line number Diff line number Diff line change 11
11
"directory" : " packages/shadcn"
12
12
},
13
13
"license" : " MPL-2.0" ,
14
- "version" : " 0.31.3 " ,
14
+ "version" : " 0.32.0 " ,
15
15
"files" : [
16
16
" dist" ,
17
17
" types" ,
56
56
"clean" : " rimraf dist && rimraf types"
57
57
},
58
58
"dependencies" : {
59
- "@blocknote/core" : " 0.31.3 " ,
60
- "@blocknote/react" : " 0.31.3 " ,
59
+ "@blocknote/core" : " 0.32.0 " ,
60
+ "@blocknote/react" : " 0.32.0 " ,
61
61
"@hookform/resolvers" : " ^3.6.0" ,
62
62
"@radix-ui/react-avatar" : " ^1.1.3" ,
63
63
"@radix-ui/react-dropdown-menu" : " ^2.0.6" ,
Original file line number Diff line number Diff line change 3
3
"homepage" : " https://github.com/TypeCellOS/BlockNote" ,
4
4
"private" : true ,
5
5
"license" : " AGPL-3.0 OR PROPRIETARY" ,
6
- "version" : " 0.31.3 " ,
6
+ "version" : " 0.32.0 " ,
7
7
"files" : [
8
8
" dist" ,
9
9
" types" ,
Original file line number Diff line number Diff line change 11
11
"directory" : " packages/xl-ai"
12
12
},
13
13
"license" : " AGPL-3.0 OR PROPRIETARY" ,
14
- "version" : " 0.31.3 " ,
14
+ "version" : " 0.32.0 " ,
15
15
"files" : [
16
16
" dist" ,
17
17
" types" ,
64
64
"email" : " email dev"
65
65
},
66
66
"dependencies" : {
67
- "@blocknote/core" : " 0.31.3 " ,
68
- "@blocknote/mantine" : " 0.31.3 " ,
67
+ "@blocknote/core" : " 0.32.0 " ,
68
+ "@blocknote/mantine" : " 0.32.0 " ,
69
69
"@blocknote/prosemirror-suggest-changes" : " ^0.1.3" ,
70
- "@blocknote/react" : " 0.31.3 " ,
70
+ "@blocknote/react" : " 0.32.0 " ,
71
71
"@floating-ui/react" : " ^0.26.4" ,
72
72
"@tiptap/core" : " ^2.12.0" ,
73
73
"ai" : " ^4.3.15" ,
Original file line number Diff line number Diff line change 9
9
"directory" : " packages/xl-docx-exporter"
10
10
},
11
11
"license" : " AGPL-3.0 OR PROPRIETARY" ,
12
- "version" : " 0.31.3 " ,
12
+ "version" : " 0.32.0 " ,
13
13
"files" : [
14
14
" dist" ,
15
15
" types" ,
57
57
"email" : " email dev"
58
58
},
59
59
"dependencies" : {
60
- "@blocknote/core" : " 0.31.3 " ,
60
+ "@blocknote/core" : " 0.32.0 " ,
61
61
"buffer" : " ^6.0.3" ,
62
62
"docx" : " ^9.0.2" ,
63
63
"image-meta" : " ^0.2.1"
Original file line number Diff line number Diff line change 9
9
"directory" : " packages/xl-email-exporter"
10
10
},
11
11
"license" : " AGPL-3.0 OR PROPRIETARY" ,
12
- "version" : " 0.31.3 " ,
12
+ "version" : " 0.32.0 " ,
13
13
"files" : [
14
14
" dist" ,
15
15
" types" ,
54
54
"email" : " email dev"
55
55
},
56
56
"dependencies" : {
57
- "@blocknote/core" : " 0.31.3 " ,
58
- "@blocknote/react" : " 0.31.3 " ,
57
+ "@blocknote/core" : " 0.32.0 " ,
58
+ "@blocknote/react" : " 0.32.0 " ,
59
59
"buffer" : " ^6.0.3" ,
60
60
"react" : " ^18" ,
61
61
"react-dom" : " ^18" ,
Original file line number Diff line number Diff line change 9
9
"directory" : " packages/xl-multi-column"
10
10
},
11
11
"license" : " AGPL-3.0 OR PROPRIETARY" ,
12
- "version" : " 0.31.3 " ,
12
+ "version" : " 0.32.0 " ,
13
13
"files" : [
14
14
" dist" ,
15
15
" types" ,
51
51
"clean" : " rimraf dist && rimraf types"
52
52
},
53
53
"dependencies" : {
54
- "@blocknote/core" : " 0.31.3 " ,
55
- "@blocknote/react" : " 0.31.3 " ,
54
+ "@blocknote/core" : " 0.32.0 " ,
55
+ "@blocknote/react" : " 0.32.0 " ,
56
56
"@tiptap/core" : " ^2.12.0" ,
57
57
"prosemirror-model" : " ^1.25.1" ,
58
58
"prosemirror-state" : " ^1.4.3" ,
Original file line number Diff line number Diff line change 9
9
"directory" : " packages/xl-odt-exporter"
10
10
},
11
11
"license" : " AGPL-3.0 OR PROPRIETARY" ,
12
- "version" : " 0.31.3 " ,
12
+ "version" : " 0.32.0 " ,
13
13
"files" : [
14
14
" dist" ,
15
15
" types" ,
57
57
"clean" : " rimraf dist && rimraf types"
58
58
},
59
59
"dependencies" : {
60
- "@blocknote/core" : " 0.31.3 " ,
60
+ "@blocknote/core" : " 0.32.0 " ,
61
61
"@zip.js/zip.js" : " ^2.7.57" ,
62
62
"buffer" : " ^6.0.3" ,
63
63
"image-meta" : " ^0.2.1"
Original file line number Diff line number Diff line change 9
9
"directory" : " packages/xl-pdf-exporter"
10
10
},
11
11
"license" : " AGPL-3.0 OR PROPRIETARY" ,
12
- "version" : " 0.31.3 " ,
12
+ "version" : " 0.32.0 " ,
13
13
"files" : [
14
14
" dist" ,
15
15
" types" ,
56
56
"email" : " email dev"
57
57
},
58
58
"dependencies" : {
59
- "@blocknote/core" : " 0.31.3 " ,
60
- "@blocknote/react" : " 0.31.3 " ,
59
+ "@blocknote/core" : " 0.32.0 " ,
60
+ "@blocknote/react" : " 0.32.0 " ,
61
61
"@react-pdf/renderer" : " ^4.3.0" ,
62
62
"buffer" : " ^6.0.3" ,
63
63
"docx" : " ^9.0.2"
You can’t perform that action at this time.
0 commit comments