diff --git a/.changeset/fresh-coats-relate.md b/.changeset/fresh-coats-relate.md new file mode 100644 index 000000000..e187ea460 --- /dev/null +++ b/.changeset/fresh-coats-relate.md @@ -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.