File tree 14 files changed +676
-55
lines changed
14 files changed +676
-55
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.27.0 (2025-04-04)
2
+
3
+ ### 🚀 Features
4
+
5
+ - split out localization files for optimized bundle ([ #1533 ] ( https://github.com/TypeCellOS/BlockNote/pull/1533 ) )
6
+ - remove shiki dep, add new @blocknote/code-block package for slim shiki build ([ #1519 ] ( https://github.com/TypeCellOS/BlockNote/pull/1519 ) )
7
+ - Block quote ([ #1563 ] ( https://github.com/TypeCellOS/BlockNote/pull/1563 ) )
8
+ - markdown pasting & custom paste handlers ([ #1490 ] ( https://github.com/TypeCellOS/BlockNote/pull/1490 ) )
9
+
10
+ ### 🩹 Fixes
11
+
12
+ - Backspace in empty block deletes previous block ([ #1505 ] ( https://github.com/TypeCellOS/BlockNote/pull/1505 ) )
13
+ - Selection when clicking past end of inline content ([ #1553 ] ( https://github.com/TypeCellOS/BlockNote/pull/1553 ) )
14
+ - better expose setting a draghandlemenu's items #1525 ([ #1526 ] ( https://github.com/TypeCellOS/BlockNote/pull/1526 ) , [ #1525 ] ( https://github.com/TypeCellOS/BlockNote/issues/1525 ) )
15
+ - Multi-block links ([ #1565 ] ( https://github.com/TypeCellOS/BlockNote/pull/1565 ) )
16
+ - Hard break keyboard shortcut not working in custom blocks ([ #1554 ] ( https://github.com/TypeCellOS/BlockNote/pull/1554 ) )
17
+ - Overlapping marks in comments ([ #1564 ] ( https://github.com/TypeCellOS/BlockNote/pull/1564 ) )
18
+ - some more sentry fixes ([ #1577 ] ( https://github.com/TypeCellOS/BlockNote/pull/1577 ) )
19
+
20
+ ### ❤️ Thank You
21
+
22
+ - Martinrsts @Martinrsts
23
+ - Matthew Lipski @matthewlipski
24
+ - Nick Perez
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.26 .0" ,
14
+ "version" : " 0.27 .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.26 .0" ,
60
- "@blocknote/react" : " ^0.26 .0"
59
+ "@blocknote/core" : " ^0.27 .0" ,
60
+ "@blocknote/react" : " ^0.27 .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.26 .0" ,
12
+ "version" : " 0.27 .0" ,
13
13
"files" : [
14
14
" dist" ,
15
15
" types" ,
57
57
"@shikijs/types" : " ^3.2.1"
58
58
},
59
59
"devDependencies" : {
60
- "@blocknote/core" : " ^0.26 .0" ,
60
+ "@blocknote/core" : " ^0.27 .0" ,
61
61
"eslint" : " ^8.10.0" ,
62
62
"prettier" : " ^2.7.1" ,
63
63
"rollup-plugin-webpack-stats" : " ^0.2.2" ,
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.26 .0" ,
14
+ "version" : " 0.27 .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.26 .0" ,
11
+ "version" : " 0.27 .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.26 .0" ,
14
+ "version" : " 0.27 .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.26 .0" ,
59
- "@blocknote/react" : " ^0.26 .0" ,
58
+ "@blocknote/core" : " ^0.27 .0" ,
59
+ "@blocknote/react" : " ^0.27 .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.26 .0" ,
14
+ "version" : " 0.27 .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.26 .0" ,
60
+ "@blocknote/core" : " ^0.27 .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.26 .0" ,
14
+ "version" : " 0.27 .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.26 .0" ,
59
- "@blocknote/react" : " ^0.26 .0" ,
58
+ "@blocknote/core" : " ^0.27 .0" ,
59
+ "@blocknote/react" : " ^0.27 .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.26 .0" ,
14
+ "version" : " 0.27 .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.26 .0" ,
59
- "@blocknote/react" : " ^0.26 .0" ,
58
+ "@blocknote/core" : " ^0.27 .0" ,
59
+ "@blocknote/react" : " ^0.27 .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.26 .0" ,
12
+ "version" : " 0.27 .0" ,
13
13
"files" : [
14
14
" dist" ,
15
15
" types" ,
56
56
"email" : " email dev"
57
57
},
58
58
"dependencies" : {
59
- "@blocknote/core" : " ^0.26 .0" ,
59
+ "@blocknote/core" : " ^0.27 .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.26 .0" ,
12
+ "version" : " 0.27 .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.26 .0" ,
55
- "@blocknote/react" : " ^0.26 .0" ,
54
+ "@blocknote/core" : " ^0.27 .0" ,
55
+ "@blocknote/react" : " ^0.27 .0" ,
56
56
"@tiptap/core" : " ^2.7.1" ,
57
57
"prosemirror-model" : " ^1.23.0" ,
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.26 .0" ,
12
+ "version" : " 0.27 .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.26 .0" ,
59
+ "@blocknote/core" : " ^0.27 .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.26 .0" ,
12
+ "version" : " 0.27 .0" ,
13
13
"files" : [
14
14
" dist" ,
15
15
" types" ,
55
55
"email" : " email dev"
56
56
},
57
57
"dependencies" : {
58
- "@blocknote/core" : " ^0.26 .0" ,
59
- "@blocknote/react" : " ^0.26 .0" ,
58
+ "@blocknote/core" : " ^0.27 .0" ,
59
+ "@blocknote/react" : " ^0.27 .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