github ueberdosis/tiptap v3.23.2

latest release: v3.23.4
6 hours ago

@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 in getHTML() output for inline style attributes. Adds a getStyleProperty utility to @tiptap/core and migrates Color, BackgroundColor, FontFamily, FontSize, LineHeight, and Highlight extensions to use it (#7016)
  • @tiptap/pm@3.23.2

@tiptap/extension-text-style

Patch Changes

  • 8b210e7: Fix " HTML entity encoding in getHTML() output for inline style attributes. Adds a getStyleProperty utility to @tiptap/core and migrates Color, BackgroundColor, FontFamily, FontSize, LineHeight, and Highlight extensions to use it (#7016)
  • Updated dependencies [8b210e7]
    • @tiptap/core@3.23.2

@tiptap/extension-highlight

Patch Changes

  • 8b210e7: Fix " HTML entity encoding in getHTML() output for inline style attributes. Adds a getStyleProperty utility to @tiptap/core and migrates Color, BackgroundColor, FontFamily, FontSize, LineHeight, and Highlight extensions to use it (#7016)
  • Updated dependencies [8b210e7]
    • @tiptap/core@3.23.2

@tiptap/react

Patch Changes

  • 8b210e7: Default immediatelyRender to false in SSR environments instead of throwing an error

    Previously, omitting immediatelyRender in an SSR environment (e.g. Next.js) would throw an error in development and silently return null in production. This was a common source of crashes, especially when AI-generated code set up the editor without explicitly passing immediatelyRender: false. The hook now defaults immediatelyRender to true, but automatically sets it to false when 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 useEditor unmount 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

Don't miss a new tiptap release

NewReleases is sending notifications on new releases.