Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps @blocknote/core from 0.34.0 to 0.41.1.

Release notes

Sourced from @​blocknote/core's releases.

v0.41.1

0.41.1 (2025-10-09)

This was a version bump only, there were no code changes.

v0.41.0

0.41.0 (2025-10-08)

🚀 Features

  • AI menu auto scrolling (#2039)
  • Shortcut to delete empty table while cells are selected (#2052)
  • divider: add a divider block (#2014)

🩹 Fixes

  • Code block language select value not updating properly (#2050)
  • disable input rules for numbered headings #1789 (#2032, #1789)
  • video parsing and export for markdown (#1955)
  • Reaction picker shown for users who can't react (#2061)
  • Add Mantine dependency to individual examples (#2070)
  • allow listening to onChange and other events before the underlying editor is initialized (#2063)
  • toggle and check list item blocks (#2071)
  • added missing fields to implementations in editor schema block specs (#2046)

❤️ Thank You

v0.40.0

0.40.0 (2025-09-30)

BlockNote AI

We've now significantly refactored BlockNote AI to support:

  • The Vercel AI SDK 5 (closes #1952)
  • Now uses streamText + tool calling by default instead of Object Generation
  • Designed to call your own backend (instead of the old proxy-based setup).
  • Leans in more heavily to the updated AI SDK architecture (reusing the Chat and transport concepts)
  • PromptBuilders have been redesigned to split the creation of the required data (PromptBuilderInputData and creation / modification of the LLMMessages
  • fix: better handling of parallel tool calls

Backend pattern

We've revisited the old solution where BlockNote made direct calls to LLMs from the client using the Vercel AI SDK (or via a proxy).

Instead it's now recommended to send request to your backend. There, you can then invoke your LLM (potentially adding more context, tools, RAG, etc). While a bit more work to set up, this architecture is more inline with the Vercel SDK and unlocks more powerful workflows.

... (truncated)

Changelog

Sourced from @​blocknote/core's changelog.

0.41.1 (2025-10-09)

This was a version bump only, there were no code changes.

0.41.0 (2025-10-08)

🚀 Features

  • AI menu auto scrolling (#2039)
  • Shortcut to delete empty table while cells are selected (#2052)
  • divider: add a divider block (#2014)

🩹 Fixes

  • Code block language select value not updating properly (#2050)
  • disable input rules for numbered headings #1789 (#2032, #1789)
  • video parsing and export for markdown (#1955)
  • Reaction picker shown for users who can't react (#2061)
  • Add Mantine dependency to individual examples (#2070)
  • allow listening to onChange and other events before the underlying editor is initialized (#2063)
  • toggle and check list item blocks (#2071)
  • added missing fields to implementations in editor schema block specs (#2046)

❤️ Thank You

0.40.0 (2025-09-30)

🚀 Features

  • Mantine v8 upgrade (#2028, #2029)
  • Update Mantine setup (#2033)
  • ai: SDK 5, tool calling, custom backends (#2007)
  • core: add the ability to autofocus on the editor element (#2018)

🩹 Fixes

  • Block colors menu not always showing (#2027)
  • Update remianing examples to Mantine v8 (#2031)
  • ShadCN example Tailwind setup (#2042)

❤️ Thank You

... (truncated)

Commits
  • 954a77d chore(release): publish 0.41.1
  • 7fdd481 chore(release): publish 0.41.0
  • 30cd501 fix: added missing fields to implementations in editor schema block specs (#2...
  • 86c3378 fix: toggle and check list item blocks (#2071)
  • ce88b2d fix: allow listening to onChange and other events before the underlying edi...
  • 687bf1e chore: bump @​shikijs/types from 3.2.1 to 3.13.0 (#2082)
  • 47923dd feat: Shortcut to delete empty table while cells are selected (#2052)
  • e6f80cc chore: bump prosemirror-view from 1.40.1 to 1.41.2 (#2083)
  • 0ef29d2 feat(divider): add a divider block (#2014)
  • 71451f6 fix: video parsing and export for markdown (#1955)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​blocknote/core since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core) from 0.34.0 to 0.41.1.
- [Release notes](https://github.com/TypeCellOS/BlockNote/releases)
- [Changelog](https://github.com/TypeCellOS/BlockNote/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeCellOS/BlockNote/commits/v0.41.1/packages/core)

---
updated-dependencies:
- dependency-name: "@blocknote/core"
  dependency-version: 0.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 13, 2025
@vercel
Copy link
Contributor

vercel bot commented Oct 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
pouch Error Error Oct 13, 2025 7:42pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant