fix(deps): update tiptap to ^2.9.1 (main) #6586
Merged
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 contains the following updates:
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
^2.8.0
->^2.9.1
Release Notes
ueberdosis/tiptap (@tiptap/core)
v2.9.1
Compare Source
v2.9.0
Compare Source
Patch Changes
ffb51d3
: insertContentAt, setContent, and insertContent commands now respect the editor's pre-defined parseOptions configuration if the command does not specify it's own parseOptions873a67c
: This allows the Editor isntance to unregister multiple plugins in a single editor state replacementd96f679
: Fixed an issue while updating attributes on a NodePos that was not a texte606c06
: Updates the typings ofDecorationsWithTypes
to be more accurate to the prosemirror implementation even though it is not completely exposed as an APIa2eea24
: Added role and aria-label attributes to the contenteditable field for better screenreader support and mouseless controlsd96f679
: Fixed issues with NodePos child positions causing wrong positions when used on non-text atoms4efd227
: Fixed an issue with getMarkRange not returning the correct range when cursor is at the start of the specified markueberdosis/tiptap (@tiptap/extension-blockquote)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-bold)
v2.9.1
Compare Source
v2.9.0
Compare Source
Patch Changes
6fae240
: Add parse rules that reset bold & italic marksueberdosis/tiptap (@tiptap/extension-bullet-list)
v2.9.1
Compare Source
Patch Changes
0c9004f
: This resolves an issue where the bullet-list and ordered-list extensions were depending on the list-item and text-style extensions unneccesarily. They are no longer imported and constants are used instead.v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-character-count)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-code)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-code-block)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-code-block-lowlight)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-collaboration)
v2.9.1
Compare Source
v2.9.0
Compare Source
Minor Changes
873a67c
: When collaborating on a document, a client may send changes which are invalid to the current client. This change makes it so that the client can be disabled from synchronizing any further changes to avoid the default behavior of stripping unknown content. This would allow the other client to continue editing on the document while still synchronizing any known changes.ueberdosis/tiptap (@tiptap/extension-collaboration-cursor)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-document)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-dropcursor)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-gapcursor)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-hard-break)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-heading)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-history)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-horizontal-rule)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-image)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-italic)
v2.9.1
Compare Source
v2.9.0
Compare Source
Patch Changes
6fae240
: Add parse rules that reset bold & italic marksueberdosis/tiptap (@tiptap/extension-link)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-list-item)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-mention)
v2.9.1
Compare Source
v2.9.0
Compare Source
Patch Changes
ae711ab
: Increase mention extension priority to allow mentions to be inserted in lists using the Enter keyueberdosis/tiptap (@tiptap/extension-ordered-list)
v2.9.1
Compare Source
Patch Changes
0c9004f
: This resolves an issue where the bullet-list and ordered-list extensions were depending on the list-item and text-style extensions unneccesarily. They are no longer imported and constants are used instead.v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-paragraph)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-placeholder)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-strike)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-table)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-table-cell)
v2.9.1
Compare Source
v2.9.0
Compare Source
Patch Changes
21df331
: Tables now properly respect colwidths with multiple values, fixing resizeable columns when the first row has a colspanueberdosis/tiptap (@tiptap/extension-table-header)
v2.9.1
Compare Source
v2.9.0
Compare Source
Patch Changes
21df331
: Tables now properly respect colwidths with multiple values, fixing resizeable columns when the first row has a colspanueberdosis/tiptap (@tiptap/extension-table-row)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-task-item)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-task-list)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-text)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-underline)
v2.9.1
Compare Source
v2.9.0
Compare Source
ueberdosis/tiptap (@tiptap/pm)
v2.9.1
Compare Source
v2.9.0
Compare Source
Patch Changes
feea1f6
: Update prosemirror-view versionueberdosis/tiptap (@tiptap/suggestion)
[
v2.9.1
](https://redirect.github.com/ueberdosis/tiptap/blob/HEAD/packages/suggestion/CHANGELOG.md#29Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, 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.
This PR was generated by Mend Renovate. View the repository job log.