File tree Expand file tree Collapse file tree 14 files changed +74
-44
lines changed Expand file tree Collapse file tree 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+
131## 0.29.1 (2025-04-17)
232
333### 🩹 Fixes
Original file line number Diff line number Diff line change 1111 "directory" : " packages/ariakit"
1212 },
1313 "license" : " MPL-2.0" ,
14- "version" : " 0.29.1 " ,
14+ "version" : " 0.30.0 " ,
1515 "files" : [
1616 " dist" ,
1717 " types" ,
5656 },
5757 "dependencies" : {
5858 "@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 "
6161 },
6262 "devDependencies" : {
6363 "@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.29.1 " ,
12+ "version" : " 0.30.0 " ,
1313 "files" : [
1414 " dist" ,
1515 " types" ,
4949 "test-watch" : " vitest watch"
5050 },
5151 "dependencies" : {
52- "@blocknote/core" : " 0.29.1 " ,
52+ "@blocknote/core" : " 0.30.0 " ,
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.29.1 " ,
14+ "version" : " 0.30.0 " ,
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.29.1 " ,
11+ "version" : " 0.30.0 " ,
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.29.1 " ,
14+ "version" : " 0.30.0 " ,
1515 "files" : [
1616 " dist" ,
1717 " types" ,
5555 "clean" : " rimraf dist && rimraf types"
5656 },
5757 "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 " ,
6060 "@mantine/core" : " ^7.10.1" ,
6161 "@mantine/hooks" : " ^7.10.1" ,
6262 "@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.29.1 " ,
14+ "version" : " 0.30.0 " ,
1515 "files" : [
1616 " dist" ,
1717 " types" ,
5757 "clean" : " rimraf dist && rimraf types"
5858 },
5959 "dependencies" : {
60- "@blocknote/core" : " 0.29.1 " ,
60+ "@blocknote/core" : " 0.30.0 " ,
6161 "@emoji-mart/data" : " ^1.2.1" ,
6262 "@floating-ui/react" : " ^0.26.4" ,
6363 "@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.29.1 " ,
14+ "version" : " 0.30.0 " ,
1515 "files" : [
1616 " dist" ,
1717 " types" ,
5555 "test-watch" : " vitest watch"
5656 },
5757 "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 " ,
6060 "@tiptap/core" : " ^2.7.1" ,
6161 "@tiptap/pm" : " ^2.7.1" ,
6262 "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.29.1 " ,
14+ "version" : " 0.30.0 " ,
1515 "files" : [
1616 " dist" ,
1717 " types" ,
5555 "clean" : " rimraf dist && rimraf types"
5656 },
5757 "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 " ,
6060 "@hookform/resolvers" : " ^3.6.0" ,
6161 "@radix-ui/react-avatar" : " ^1.1.3" ,
6262 "@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.29.1 " ,
12+ "version" : " 0.30.0 " ,
1313 "files" : [
1414 " dist" ,
1515 " types" ,
5656 "email" : " email dev"
5757 },
5858 "dependencies" : {
59- "@blocknote/core" : " 0.29.1 " ,
59+ "@blocknote/core" : " 0.30.0 " ,
6060 "buffer" : " ^6.0.3" ,
6161 "docx" : " ^9.0.2" ,
6262 "image-meta" : " ^0.2.1"
You can’t perform that action at this time.
0 commit comments