NewAI Enhanced
v3.19.0
@tiptap/extension-link
Features
- Link
titleattribute support insetLink/toggleLinkcommands, rendered as HTML title attribute - Markdown serialization for titled links:
[text](url "title")
@tiptap/react
Breaking Changes
- BubbleMenu and FloatingMenu moved to
@tiptap/react/menusentrypoint — floating-ui is now optional
Improvements
useTiptaphook now guarantees non-null editor instance; Tiptap component API simplified
@tiptap/extension-link
Patch Changes
- Add
titleattribute to Link extension. The title can now be set viasetLinkandtoggleLinkcommands and is rendered as an HTML title attribute. - Add title attribute support for markdown rendering. Links with titles are now serialized to markdown format
[text](url "title").
@tiptap/react
Minor Changes
- Moved BubbleMenu and FloatingMenu to separate
@tiptap/react/menusentrypoint to keep floating-ui optional - Simplified Tiptap component API with guaranteed non-null editor instance from useTiptap hook