npm @tiptap/extension-superscript 3.4.5
v3.4.5

7 hours ago

Releases

@tiptap/core@3.4.5

Patch Changes

  • 0226d42: Fix an issue where injected CSS was not mounted correctly when the editor instance was mounted. The fix ensures CSS injected by the editor is attached to the document when the editor mounts, preventing missing styles in some mount/unmount scenarios.
  • 37af83b: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening
  • f598ac7: Fix bug in insertContentAt command where extra content would get deleted when the selection was at the beginning of the document and a node was inserted

@tiptap/extension-code-block-lowlight@3.4.5

Patch Changes

  • 13fb996: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening

@tiptap/extension-emoji@3.4.5

Patch Changes

  • 82121b8: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening

@tiptap/extension-mention@3.4.5

Patch Changes

  • f472c5b: Use a named import for Suggestion from @tiptap/suggestion to avoid bundler ESM/CJS interop
    wrapping (__toESM) that caused Jest/CJS consumers to receive a module object instead of the
    callable plugin factory.

    This is a non-breaking internal fix. It keeps runtime module shape stable for CommonJS (Jest)
    and prevents the TypeError thrown when the extension attempted to call a non-function.

@tiptap/vue-3@3.4.5

Patch Changes

  • bfcd958: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening

Don't miss a new extension-superscript release

NewReleases is sending notifications on new releases.