Skip to content

Bump @blocknote/core from 0.34.0 to 0.39.1#39

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/blocknote/core-0.39.1
Closed

Bump @blocknote/core from 0.34.0 to 0.39.1#39
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/blocknote/core-0.39.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2025

Copy link
Copy Markdown
Contributor

Bumps @blocknote/core from 0.34.0 to 0.39.1.

Release notes

Sourced from @​blocknote/core's releases.

v0.39.1

0.39.1 (2025-09-19)

🩹 Fixes

  • cleanup accesses to prosemirrorView to account for tiptap 3 behavior (#2017)
  • core: input rules can handle when a new block is empty now (#2013)

❤️ Thank You

  • Nick Perez

v0.39.0

0.39.0 (2025-09-18)

🎉 Major API Overhaul & TipTap V3 Upgrade

This is a major release for BlockNote that brings significant improvements to our custom block APIs, enhanced HTML parsing capabilities, and an upgrade to TipTap V3. We've completely overhauled our internal default blocks to use the same custom block APIs that we expose externally, allowing us to "dogfood" our own APIs and ensure they have everything needed for robust custom block development.

✨ Key Features

🔧 Enhanced Custom Block APIs

Configurable Block Schemas

  • Custom blocks can now take configuration options, allowing you to change your schema based on configuration
  • Support for dynamic block configurations (e.g., code blocks with different syntax highlighting options, heading blocks with flexible heading levels)

Extended Custom Inline Content & Styles

  • Custom inline content and styles now support parsing and exporting to HTML
  • Greater flexibility between what you render in-editor vs. what gets exported to HTML
  • New toExternalHTML and parse functions for both inline content and styles

BlockNote Extensions Integration

  • BlockNote extensions can now define input rules and keyboard shortcuts
  • Extensions can be added directly to custom block specs
  • Support for ProseMirror plugins and TipTap extensions within custom blocks

Extensible Schemas

  • BlockNote schemas are now fully extensible
  • Add your own custom blocks, inline content, and styles to existing schemas
  • Better integration between built-in and custom components

🚀 TipTap V3 Upgrade

  • Upgraded to TipTap V3, enabling access to the latest features and improvements
  • Better performance and stability

... (truncated)

Changelog

Sourced from @​blocknote/core's changelog.

0.39.1 (2025-09-19)

🩹 Fixes

  • cleanup accesses to prosemirrorView to account for tiptap 3 behavior (#2017)
  • core: input rules can handle when a new block is empty now (#2013)

❤️ Thank You

  • Nick Perez

0.39.0 (2025-09-18)

🚀 Features

  • move all blocks to use the custom blocks API (#1904)
  • core: support for Tiptap V3 (#2001)

❤️ Thank You

  • Nick Perez

0.38.0 (2025-09-16)

🚀 Features

  • Custom schemas for comment editors (#1976)

🩹 Fixes

  • Suggestion menu positioning (#1975)
  • doLLMRequest fails when deleting a non-existent block (#1982)
  • file block resize handles not working with touch inputs (#1981)
  • get pdf example working again (a90ae4d58)
  • better markdown & html paste, make methods synchronous (#1957)
  • Improve setting text for custom file blocks (#1984)
  • react: close link popover on submit in static formatting toolbar #1696 (#1997, #1696)

❤️ Thank You

0.37.0 (2025-08-29)

🚀 Features

  • export ShadCNComponentsContext (#1965)

... (truncated)

Commits
  • a87ac38 chore(release): publish 0.39.1
  • 7a55c34 fix: cleanup accesses to prosemirrorView to account for tiptap 3 behavior (#2...
  • 8b1849e docs: update custom block/inline content/style docs (#2012)
  • 10cdbfb fix(core): input rules can handle when a new block is empty now (#2013)
  • 32ba514 chore(release): publish 0.39.0
  • 90665db feat(core): support for Tiptap V3 (#2001)
  • f28cdc2 feat: move all blocks to use the custom blocks API (#1904)
  • 43bf109 chore(release): publish 0.38.0
  • c3422c2 fix: Improve setting text for custom file blocks (#1984)
  • 7cd14e2 fix: better markdown & html paste, make methods synchronous (#1957)
  • 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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core) from 0.34.0 to 0.39.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.39.1/packages/core)

---
updated-dependencies:
- dependency-name: "@blocknote/core"
  dependency-version: 0.39.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 Sep 22, 2025
@vercel

vercel Bot commented Sep 22, 2025

Copy link
Copy Markdown
Contributor

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

Project Deployment Preview Comments Updated (UTC)
pouch Error Error Sep 22, 2025 7:26pm

@dependabot @github

dependabot Bot commented on behalf of github Oct 6, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #50.

@dependabot dependabot Bot closed this Oct 6, 2025
auto-merge was automatically disabled October 6, 2025 19:51

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/blocknote/core-0.39.1 branch October 6, 2025 19:51
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.

0 participants