chore: add changeset

This commit is contained in:
Nick the Sick 2024-10-25 19:27:00 +02:00
parent 466a5a9a52
commit 893e44e533
No known key found for this signature in database
GPG Key ID: F575992F156E5BCC

View File

@ -0,0 +1,5 @@
---
"@tiptap/core": minor
---
Previously, only a json representation of the node could be inserted into the editor. This change allows for the insertion of Prosemirror `Node`s and `Fragment`s directly into the editor through the `insertContentAt`, `setContent` and `insertContent` commands.