Skip to content

Commit a5b4e7a

Browse files
committed
Merge branch 'ai-menu-auto-scroll' of github.com:TypeCellOS/BlockNote into ai-menu-auto-scroll
2 parents 3546b42 + 98be316 commit a5b4e7a

File tree

497 files changed

+8807
-5934
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

497 files changed

+8807
-5934
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.40.0 (2025-09-30)
2+
3+
### 🚀 Features
4+
5+
- Mantine v8 upgrade ([#2028](https://github.com/TypeCellOS/BlockNote/pull/2028), [#2029](https://github.com/TypeCellOS/BlockNote/issues/2029))
6+
- Update Mantine setup ([#2033](https://github.com/TypeCellOS/BlockNote/pull/2033))
7+
- **ai:** SDK 5, tool calling, custom backends ([#2007](https://github.com/TypeCellOS/BlockNote/pull/2007))
8+
- **core:** add the ability to autofocus on the editor element ([#2018](https://github.com/TypeCellOS/BlockNote/pull/2018))
9+
10+
### 🩹 Fixes
11+
12+
- Block colors menu not always showing ([#2027](https://github.com/TypeCellOS/BlockNote/pull/2027))
13+
- Update remianing examples to Mantine v8 ([#2031](https://github.com/TypeCellOS/BlockNote/pull/2031))
14+
- ShadCN example Tailwind setup ([#2042](https://github.com/TypeCellOS/BlockNote/pull/2042))
15+
16+
### ❤️ Thank You
17+
18+
- Matthew Lipski @matthewlipski
19+
- Nick Perez
20+
- Yousef
21+
122
## 0.39.1 (2025-09-19)
223

324
### 🩹 Fixes

docs/components/Example.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ function ExampleDemoBar(props: { exampleData: ExampleData }) {
4242
icon={<AiFillGithub size={16} />}
4343
url={`https://github.com/TypeCellOS/BlockNote/tree/main/${props.exampleData.pathFromRoot}`}
4444
/>
45-
<ExampleDemoBarSourceCodeLink
46-
name="StackBlitz"
47-
icon={<SiStackblitz size={16} />}
48-
url={`https://www.stackblitz.com/github/TypeCellOS/BlockNote/tree/main/${props.exampleData.pathFromRoot}`}
49-
/>
45+
{props.exampleData.showStackBlitzLink && (
46+
<ExampleDemoBarSourceCodeLink
47+
name="StackBlitz"
48+
icon={<SiStackblitz size={16} />}
49+
url={`https://www.stackblitz.com/github/TypeCellOS/BlockNote/tree/main/${props.exampleData.pathFromRoot}`}
50+
/>
51+
)}
5052
</div>
5153
);
5254
}

docs/content/docs/ai/getting-started.mdx

Lines changed: 0 additions & 106 deletions
This file was deleted.

docs/content/docs/ai/index.mdx

Lines changed: 0 additions & 63 deletions
This file was deleted.

docs/content/docs/ai/meta.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)