Releases
@tiptap/core@3.4.6
Patch Changes
-
968016f: Added support for the
undoable
option in InputRules (matching ProseMirror’s implementation).- When
false
, the change will not be tracked as undoable. - Default remains
true
for backward compatibility.
This brings Tiptap’s InputRules behavior in line with ProseMirror and gives developers finer control over undo functionality.
- When