Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the tiptap group with 15 updates:

Package From To
@tiptap/core 3.6.2 3.6.5
@tiptap/extension-blockquote 3.6.2 3.6.5
@tiptap/extension-bold 3.6.2 3.6.5
@tiptap/extension-document 3.6.2 3.6.5
@tiptap/extension-hard-break 3.6.2 3.6.5
@tiptap/extension-heading 3.6.2 3.6.5
@tiptap/extension-italic 3.6.2 3.6.5
@tiptap/extension-link 3.6.2 3.6.5
@tiptap/extension-list 3.6.2 3.6.5
@tiptap/extension-paragraph 3.6.2 3.6.5
@tiptap/extension-text 3.6.2 3.6.5
@tiptap/extension-typography 3.6.2 3.6.5
@tiptap/extensions 3.6.2 3.6.5
@tiptap/pm 3.6.2 3.6.5
@tiptap/react 3.6.2 3.6.5

Updates @tiptap/core from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/core's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/core's changelog.

3.6.5

Patch Changes

  • 1e4caea: Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

3.6.4

Patch Changes

3.6.3

Patch Changes

  • 67f7b4a: Refined the JSONContent.attrs definition to exactly mirror the structure returned by editor.getJSON(). This ensures strict type safety and consistency between the editor output and the expected type, eliminating errors caused by mismatched attribute signatures.
Commits
  • 82e03b5 chore(release): publish a new release version (#7042)
  • 6901601 Merge branch 'main' of github.com:ueberdosis/tiptap into develop
  • 6f06a69 chore(release): publish a new release version (#7041)
  • 1e4caea fix: emit transactions for unmounted editors (#6967)
  • 857251a chore(release): publish a new release version (#7038)
  • 67f7b4a Update JSONContent to exactly match editor.getJSON() (#6947)
  • See full diff in compare view

Updates @tiptap/extension-blockquote from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/extension-blockquote's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/extension-blockquote's changelog.

3.6.5

Patch Changes

  • Updated dependencies [1e4caea]
    • @​tiptap/core@​3.6.5

3.6.4

Patch Changes

  • @​tiptap/core@​3.6.4

3.6.3

Patch Changes

  • Updated dependencies [67f7b4a]
    • @​tiptap/core@​3.6.3
Commits

Updates @tiptap/extension-bold from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/extension-bold's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/extension-bold's changelog.

3.6.5

Patch Changes

  • Updated dependencies [1e4caea]
    • @​tiptap/core@​3.6.5

3.6.4

Patch Changes

  • @​tiptap/core@​3.6.4

3.6.3

Patch Changes

  • Updated dependencies [67f7b4a]
    • @​tiptap/core@​3.6.3
Commits

Updates @tiptap/extension-document from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/extension-document's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/extension-document's changelog.

3.6.5

Patch Changes

  • Updated dependencies [1e4caea]
    • @​tiptap/core@​3.6.5

3.6.4

Patch Changes

  • @​tiptap/core@​3.6.4

3.6.3

Patch Changes

  • Updated dependencies [67f7b4a]
    • @​tiptap/core@​3.6.3
Commits

Updates @tiptap/extension-hard-break from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/extension-hard-break's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/extension-hard-break's changelog.

3.6.5

Patch Changes

  • Updated dependencies [1e4caea]
    • @​tiptap/core@​3.6.5

3.6.4

Patch Changes

  • @​tiptap/core@​3.6.4

3.6.3

Patch Changes

  • Updated dependencies [67f7b4a]
    • @​tiptap/core@​3.6.3
Commits

Updates @tiptap/extension-heading from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/extension-heading's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/extension-heading's changelog.

3.6.5

Patch Changes

  • Updated dependencies [1e4caea]
    • @​tiptap/core@​3.6.5

3.6.4

Patch Changes

  • @​tiptap/core@​3.6.4

3.6.3

Patch Changes

  • Updated dependencies [67f7b4a]
    • @​tiptap/core@​3.6.3
Commits

Updates @tiptap/extension-italic from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/extension-italic's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/extension-italic's changelog.

3.6.5

Patch Changes

  • Updated dependencies [1e4caea]
    • @​tiptap/core@​3.6.5

3.6.4

Patch Changes

  • @​tiptap/core@​3.6.4

3.6.3

Patch Changes

  • Updated dependencies [67f7b4a]
    • @​tiptap/core@​3.6.3
Commits

Updates @tiptap/extension-link from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/extension-link's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/extension-link's changelog.

3.6.5

Patch Changes

  • Updated dependencies [1e4caea]

3.6.4

Patch Changes

3.6.3

Patch Changes

  • Updated dependencies [67f7b4a]
Commits

Updates @tiptap/extension-list from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/extension-list's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/extension-list's changelog.

3.6.5

Patch Changes

  • Updated dependencies [1e4caea]

3.6.4

Patch Changes

3.6.3

Patch Changes

  • Updated dependencies [67f7b4a]
Commits

Updates @tiptap/extension-paragraph from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/extension-paragraph's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/extension-paragraph's changelog.

3.6.5

Patch Changes

  • Updated dependencies [1e4caea]
    • @​tiptap/core@​3.6.5

3.6.4

Patch Changes

  • @​tiptap/core@​3.6.4

3.6.3

Patch Changes

  • Updated dependencies [67f7b4a]
    • @​tiptap/core@​3.6.3
Commits

Updates @tiptap/extension-text from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/extension-text's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/extension-text's changelog.

3.6.5

Patch Changes

  • Updated dependencies [1e4caea]
    • @​tiptap/core@​3.6.5

3.6.4

Patch Changes

  • @​tiptap/core@​3.6.4

3.6.3

Patch Changes

  • Updated dependencies [67f7b4a]
    • @​tiptap/core@​3.6.3
Commits

Updates @tiptap/extension-typography from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/extension-typography's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/extension-typography's changelog.

3.6.5

Patch Changes

  • Updated dependencies [1e4caea]
    • @​tiptap/core@​3.6.5

3.6.4

Patch Changes

  • @​tiptap/core@​3.6.4

3.6.3

Patch Changes

  • Updated dependencies [67f7b4a]
    • @​tiptap/core@​3.6.3
Commits

Updates @tiptap/extensions from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/extensions's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Commits

Updates @tiptap/pm from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/pm's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/pm's changelog.

3.6.5

3.6.4

3.6.3

Commits

Updates @tiptap/react from 3.6.2 to 3.6.5

Release notes

Sourced from @​tiptap/react's releases.

v3.6.5

Releases

v3.6.5

@​tiptap/extension-horizontal-rule

Patch Changes

  • Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule

@​tiptap/core

Patch Changes

  • Editors can now emit transaction and update events before being mounted. This means smoother state handling and instant feedback from editors, even when they're not in the DOM.

v3.6.4

Releases

v3.6.4

@​tiptap/html

Patch Changes

  • Fix: Clean up happy-dom window instance fixing a memory leak caused by unclosed happy-dom windows

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

... (truncated)

Changelog

Sourced from @​tiptap/react's changelog.

3.6.5

Patch Changes

  • Updated dependencies [1e4caea]

3.6.4

Patch Changes

3.6.3

Patch Changes

  • 48846f2: Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • e0be819: Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • caec80e: Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.
  • Updated dependencies [67f7b4a]
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

//: # (dependabot-automerge-...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2025
@changeset-bot
Copy link

changeset-bot bot commented Oct 6, 2025

⚠️ No Changeset found

Latest commit: b481164

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 6, 2025

Deploying namesake with  Cloudflare Pages  Cloudflare Pages

Latest commit: b481164
Status: ✅  Deploy successful!
Preview URL: https://2c892f30.namesake-639.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-tipt-fr0k.namesake-639.pages.dev

View logs

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2025

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 83.64% (🎯 80%)
🟰 ±0%
8731 / 10438
🟢 Statements 83.64% (🎯 80%)
🟰 ±0%
8731 / 10438
🟢 Functions 78.01% (🎯 75%)
🟰 ±0%
394 / 505
🟢 Branches 86.62% (🎯 80%)
🟰 ±0%
965 / 1114
File CoverageNo changed files found.
Generated in workflow #1125 for commit b481164 by the Vitest Coverage Report Action

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tiptap-e2cefd2150 branch from e67fa11 to a63bab9 Compare October 22, 2025 04:18
Bumps the tiptap group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `3.6.2` | `3.6.5` |
| [@tiptap/extension-blockquote](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-blockquote) | `3.6.2` | `3.6.5` |
| [@tiptap/extension-bold](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-bold) | `3.6.2` | `3.6.5` |
| [@tiptap/extension-document](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-document) | `3.6.2` | `3.6.5` |
| [@tiptap/extension-hard-break](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-hard-break) | `3.6.2` | `3.6.5` |
| [@tiptap/extension-heading](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-heading) | `3.6.2` | `3.6.5` |
| [@tiptap/extension-italic](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-italic) | `3.6.2` | `3.6.5` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `3.6.2` | `3.6.5` |
| [@tiptap/extension-list](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-list) | `3.6.2` | `3.6.5` |
| [@tiptap/extension-paragraph](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-paragraph) | `3.6.2` | `3.6.5` |
| [@tiptap/extension-text](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text) | `3.6.2` | `3.6.5` |
| [@tiptap/extension-typography](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-typography) | `3.6.2` | `3.6.5` |
| [@tiptap/extensions](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension) | `3.6.2` | `3.6.5` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `3.6.2` | `3.6.5` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.6.2` | `3.6.5` |


Updates `@tiptap/core` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/core/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/core)

Updates `@tiptap/extension-blockquote` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-blockquote/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/extension-blockquote)

Updates `@tiptap/extension-bold` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-bold/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/extension-bold)

Updates `@tiptap/extension-document` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-document/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/extension-document)

Updates `@tiptap/extension-hard-break` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-hard-break/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/extension-hard-break)

Updates `@tiptap/extension-heading` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-heading/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/extension-heading)

Updates `@tiptap/extension-italic` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-italic/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/extension-italic)

Updates `@tiptap/extension-link` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/extension-link)

Updates `@tiptap/extension-list` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-list/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/extension-list)

Updates `@tiptap/extension-paragraph` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-paragraph/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/extension-paragraph)

Updates `@tiptap/extension-text` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/extension-text)

Updates `@tiptap/extension-typography` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-typography/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/extension-typography)

Updates `@tiptap/extensions` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/extension)

Updates `@tiptap/pm` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/pm)

Updates `@tiptap/react` from 3.6.2 to 3.6.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/react/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.5/packages/react)

---
updated-dependencies:
- dependency-name: "@tiptap/core"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-blockquote"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-bold"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-document"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-hard-break"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-heading"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-italic"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-list"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-paragraph"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-typography"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extensions"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/pm"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/react"
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tiptap-e2cefd2150 branch from a63bab9 to b481164 Compare October 22, 2025 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant