Skip to content

Release new stable release - #2

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Release new stable release#2
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tiptap/core@3.30.0

Minor Changes

  • 0247d39: ListKeymap now registers a Tab shortcut that sinks a top-level textblock into the previous list's last item. Pressing Tab at the start of a paragraph right after a bullet/ordered/task list moves the paragraph inside the last list item. The handler does nothing when the cursor is already inside a list item (sinkListItem keeps working), when there is no list before the paragraph, when the caret is mid-textblock, or when the selection is not a text selection (for example a gap cursor).

    @tiptap/core also exposes a new getPreviousBlockSibling($pos) helper that returns the block-level sibling before the cursor's textblock, or null at the first child of the block parent.

Patch Changes

  • @tiptap/pm@3.30.0

@tiptap/extension-list@3.30.0

Minor Changes

  • 0247d39: ListKeymap now registers a Tab shortcut that sinks a top-level textblock into the previous list's last item. Pressing Tab at the start of a paragraph right after a bullet/ordered/task list moves the paragraph inside the last list item. The handler does nothing when the cursor is already inside a list item (sinkListItem keeps working), when there is no list before the paragraph, when the caret is mid-textblock, or when the selection is not a text selection (for example a gap cursor).

    @tiptap/core also exposes a new getPreviousBlockSibling($pos) helper that returns the block-level sibling before the cursor's textblock, or null at the first child of the block parent.

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-character-count@3.30.0

Patch Changes

  • @tiptap/extensions@3.30.0

@tiptap/extension-dropcursor@3.30.0

Patch Changes

  • @tiptap/extensions@3.30.0

@tiptap/extension-focus@3.30.0

Patch Changes

  • @tiptap/extensions@3.30.0

@tiptap/extension-gapcursor@3.30.0

Patch Changes

  • @tiptap/extensions@3.30.0

@tiptap/extension-history@3.30.0

Patch Changes

  • @tiptap/extensions@3.30.0

@tiptap/extension-list-item@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/extension-list@3.30.0

@tiptap/extension-list-keymap@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/extension-list@3.30.0

@tiptap/extension-placeholder@3.30.0

Patch Changes

  • @tiptap/extensions@3.30.0

@tiptap/extension-table-cell@3.30.0

Patch Changes

  • @tiptap/extension-table@3.30.0

@tiptap/extension-table-header@3.30.0

Patch Changes

  • @tiptap/extension-table@3.30.0

@tiptap/extension-table-row@3.30.0

Patch Changes

  • @tiptap/extension-table@3.30.0

@tiptap/extension-task-item@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/extension-list@3.30.0

@tiptap/extension-task-list@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/extension-list@3.30.0

@tiptap/extension-audio@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-blockquote@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-bold@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-bubble-menu@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-bullet-list@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/extension-list@3.30.0

@tiptap/extension-code@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-code-block@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

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

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/extension-code-block@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-collaboration@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-collaboration-caret@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-color@3.30.0

Patch Changes

  • @tiptap/extension-text-style@3.30.0

@tiptap/extension-details@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/extension-text-style@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-document@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-drag-handle@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/extension-collaboration@3.30.0
    • @tiptap/extension-node-range@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-drag-handle-react@3.30.0

Patch Changes

  • 390d4db: Fixed the React DragHandle breaking drag-and-drop when onNodeChange is an inline callback, by no longer re-registering its plugin when a callback's identity changes.
    • @tiptap/extension-drag-handle@3.30.0
    • @tiptap/react@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-drag-handle-vue-2@3.30.0

Patch Changes

  • @tiptap/extension-drag-handle@3.30.0
  • @tiptap/vue-2@3.30.0
  • @tiptap/pm@3.30.0

@tiptap/extension-drag-handle-vue-3@3.30.0

Patch Changes

  • @tiptap/extension-drag-handle@3.30.0
  • @tiptap/vue-3@3.30.0
  • @tiptap/pm@3.30.0

@tiptap/extension-emoji@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/suggestion@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-file-handler@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/extension-text-style@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-find-and-replace@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-floating-menu@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-font-family@3.30.0

Patch Changes

  • @tiptap/extension-text-style@3.30.0

@tiptap/extension-hard-break@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-heading@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-highlight@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-horizontal-rule@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-image@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-invisible-characters@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/extension-text-style@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-italic@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-link@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-mathematics@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-mention@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/suggestion@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-node-range@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-ordered-list@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/extension-list@3.30.0

@tiptap/extension-paragraph@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-ruby-text@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-strike@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-subscript@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-superscript@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-table@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-table-of-contents@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-text@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-text-align@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-text-style@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-twitch@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-typography@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-underline@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extension-unique-id@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/extension-youtube@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0

@tiptap/extensions@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/html@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/markdown@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/react@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/starter-kit@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/extension-list@3.30.0
    • @tiptap/core@3.30.0
    • @tiptap/extension-list-item@3.30.0
    • @tiptap/extension-list-keymap@3.30.0
    • @tiptap/extension-bullet-list@3.30.0
    • @tiptap/extension-ordered-list@3.30.0
    • @tiptap/extension-blockquote@3.30.0
    • @tiptap/extension-bold@3.30.0
    • @tiptap/extension-code@3.30.0
    • @tiptap/extension-code-block@3.30.0
    • @tiptap/extension-document@3.30.0
    • @tiptap/extension-hard-break@3.30.0
    • @tiptap/extension-heading@3.30.0
    • @tiptap/extension-horizontal-rule@3.30.0
    • @tiptap/extension-italic@3.30.0
    • @tiptap/extension-link@3.30.0
    • @tiptap/extension-paragraph@3.30.0
    • @tiptap/extension-strike@3.30.0
    • @tiptap/extension-text@3.30.0
    • @tiptap/extension-underline@3.30.0
    • @tiptap/extensions@3.30.0
    • @tiptap/extension-dropcursor@3.30.0
    • @tiptap/extension-gapcursor@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/static-renderer@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/suggestion@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/vue-2@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/vue-3@3.30.0

Patch Changes

  • Updated dependencies [0247d39]
    • @tiptap/core@3.30.0
    • @tiptap/pm@3.30.0

@tiptap/pm@3.30.0

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