File tree Expand file tree Collapse file tree 14 files changed +59
-44
lines changed Expand file tree Collapse file tree 14 files changed +59
-44
lines changed Original file line number Diff line number Diff line change 1+ ## 0.30.1 (2025-05-20)
2+
3+ ### 🩹 Fixes
4+
5+ - better type-safety ([ 678086d4d] ( https://github.com/TypeCellOS/BlockNote/commit/678086d4d ) )
6+ - do not use ` editor.dispatch ` ([ #1698 ] ( https://github.com/TypeCellOS/BlockNote/pull/1698 ) )
7+ - re-added ` display: flex ` to blocks without inline content ([ #1702 ] ( https://github.com/TypeCellOS/BlockNote/pull/1702 ) )
8+ - ** react:** add missing exports ([ #1689 ] ( https://github.com/TypeCellOS/BlockNote/pull/1689 ) )
9+
10+ ### ❤️ Thank You
11+
12+ - Matthew Lipski @matthewlipski
13+ - Nick Perez
14+ - Nick the Sick
15+
116## 0.30.0 (2025-05-09)
217
318### 🚀 Features
Original file line number Diff line number Diff line change 1111 "directory" : " packages/ariakit"
1212 },
1313 "license" : " MPL-2.0" ,
14- "version" : " 0.30.0 " ,
14+ "version" : " 0.30.1 " ,
1515 "files" : [
1616 " dist" ,
1717 " types" ,
5757 },
5858 "dependencies" : {
5959 "@ariakit/react" : " ^0.4.3" ,
60- "@blocknote/core" : " 0.30.0 " ,
61- "@blocknote/react" : " 0.30.0 "
60+ "@blocknote/core" : " 0.30.1 " ,
61+ "@blocknote/react" : " 0.30.1 "
6262 },
6363 "devDependencies" : {
6464 "@types/react" : " ^18.0.25" ,
Original file line number Diff line number Diff line change 99 "directory" : " packages/code-block"
1010 },
1111 "license" : " MPL-2.0" ,
12- "version" : " 0.30.0 " ,
12+ "version" : " 0.30.1 " ,
1313 "files" : [
1414 " dist" ,
1515 " types" ,
4949 "test-watch" : " vitest watch"
5050 },
5151 "dependencies" : {
52- "@blocknote/core" : " 0.30.0 " ,
52+ "@blocknote/core" : " 0.30.1 " ,
5353 "@shikijs/core" : " ^3.2.1" ,
5454 "@shikijs/engine-javascript" : " ^3.2.1" ,
5555 "@shikijs/langs-precompiled" : " ^3.2.1" ,
Original file line number Diff line number Diff line change 1111 "directory" : " packages/core"
1212 },
1313 "license" : " MPL-2.0" ,
14- "version" : " 0.30.0 " ,
14+ "version" : " 0.30.1 " ,
1515 "files" : [
1616 " dist" ,
1717 " types" ,
Original file line number Diff line number Diff line change 88 "directory" : " packages/dev-scripts"
99 },
1010 "license" : " MPL-2.0" ,
11- "version" : " 0.30.0 " ,
11+ "version" : " 0.30.1 " ,
1212 "description" : " " ,
1313 "type" : " module" ,
1414 "scripts" : {
Original file line number Diff line number Diff line change 1111 "directory" : " packages/mantine"
1212 },
1313 "license" : " MPL-2.0" ,
14- "version" : " 0.30.0 " ,
14+ "version" : " 0.30.1 " ,
1515 "files" : [
1616 " dist" ,
1717 " types" ,
5656 "clean" : " rimraf dist && rimraf types"
5757 },
5858 "dependencies" : {
59- "@blocknote/core" : " 0.30.0 " ,
60- "@blocknote/react" : " 0.30.0 " ,
59+ "@blocknote/core" : " 0.30.1 " ,
60+ "@blocknote/react" : " 0.30.1 " ,
6161 "@mantine/core" : " ^7.10.1" ,
6262 "@mantine/hooks" : " ^7.10.1" ,
6363 "@mantine/utils" : " ^6.0.21" ,
Original file line number Diff line number Diff line change 1111 "directory" : " packages/react"
1212 },
1313 "license" : " MPL-2.0" ,
14- "version" : " 0.30.0 " ,
14+ "version" : " 0.30.1 " ,
1515 "files" : [
1616 " dist" ,
1717 " types" ,
5858 "clean" : " rimraf dist && rimraf types"
5959 },
6060 "dependencies" : {
61- "@blocknote/core" : " 0.30.0 " ,
61+ "@blocknote/core" : " 0.30.1 " ,
6262 "@emoji-mart/data" : " ^1.2.1" ,
6363 "@floating-ui/react" : " ^0.26.4" ,
6464 "@tiptap/core" : " ^2.7.1" ,
Original file line number Diff line number Diff line change 1111 "directory" : " packages/server-util"
1212 },
1313 "license" : " MPL-2.0" ,
14- "version" : " 0.30.0 " ,
14+ "version" : " 0.30.1 " ,
1515 "files" : [
1616 " dist" ,
1717 " types" ,
5656 "test-watch" : " vitest watch"
5757 },
5858 "dependencies" : {
59- "@blocknote/core" : " 0.30.0 " ,
60- "@blocknote/react" : " 0.30.0 " ,
59+ "@blocknote/core" : " 0.30.1 " ,
60+ "@blocknote/react" : " 0.30.1 " ,
6161 "@tiptap/core" : " ^2.7.1" ,
6262 "@tiptap/pm" : " ^2.7.1" ,
6363 "jsdom" : " ^25.0.1" ,
Original file line number Diff line number Diff line change 1111 "directory" : " packages/shadcn"
1212 },
1313 "license" : " MPL-2.0" ,
14- "version" : " 0.30.0 " ,
14+ "version" : " 0.30.1 " ,
1515 "files" : [
1616 " dist" ,
1717 " types" ,
5656 "clean" : " rimraf dist && rimraf types"
5757 },
5858 "dependencies" : {
59- "@blocknote/core" : " 0.30.0 " ,
60- "@blocknote/react" : " 0.30.0 " ,
59+ "@blocknote/core" : " 0.30.1 " ,
60+ "@blocknote/react" : " 0.30.1 " ,
6161 "@hookform/resolvers" : " ^3.6.0" ,
6262 "@radix-ui/react-avatar" : " ^1.1.3" ,
6363 "@radix-ui/react-dropdown-menu" : " ^2.0.6" ,
Original file line number Diff line number Diff line change 99 "directory" : " packages/xl-docx-exporter"
1010 },
1111 "license" : " AGPL-3.0 OR PROPRIETARY" ,
12- "version" : " 0.30.0 " ,
12+ "version" : " 0.30.1 " ,
1313 "files" : [
1414 " dist" ,
1515 " types" ,
5757 "email" : " email dev"
5858 },
5959 "dependencies" : {
60- "@blocknote/core" : " 0.30.0 " ,
60+ "@blocknote/core" : " 0.30.1 " ,
6161 "buffer" : " ^6.0.3" ,
6262 "docx" : " ^9.0.2" ,
6363 "image-meta" : " ^0.2.1"
You can’t perform that action at this time.
0 commit comments