Skip to content

Commit 7fdd481

Browse files
committed
chore(release): publish 0.41.0
1 parent 511794e commit 7fdd481

File tree

17 files changed

+90
-65
lines changed

17 files changed

+90
-65
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 0.41.0 (2025-10-08)
2+
3+
### 🚀 Features
4+
5+
- AI menu auto scrolling ([#2039](https://github.com/TypeCellOS/BlockNote/pull/2039))
6+
- Shortcut to delete empty table while cells are selected ([#2052](https://github.com/TypeCellOS/BlockNote/pull/2052))
7+
- **divider:** add a divider block ([#2014](https://github.com/TypeCellOS/BlockNote/pull/2014))
8+
9+
### 🩹 Fixes
10+
11+
- Code block language select value not updating properly ([#2050](https://github.com/TypeCellOS/BlockNote/pull/2050))
12+
- disable input rules for numbered headings #1789 ([#2032](https://github.com/TypeCellOS/BlockNote/pull/2032), [#1789](https://github.com/TypeCellOS/BlockNote/issues/1789))
13+
- video parsing and export for markdown ([#1955](https://github.com/TypeCellOS/BlockNote/pull/1955))
14+
- Reaction picker shown for users who can't react ([#2061](https://github.com/TypeCellOS/BlockNote/pull/2061))
15+
- Add Mantine dependency to individual examples ([#2070](https://github.com/TypeCellOS/BlockNote/pull/2070))
16+
- allow listening to `onChange` and other events before the underlying editor is initialized ([#2063](https://github.com/TypeCellOS/BlockNote/pull/2063))
17+
- toggle and check list item blocks ([#2071](https://github.com/TypeCellOS/BlockNote/pull/2071))
18+
- added missing fields to implementations in editor schema block specs ([#2046](https://github.com/TypeCellOS/BlockNote/pull/2046))
19+
20+
### ❤️ Thank You
21+
22+
- Héctor Zhuang @Hector-Zhuang
23+
- Matthew Lipski @matthewlipski
24+
- Nick Perez
25+
126
## 0.40.0 (2025-09-30)
227

328
### 🚀 Features

packages/ariakit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/ariakit"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.40.0",
14+
"version": "0.41.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -57,8 +57,8 @@
5757
},
5858
"dependencies": {
5959
"@ariakit/react": "^0.4.19",
60-
"@blocknote/core": "0.40.0",
61-
"@blocknote/react": "0.40.0"
60+
"@blocknote/core": "0.41.0",
61+
"@blocknote/react": "0.41.0"
6262
},
6363
"devDependencies": {
6464
"@types/react": "^19.1.0",

packages/code-block/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"directory": "packages/code-block"
1010
},
1111
"license": "MPL-2.0",
12-
"version": "0.40.0",
12+
"version": "0.41.0",
1313
"files": [
1414
"dist",
1515
"types",
@@ -49,7 +49,7 @@
4949
"test-watch": "vitest watch"
5050
},
5151
"dependencies": {
52-
"@blocknote/core": "0.40.0",
52+
"@blocknote/core": "0.41.0",
5353
"@shikijs/core": "^3.2.1",
5454
"@shikijs/engine-javascript": "^3.2.1",
5555
"@shikijs/langs": "^3.2.1",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/core"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.40.0",
14+
"version": "0.41.0",
1515
"files": [
1616
"dist",
1717
"types",

packages/dev-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"directory": "packages/dev-scripts"
99
},
1010
"license": "MPL-2.0",
11-
"version": "0.40.0",
11+
"version": "0.41.0",
1212
"description": "",
1313
"type": "module",
1414
"scripts": {

packages/mantine/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/mantine"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.40.0",
14+
"version": "0.41.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -61,8 +61,8 @@
6161
"clean": "rimraf dist && rimraf types"
6262
},
6363
"dependencies": {
64-
"@blocknote/core": "0.40.0",
65-
"@blocknote/react": "0.40.0",
64+
"@blocknote/core": "0.41.0",
65+
"@blocknote/react": "0.41.0",
6666
"react-icons": "^5.2.1"
6767
},
6868
"devDependencies": {

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/react"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.40.0",
14+
"version": "0.41.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -58,7 +58,7 @@
5858
"clean": "rimraf dist && rimraf types"
5959
},
6060
"dependencies": {
61-
"@blocknote/core": "0.40.0",
61+
"@blocknote/core": "0.41.0",
6262
"@emoji-mart/data": "^1.2.1",
6363
"@floating-ui/react": "^0.27.16",
6464
"@tiptap/core": "^3.4.3",

packages/server-util/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/server-util"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.40.0",
14+
"version": "0.41.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -56,8 +56,8 @@
5656
"test-watch": "vitest watch"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.40.0",
60-
"@blocknote/react": "0.40.0",
59+
"@blocknote/core": "0.41.0",
60+
"@blocknote/react": "0.41.0",
6161
"@tiptap/core": "^3.4.3",
6262
"@tiptap/pm": "^3.4.3",
6363
"jsdom": "^25.0.1",

packages/shadcn/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/shadcn"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.40.0",
14+
"version": "0.41.0",
1515
"files": [
1616
"dist",
1717
"types",
@@ -56,8 +56,8 @@
5656
"clean": "rimraf dist && rimraf types"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.40.0",
60-
"@blocknote/react": "0.40.0",
59+
"@blocknote/core": "0.41.0",
60+
"@blocknote/react": "0.41.0",
6161
"@hookform/resolvers": "^3.10.0",
6262
"@radix-ui/react-avatar": "^1.1.3",
6363
"@radix-ui/react-dropdown-menu": "^2.1.6",

packages/xl-ai-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://github.com/TypeCellOS/BlockNote",
44
"private": true,
55
"license": "GPL-3.0 OR PROPRIETARY",
6-
"version": "0.40.0",
6+
"version": "0.41.0",
77
"files": [
88
"dist",
99
"types",
@@ -46,7 +46,7 @@
4646
"@hono/node-server": "^1.13.7",
4747
"hono": "^4.6.12",
4848
"ai": "^5.0.45",
49-
"@blocknote/xl-ai": "0.40.0",
49+
"@blocknote/xl-ai": "0.41.0",
5050
"@ai-sdk/google": "^2.0.11",
5151
"@ai-sdk/openai": "^2.0.23",
5252
"@ai-sdk/openai-compatible": "^1.0.13",

0 commit comments

Comments
 (0)