File tree 14 files changed +74
-44
lines changed
14 files changed +74
-44
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.30.0 (2025-05-09)
2
+
3
+ ### 🚀 Features
4
+
5
+ - expose ` editor.prosemirrorState ` again ([ #1615 ] ( https://github.com/TypeCellOS/BlockNote/pull/1615 ) )
6
+ - add ` undo ` and ` redo ` methods to editor API ([ #1592 ] ( https://github.com/TypeCellOS/BlockNote/pull/1592 ) )
7
+ - new auth & payment system ([ #1617 ] ( https://github.com/TypeCellOS/BlockNote/pull/1617 ) )
8
+ - re-implement Y.js collaboration as BlockNote plugins ([ #1638 ] ( https://github.com/TypeCellOS/BlockNote/pull/1638 ) )
9
+ - ** file:** ` previewWidth ` prop now defaults to ` undefined ` ([ #1664 ] ( https://github.com/TypeCellOS/BlockNote/pull/1664 ) )
10
+ - ** locales:** add zh-TW i18n ([ #1668 ] ( https://github.com/TypeCellOS/BlockNote/pull/1668 ) )
11
+
12
+ ### 🩹 Fixes
13
+
14
+ - Formatting toolbar regression ([ #1630 ] ( https://github.com/TypeCellOS/BlockNote/pull/1630 ) )
15
+ - provide ` blockId ` to ` uploadFile ` in UploadTab ([ #1641 ] ( https://github.com/TypeCellOS/BlockNote/pull/1641 ) )
16
+ - do not close the menu on content/selection change ([ #1644 ] ( https://github.com/TypeCellOS/BlockNote/pull/1644 ) )
17
+ - keep file panel open during collaboration ([ #1646 ] ( https://github.com/TypeCellOS/BlockNote/pull/1646 ) )
18
+ - force pasting plain text into code block ([ #1663 ] ( https://github.com/TypeCellOS/BlockNote/pull/1663 ) )
19
+ - updating HTML parsing rules to account for
` [email protected] ` (
[ #1661 ] ( https://github.com/TypeCellOS/BlockNote/pull/1661 ) )
20
+ - ** code-block:** handle unknown languages better ([ #1626 ] ( https://github.com/TypeCellOS/BlockNote/pull/1626 ) )
21
+ - ** locales:** add slovak i18n ([ #1649 ] ( https://github.com/TypeCellOS/BlockNote/pull/1649 ) )
22
+
23
+ ### ❤️ Thank You
24
+
25
+ - l0st0 @l0st0
26
+ - Lawrence Lin @linyiru
27
+ - Matthew Lipski @matthewlipski
28
+ - Nick Perez
29
+ - Quentin Nativel
30
+
1
31
## 0.29.1 (2025-04-17)
2
32
3
33
### 🩹 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.29.1 " ,
14
+ "version" : " 0.30.0 " ,
15
15
"files" : [
16
16
" dist" ,
17
17
" types" ,
56
56
},
57
57
"dependencies" : {
58
58
"@ariakit/react" : " ^0.4.3" ,
59
- "@blocknote/core" : " 0.29.1 " ,
60
- "@blocknote/react" : " 0.29.1 "
59
+ "@blocknote/core" : " 0.30.0 " ,
60
+ "@blocknote/react" : " 0.30.0 "
61
61
},
62
62
"devDependencies" : {
63
63
"@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.29.1 " ,
12
+ "version" : " 0.30.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.29.1 " ,
52
+ "@blocknote/core" : " 0.30.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.29.1 " ,
14
+ "version" : " 0.30.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.29.1 " ,
11
+ "version" : " 0.30.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.29.1 " ,
14
+ "version" : " 0.30.0 " ,
15
15
"files" : [
16
16
" dist" ,
17
17
" types" ,
55
55
"clean" : " rimraf dist && rimraf types"
56
56
},
57
57
"dependencies" : {
58
- "@blocknote/core" : " 0.29.1 " ,
59
- "@blocknote/react" : " 0.29.1 " ,
58
+ "@blocknote/core" : " 0.30.0 " ,
59
+ "@blocknote/react" : " 0.30.0 " ,
60
60
"@mantine/core" : " ^7.10.1" ,
61
61
"@mantine/hooks" : " ^7.10.1" ,
62
62
"@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.29.1 " ,
14
+ "version" : " 0.30.0 " ,
15
15
"files" : [
16
16
" dist" ,
17
17
" types" ,
57
57
"clean" : " rimraf dist && rimraf types"
58
58
},
59
59
"dependencies" : {
60
- "@blocknote/core" : " 0.29.1 " ,
60
+ "@blocknote/core" : " 0.30.0 " ,
61
61
"@emoji-mart/data" : " ^1.2.1" ,
62
62
"@floating-ui/react" : " ^0.26.4" ,
63
63
"@tiptap/core" : " ^2.7.1" ,
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.29.1 " ,
14
+ "version" : " 0.30.0 " ,
15
15
"files" : [
16
16
" dist" ,
17
17
" types" ,
55
55
"test-watch" : " vitest watch"
56
56
},
57
57
"dependencies" : {
58
- "@blocknote/core" : " 0.29.1 " ,
59
- "@blocknote/react" : " 0.29.1 " ,
58
+ "@blocknote/core" : " 0.30.0 " ,
59
+ "@blocknote/react" : " 0.30.0 " ,
60
60
"@tiptap/core" : " ^2.7.1" ,
61
61
"@tiptap/pm" : " ^2.7.1" ,
62
62
"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.29.1 " ,
14
+ "version" : " 0.30.0 " ,
15
15
"files" : [
16
16
" dist" ,
17
17
" types" ,
55
55
"clean" : " rimraf dist && rimraf types"
56
56
},
57
57
"dependencies" : {
58
- "@blocknote/core" : " 0.29.1 " ,
59
- "@blocknote/react" : " 0.29.1 " ,
58
+ "@blocknote/core" : " 0.30.0 " ,
59
+ "@blocknote/react" : " 0.30.0 " ,
60
60
"@hookform/resolvers" : " ^3.6.0" ,
61
61
"@radix-ui/react-avatar" : " ^1.1.3" ,
62
62
"@radix-ui/react-dropdown-menu" : " ^2.0.6" ,
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.29.1 " ,
12
+ "version" : " 0.30.0 " ,
13
13
"files" : [
14
14
" dist" ,
15
15
" types" ,
56
56
"email" : " email dev"
57
57
},
58
58
"dependencies" : {
59
- "@blocknote/core" : " 0.29.1 " ,
59
+ "@blocknote/core" : " 0.30.0 " ,
60
60
"buffer" : " ^6.0.3" ,
61
61
"docx" : " ^9.0.2" ,
62
62
"image-meta" : " ^0.2.1"
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.29.1 " ,
12
+ "version" : " 0.30.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.29.1 " ,
55
- "@blocknote/react" : " 0.29.1 " ,
54
+ "@blocknote/core" : " 0.30.0 " ,
55
+ "@blocknote/react" : " 0.30.0 " ,
56
56
"@tiptap/core" : " ^2.7.1" ,
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.29.1 " ,
12
+ "version" : " 0.30.0 " ,
13
13
"files" : [
14
14
" dist" ,
15
15
" types" ,
56
56
"clean" : " rimraf dist && rimraf types"
57
57
},
58
58
"dependencies" : {
59
- "@blocknote/core" : " 0.29.1 " ,
59
+ "@blocknote/core" : " 0.30.0 " ,
60
60
"@zip.js/zip.js" : " ^2.7.57" ,
61
61
"buffer" : " ^6.0.3" ,
62
62
"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.29.1 " ,
12
+ "version" : " 0.30.0 " ,
13
13
"files" : [
14
14
" dist" ,
15
15
" types" ,
55
55
"email" : " email dev"
56
56
},
57
57
"dependencies" : {
58
- "@blocknote/core" : " 0.29.1 " ,
59
- "@blocknote/react" : " 0.29.1 " ,
58
+ "@blocknote/core" : " 0.30.0 " ,
59
+ "@blocknote/react" : " 0.30.0 " ,
60
60
"@react-pdf/renderer" : " ^4.3.0" ,
61
61
"buffer" : " ^6.0.3" ,
62
62
"docx" : " ^9.0.2"
You can’t perform that action at this time.
0 commit comments