Releases
@tiptap/extension-unique-id@3.2.2
Patch Changes
-
1cab7ff: Change the
generateID
option to accept a context object:{ node, pos }
.This lets ID generators access both the ProseMirror
node
and itspos
within the document when creating IDs, enabling logic that depends on node content, type, or position.