Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2026

This PR contains the following updates:

Package Change Age Confidence
@tiptap/extension-placeholder (source) 3.14.03.18.0 age confidence
@tiptap/pm (source) 3.14.03.18.0 age confidence
@tiptap/react (source) 3.14.03.18.0 age confidence
@tiptap/starter-kit (source) 3.14.03.18.0 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/extension-placeholder)

v3.18.0

Compare Source

Patch Changes

v3.17.1

Compare Source

Patch Changes

v3.17.0

Compare Source

Patch Changes

v3.16.0

Compare Source

Patch Changes

v3.15.3

Compare Source

Patch Changes

v3.15.2

Compare Source

Patch Changes

v3.15.1

Compare Source

Patch Changes

v3.15.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/pm)

v3.18.0

Compare Source

v3.17.1

Compare Source

v3.17.0

Compare Source

v3.16.0

Compare Source

v3.15.3

Compare Source

v3.15.2

Compare Source

v3.15.1

Compare Source

v3.15.0

Compare Source

ueberdosis/tiptap (@​tiptap/react)

v3.18.0

Compare Source

Minor Changes
  • 328aedb: 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 '@&#8203;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.
Patch Changes

v3.17.1

Compare Source

Patch Changes

v3.17.0

Compare Source

Patch Changes

v3.16.0

Compare Source

Minor Changes
  • 9516ee0: Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')
Patch Changes

v3.15.3

Compare Source

Patch Changes

v3.15.2

Compare Source

Patch Changes

v3.15.1

Compare Source

Patch Changes

v3.15.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/starter-kit)

v3.18.0

Compare Source

Patch Changes

v3.17.1

Compare Source

@​tiptap/extension-paragraph
Patch Changes
  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
@​tiptap/markdown
Patch Changes
  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value
@​tiptap/vue-3
Patch Changes
  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events
@​tiptap/extension-collaboration-caret
Patch Changes
  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.
@​tiptap/extension-collaboration
Patch Changes
  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.
@​tiptap/extension-drag-handle
Patch Changes
  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.
@​tiptap/html
Patch Changes
  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom
@​tiptap/extension-bubble-menu
Patch Changes
  • Fixed bubble and floating menus to properly handle hide middleware data, hiding menus when reference element is scrolled out of view
@​tiptap/extension-floating-menu
Patch Changes
  • Fixed bubble and floating menus to properly handle hide middleware data, hiding menus when reference element is scrolled out of view
@​tiptap/core
Patch Changes
  • Fixed $nodes() method to correctly return inline nodes (like text, mention, etc.) by fixing the children getter in NodePos class
  • Fixed ResizableNodeView contentDOM getter to return null instead of undefined for proper TypeScript compatibility
@​tiptap/extension-list
Patch Changes
  • Fixed ordered list numbering when list has a non-default start value

v3.17.0

Compare Source

Patch Changes

v3.16.0

Compare Source

Patch Changes

v3.15.3

Compare Source

Patch Changes

v3.15.2

Compare Source

Patch Changes

v3.15.1

Compare Source

Patch Changes

v3.15.0

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Jan 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
stack-docs Ready Ready Preview, Comment Jan 28, 2026 6:52pm

@changeset-bot
Copy link

changeset-bot bot commented Jan 5, 2026

⚠️ No Changeset found

Latest commit: d61134f

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Coverage Report for Core Package Coverage (./packages/core)

Status Category Percentage Covered / Total
🔵 Lines 86.17% 455 / 528
🔵 Statements 85.45% 464 / 543
🔵 Functions 97.22% 70 / 72
🔵 Branches 73.86% 325 / 440
File CoverageNo changed files found.
Generated in workflow #923 for commit d61134f by the Vitest Coverage Report Action

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Coverage Report for UI Package Coverage (./packages/ui)

Status Category Percentage Covered / Total
🔵 Lines 76.03% 92 / 121
🔵 Statements 75.39% 95 / 126
🔵 Functions 75.6% 31 / 41
🔵 Branches 65.78% 75 / 114
File CoverageNo changed files found.
Generated in workflow #923 for commit d61134f by the Vitest Coverage Report Action

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Coverage Report for CLI Package Coverage (./packages/cli)

Status Category Percentage Covered / Total
🔵 Lines 78.46% 1137 / 1449
🔵 Statements 78.07% 1179 / 1510
🔵 Functions 84.53% 153 / 181
🔵 Branches 68.43% 516 / 754
File CoverageNo changed files found.
Generated in workflow #923 for commit d61134f by the Vitest Coverage Report Action

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Coverage Report for Auth Package Coverage (./packages/auth)

Status Category Percentage Covered / Total
🔵 Lines 64.49% 89 / 138
🔵 Statements 61.03% 94 / 154
🔵 Functions 74.46% 35 / 47
🔵 Branches 62.79% 54 / 86
File CoverageNo changed files found.
Generated in workflow #923 for commit d61134f by the Vitest Coverage Report Action

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Coverage Report for Storage Package Coverage (./packages/storage)

Status Category Percentage Covered / Total
🔵 Lines 42.44% 73 / 172
🔵 Statements 42.77% 74 / 173
🔵 Functions 42.85% 15 / 35
🔵 Branches 40.13% 61 / 152
File CoverageNo changed files found.
Generated in workflow #923 for commit d61134f by the Vitest Coverage Report Action

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Coverage Report for RAG Package Coverage (./packages/rag)

Status Category Percentage Covered / Total
🔵 Lines 47.97% 355 / 740
🔵 Statements 48.14% 377 / 783
🔵 Functions 54.26% 70 / 129
🔵 Branches 42.55% 180 / 423
File CoverageNo changed files found.
Generated in workflow #923 for commit d61134f by the Vitest Coverage Report Action

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Coverage Report for Storage S3 Package Coverage (./packages/storage-s3)

Status Category Percentage Covered / Total
🔵 Lines 100% 40 / 40
🔵 Statements 100% 40 / 40
🔵 Functions 100% 9 / 9
🔵 Branches 100% 19 / 19
File CoverageNo changed files found.
Generated in workflow #923 for commit d61134f by the Vitest Coverage Report Action

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Coverage Report for Storage Vercel Package Coverage (./packages/storage-vercel)

Status Category Percentage Covered / Total
🔵 Lines 100% 38 / 38
🔵 Statements 100% 38 / 38
🔵 Functions 100% 8 / 8
🔵 Branches 100% 22 / 22
File CoverageNo changed files found.
Generated in workflow #923 for commit d61134f by the Vitest Coverage Report Action

@renovate renovate bot changed the title Update tiptap monorepo to v3.15.0 Update tiptap monorepo to v3.15.1 Jan 6, 2026
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from ae3618b to 0af141f Compare January 6, 2026 13:28
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 0af141f to a5b4828 Compare January 7, 2026 12:42
@renovate renovate bot changed the title Update tiptap monorepo to v3.15.1 Update tiptap monorepo to v3.15.2 Jan 7, 2026
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from a5b4828 to 6ba86e0 Compare January 7, 2026 17:31
@renovate renovate bot changed the title Update tiptap monorepo to v3.15.2 Update tiptap monorepo to v3.15.3 Jan 7, 2026
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 6ba86e0 to 05b02f2 Compare January 19, 2026 18:01
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 05b02f2 to 57224ba Compare January 20, 2026 13:15
@renovate renovate bot changed the title Update tiptap monorepo to v3.15.3 Update tiptap monorepo to v3.16.0 Jan 20, 2026
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 57224ba to 72c4968 Compare January 23, 2026 14:04
@renovate renovate bot changed the title Update tiptap monorepo to v3.16.0 Update tiptap monorepo to v3.17.0 Jan 23, 2026
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 72c4968 to e2abe71 Compare January 24, 2026 17:29
@renovate renovate bot changed the title Update tiptap monorepo to v3.17.0 Update tiptap monorepo to v3.17.1 Jan 24, 2026
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 13b16c1 to d61134f Compare January 28, 2026 18:51
@renovate renovate bot changed the title Update tiptap monorepo to v3.17.1 Update tiptap monorepo to v3.18.0 Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants