Bump @tiptap/extension-text-align from 3.17.1 to 3.18.0 #569

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/tiptap/extension-text-align-3.18.0 into main 2026-01-30 01:20:28 +00:00
dependabot[bot] commented 2026-01-30 00:43:56 +00:00 (Migrated from github.com)

Bumps @tiptap/extension-text-align from 3.17.1 to 3.18.0.

Release notes

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

v3.18.0

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix BubbleMenu and FloatingMenu props not updating after initialization

@​tiptap/extension-floating-menu

Patch Changes

  • Fix BubbleMenu and FloatingMenu props not updating after initialization

@​tiptap/react

Minor Changes

  • Introduce a new, optional React integration that provides a declarative <Tiptap /> component for setting up editors in React apps.

    Summary

    • Add a new, ergonomic way to initialize and use Tiptap editors in React via <Tiptap /> components. This is an additive change and does not remove or change existing APIs.

    Why this change

    • Improves ergonomics for React users by offering a component-first API that pairs well with React patterns (hooks, JSX composition and props-driven configuration).

    Migration and usage

    • The old programmatic setup remains supported for this major version — nothing breaks. We encourage consumers to try the new <Tiptap /> component and migrate when convenient.

    Example

    import { Tiptap, useEditor } from '@tiptap/react'
    

    function MyEditor() { const editor = useEditor({ extensions: [StarterKit], content: '<h1>Hello from Tiptap</h1>' })

    return ( <Tiptap instance={editor}> <Tiptap.Content /> <Tiptap.BubbleMenu>My Bubble Menu</Tiptap.BubbleMenu> <Tiptap.FloatingMenu>My Floating Menu</Tiptap.FloatingMenu> <MenuBar /> {/* MenuBar can use the new useTiptap hook to read the editor instance from context */} </Tiptap> ) }

    Deprecation plan

    • The old imperative setup will remain fully backward-compatible for this major release. We plan to deprecate (and remove) the legacy setup in the next major version — a deprecation notice and migration guide will be published ahead of that change.

... (truncated)

Changelog

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

3.18.0

Patch Changes

  • @​tiptap/core@​3.18.0
Commits

Dependabot compatibility score

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 commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) from 3.17.1 to 3.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ueberdosis/tiptap/releases"><code>@​tiptap/extension-text-align</code>'s releases</a>.</em></p> <blockquote> <h2>v3.18.0</h2> <h3><code>@​tiptap/extension-bubble-menu</code></h3> <h4>Patch Changes</h4> <ul> <li>Fix BubbleMenu and FloatingMenu props not updating after initialization</li> </ul> <h3><code>@​tiptap/extension-floating-menu</code></h3> <h4>Patch Changes</h4> <ul> <li>Fix BubbleMenu and FloatingMenu props not updating after initialization</li> </ul> <h3><code>@​tiptap/react</code></h3> <h4>Minor Changes</h4> <ul> <li> <p>Introduce a new, optional React integration that provides a declarative <code>&lt;Tiptap /&gt;</code> component for setting up editors in React apps.</p> <p>Summary</p> <ul> <li>Add a new, ergonomic way to initialize and use Tiptap editors in React via <code>&lt;Tiptap /&gt;</code> components. This is an additive change and does not remove or change existing APIs.</li> </ul> <p>Why this change</p> <ul> <li>Improves ergonomics for React users by offering a component-first API that pairs well with React patterns (hooks, JSX composition and props-driven configuration).</li> </ul> <p>Migration and usage</p> <ul> <li>The old programmatic setup remains supported for this major version — nothing breaks. We encourage consumers to try the new <code>&lt;Tiptap /&gt;</code> component and migrate when convenient.</li> </ul> <p>Example</p> <pre lang="tsx"><code>import { Tiptap, useEditor } from '@tiptap/react' <p>function MyEditor() { const editor = useEditor({ extensions: [StarterKit], content: '&lt;h1&gt;Hello from Tiptap&lt;/h1&gt;' })</p> <p>return ( &lt;Tiptap instance={editor}&gt; &lt;Tiptap.Content /&gt; &lt;Tiptap.BubbleMenu&gt;My Bubble Menu&lt;/Tiptap.BubbleMenu&gt; &lt;Tiptap.FloatingMenu&gt;My Floating Menu&lt;/Tiptap.FloatingMenu&gt; &lt;MenuBar /&gt; {/* MenuBar can use the new <code>useTiptap</code> hook to read the editor instance from context */} &lt;/Tiptap&gt; ) } </code></pre></p> <p>Deprecation plan</p> <ul> <li>The old imperative setup will remain fully backward-compatible for this major release. We plan to deprecate (and remove) the legacy setup in the next major version — a deprecation notice and migration guide will be published ahead of that change.</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text-align/CHANGELOG.md"><code>@​tiptap/extension-text-align</code>'s changelog</a>.</em></p> <blockquote> <h2>3.18.0</h2> <h3>Patch Changes</h3> <ul> <li><code>@​tiptap/core</code><a href="https://github.com/3"><code>@​3</code></a>.18.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ueberdosis/tiptap/commit/a0ab1d6c502b291fbfdf70e04193edf726e01f65"><code>a0ab1d6</code></a> chore(release): publish a new release version (<a href="https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align/issues/7460">#7460</a>)</li> <li>See full diff in <a href="https://github.com/ueberdosis/tiptap/commits/v3.18.0/packages/extension-text-align">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tiptap/extension-text-align&package-manager=npm_and_yarn&previous-version=3.17.1&new-version=3.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.