tiptap/.changeset/fresh-coats-relate.md
2024-10-25 19:27:00 +02:00

6 lines
292 B
Markdown

---
"@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.