Skip to content

Conversation

@nperez0111
Copy link
Contributor

This PR is meant to add support for Tiptap V3, there are a couple of things which it depends on:

@vercel
Copy link

vercel bot commented Sep 12, 2025

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

Project Deployment Preview Updated (UTC)
blocknote Error Error Sep 17, 2025 1:34pm
blocknote-website Error Error Sep 17, 2025 1:34pm

],
getTestSelection: (editor: BlockNoteEditor<any, any, any>) => {
const posInfo = getNodeById("ref2", editor.prosemirrorState.doc)!;
// {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@YousefED, I looked into this & could not figure out what the root cause of this is. The update tool seems to be replacing the block when it should only be partially updating the block? I'm not entirely certain what is going on here, can you take a look at this for me?

@pkg-pr-new
Copy link

pkg-pr-new bot commented Sep 15, 2025

Open in StackBlitz

@blocknote/ariakit

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/ariakit@2001

@blocknote/code-block

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/code-block@2001

@blocknote/core

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@2001

@blocknote/mantine

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/mantine@2001

@blocknote/react

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/react@2001

@blocknote/server-util

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/server-util@2001

@blocknote/shadcn

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/shadcn@2001

@blocknote/xl-ai

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-ai@2001

@blocknote/xl-docx-exporter

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-docx-exporter@2001

@blocknote/xl-email-exporter

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-email-exporter@2001

@blocknote/xl-multi-column

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-multi-column@2001

@blocknote/xl-odt-exporter

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-odt-exporter@2001

@blocknote/xl-pdf-exporter

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-pdf-exporter@2001

commit: 5b6f5c6

@nperez0111 nperez0111 merged commit 90665db into main Sep 17, 2025
6 of 8 checks passed
@nperez0111 nperez0111 deleted the tiptap-v3-again branch September 17, 2025 13:46
@MetaMmodern
Copy link

@nperez0111 does this update mean that blocknotejs should be able to support SSR now in environments like Next.js, just like tiptap?

@nperez0111
Copy link
Contributor Author

nperez0111 commented Oct 13, 2025

@MetaMmodern, Tiptap does not support SSR in Next.js & so this change has no effect on our SSR support, Next.js has very specific requirements to render in SSR which is fundamentally incompatible with rendering in ProseMirror which requires a DOM to function properly.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants