mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
6 lines
292 B
Markdown
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.
|