Release new stable release - #2
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
ListKeymapnow registers aTabshortcut 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 (sinkListItemkeeps 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/corealso exposes a newgetPreviousBlockSibling($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/extension-list@3.30.0
Minor Changes
0247d39:
ListKeymapnow registers aTabshortcut 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 (sinkListItemkeeps 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/corealso exposes a newgetPreviousBlockSibling($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/extension-character-count@3.30.0
Patch Changes
@tiptap/extension-dropcursor@3.30.0
Patch Changes
@tiptap/extension-focus@3.30.0
Patch Changes
@tiptap/extension-gapcursor@3.30.0
Patch Changes
@tiptap/extension-history@3.30.0
Patch Changes
@tiptap/extension-list-item@3.30.0
Patch Changes
@tiptap/extension-list-keymap@3.30.0
Patch Changes
@tiptap/extension-placeholder@3.30.0
Patch Changes
@tiptap/extension-table-cell@3.30.0
Patch Changes
@tiptap/extension-table-header@3.30.0
Patch Changes
@tiptap/extension-table-row@3.30.0
Patch Changes
@tiptap/extension-task-item@3.30.0
Patch Changes
@tiptap/extension-task-list@3.30.0
Patch Changes
@tiptap/extension-audio@3.30.0
Patch Changes
@tiptap/extension-blockquote@3.30.0
Patch Changes
@tiptap/extension-bold@3.30.0
Patch Changes
@tiptap/extension-bubble-menu@3.30.0
Patch Changes
@tiptap/extension-bullet-list@3.30.0
Patch Changes
@tiptap/extension-code@3.30.0
Patch Changes
@tiptap/extension-code-block@3.30.0
Patch Changes
@tiptap/extension-code-block-lowlight@3.30.0
Patch Changes
@tiptap/extension-collaboration@3.30.0
Patch Changes
@tiptap/extension-collaboration-caret@3.30.0
Patch Changes
@tiptap/extension-color@3.30.0
Patch Changes
@tiptap/extension-details@3.30.0
Patch Changes
@tiptap/extension-document@3.30.0
Patch Changes
@tiptap/extension-drag-handle@3.30.0
Patch Changes
@tiptap/extension-drag-handle-react@3.30.0
Patch Changes
DragHandlebreaking drag-and-drop whenonNodeChangeis an inline callback, by no longer re-registering its plugin when a callback's identity changes.@tiptap/extension-drag-handle-vue-2@3.30.0
Patch Changes
@tiptap/extension-drag-handle-vue-3@3.30.0
Patch Changes
@tiptap/extension-emoji@3.30.0
Patch Changes
@tiptap/extension-file-handler@3.30.0
Patch Changes
@tiptap/extension-find-and-replace@3.30.0
Patch Changes
@tiptap/extension-floating-menu@3.30.0
Patch Changes
@tiptap/extension-font-family@3.30.0
Patch Changes
@tiptap/extension-hard-break@3.30.0
Patch Changes
@tiptap/extension-heading@3.30.0
Patch Changes
@tiptap/extension-highlight@3.30.0
Patch Changes
@tiptap/extension-horizontal-rule@3.30.0
Patch Changes
@tiptap/extension-image@3.30.0
Patch Changes
@tiptap/extension-invisible-characters@3.30.0
Patch Changes
@tiptap/extension-italic@3.30.0
Patch Changes
@tiptap/extension-link@3.30.0
Patch Changes
@tiptap/extension-mathematics@3.30.0
Patch Changes
@tiptap/extension-mention@3.30.0
Patch Changes
@tiptap/extension-node-range@3.30.0
Patch Changes
@tiptap/extension-ordered-list@3.30.0
Patch Changes
@tiptap/extension-paragraph@3.30.0
Patch Changes
@tiptap/extension-ruby-text@3.30.0
Patch Changes
@tiptap/extension-strike@3.30.0
Patch Changes
@tiptap/extension-subscript@3.30.0
Patch Changes
@tiptap/extension-superscript@3.30.0
Patch Changes
@tiptap/extension-table@3.30.0
Patch Changes
@tiptap/extension-table-of-contents@3.30.0
Patch Changes
@tiptap/extension-text@3.30.0
Patch Changes
@tiptap/extension-text-align@3.30.0
Patch Changes
@tiptap/extension-text-style@3.30.0
Patch Changes
@tiptap/extension-twitch@3.30.0
Patch Changes
@tiptap/extension-typography@3.30.0
Patch Changes
@tiptap/extension-underline@3.30.0
Patch Changes
@tiptap/extension-unique-id@3.30.0
Patch Changes
@tiptap/extension-youtube@3.30.0
Patch Changes
@tiptap/extensions@3.30.0
Patch Changes
@tiptap/html@3.30.0
Patch Changes
@tiptap/markdown@3.30.0
Patch Changes
@tiptap/react@3.30.0
Patch Changes
@tiptap/starter-kit@3.30.0
Patch Changes
@tiptap/static-renderer@3.30.0
Patch Changes
@tiptap/suggestion@3.30.0
Patch Changes
@tiptap/vue-2@3.30.0
Patch Changes
@tiptap/vue-3@3.30.0
Patch Changes
@tiptap/pm@3.30.0