@tiptap/extension-twitch
Patch Changes
- 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
- Updated dependencies [8b210e7]
- @tiptap/core@3.23.2
@tiptap/extension-youtube
Patch Changes
- 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
- Updated dependencies [8b210e7]
- @tiptap/core@3.23.2
@tiptap/core
Patch Changes
- 8b210e7: Fix
"HTML entity encoding ingetHTML()output for inline style attributes. Adds agetStylePropertyutility to@tiptap/coreand migratesColor,BackgroundColor,FontFamily,FontSize,LineHeight, andHighlightextensions to use it (#7016) - @tiptap/pm@3.23.2
@tiptap/extension-text-style
Patch Changes
- 8b210e7: Fix
"HTML entity encoding ingetHTML()output for inline style attributes. Adds agetStylePropertyutility to@tiptap/coreand migratesColor,BackgroundColor,FontFamily,FontSize,LineHeight, andHighlightextensions to use it (#7016) - Updated dependencies [8b210e7]
- @tiptap/core@3.23.2
@tiptap/extension-highlight
Patch Changes
- 8b210e7: Fix
"HTML entity encoding ingetHTML()output for inline style attributes. Adds agetStylePropertyutility to@tiptap/coreand migratesColor,BackgroundColor,FontFamily,FontSize,LineHeight, andHighlightextensions to use it (#7016) - Updated dependencies [8b210e7]
- @tiptap/core@3.23.2
@tiptap/react
Patch Changes
-
8b210e7: Default
immediatelyRendertofalsein SSR environments instead of throwing an errorPreviously, omitting
immediatelyRenderin an SSR environment (e.g. Next.js) would throw an error in development and silently returnnullin production. This was a common source of crashes, especially when AI-generated code set up the editor without explicitly passingimmediatelyRender: false. The hook now defaultsimmediatelyRendertotrue, but automatically sets it tofalsewhen SSR is detected, logging a warning in development instead of throwing. -
Updated dependencies [8b210e7]
- @tiptap/core@3.23.2
- @tiptap/pm@3.23.2
@tiptap/vue-3
Patch Changes
- 8b210e7: Fix a
useEditorunmount crash by avoiding replacement of Vue-managed DOM nodes during teardown. - Updated dependencies [8b210e7]
- @tiptap/core@3.23.2
- @tiptap/pm@3.23.2
@tiptap/server-ai-toolkit
Minor Changes
- 8b210e7: Initial open-source release of the Server AI Toolkit package