fix(deps): update tiptap to ^2.11.7 (main)#6687
Merged
github-actions[bot] merged 3 commits intomainfrom Apr 2, 2025
Merged
Conversation
a3fecaa to
0007042
Compare
Member
|
The tests for links without protocol fail - seems like autolink now also happens for links without protocol, even though we don't want this? 🤔 |
Member
|
Might be ueberdosis/tiptap#5808 |
0007042 to
f5e22c1
Compare
f5e22c1 to
d20a483
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6687 +/- ##
==========================================
+ Coverage 51.87% 58.79% +6.91%
==========================================
Files 478 477 -1
Lines 40641 35855 -4786
Branches 990 988 -2
==========================================
- Hits 21084 21080 -4
+ Misses 19451 14670 -4781
+ Partials 106 105 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d20a483 to
bab164e
Compare
bab164e to
ed70d8a
Compare
2762650 to
8898ce3
Compare
8898ce3 to
be2c55d
Compare
be2c55d to
165c1b0
Compare
165c1b0 to
2da01c0
Compare
2da01c0 to
80246c2
Compare
`__serializeForClipboard` is no longer exported in prosemirror. It's available through `editor.view` instead. See ProseMirror/prosemirror#1510 Signed-off-by: Jonas <jonas@freesources.org>
80246c2 to
2aeac40
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Signed-off-by: Jonas <jonas@freesources.org>
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 contains the following updates:
^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7^2.9.1->^2.11.7Release Notes
ueberdosis/tiptap (@tiptap/core)
v2.11.7Compare Source
Releases
@tiptap/core@2.11.7
Patch Changes
e23882d: Clone dragged node before dragging to get correct drag preview image@tiptap/extension-table@2.11.7
Patch Changes
a44a311: Added new export for TableView classFull Changelog: ueberdosis/tiptap@v2.11.6...v2.11.7
v2.11.6Compare Source
Patch Changes
826cfe7: Export focusEvents plugin keyv2.11.5Compare Source
v2.11.4Compare Source
v2.11.3Compare Source
Patch Changes
a44a7c3: fix(core): do not reset marks, or nodes when using IME on mobile devicesfa63c47: Focus synchronously only if on iOS or Android #4448v2.11.2Compare Source
Patch Changes
2abd4df: Re-releasev2.11.1Compare Source
v2.11.0Compare Source
Minor Changes
8c619c6: AddrewriteUnknownContenthelper, which can strip your editor JSON of content which is invalid within the current editor's schemaPatch Changes
283e606: Fixed an issue on Android where the focus command would cause the keyboard to flashca6269e: Added support for drag-and-drop between multiple editorse0dfecc: Updates the typings to be inline with prosemirror-view #5867722ec00: Use anAllSelectionfor theselectAllcommand #5516b7ef150: Fixed an issue with nodeviews preventing any drag events in child nodes of the nodeview wrapper elementv2.10.4Compare Source
v2.10.3Compare Source
Patch Changes
7c6774e: Updates the typings to be inline with Prosemirror-view #5867v2.10.2Compare Source
Patch Changes
e7f143d: This reverts typings that were causing issues for users #5859v2.10.1Compare Source
Patch Changes
87d63d8: Update TypeScript types to allow options to be optionalv2.10.0Compare Source
Minor Changes
7619215: Previously, only a json representation of the node could be inserted into the editor. This change allows for the insertion of ProsemirrorNodes andFragments directly into the editor through theinsertContentAt,setContentandinsertContentcommands.Patch Changes
7619215: preserve existing node attributes when running setNode7619215: Addresses a bug withinsertContentAt'ssimulatedPasteRulesoption where it could only accept text and not ProsemirrorNodeandContent7619215: Updates the types ofaddOptionsandaddStorageto have the parent be possibly undefined which is the most accurate typing7619215: feat: addonceto EventEmitters7619215: Add NodelinebreakReplacementsupport and enable on hard-break nodes7619215: Improve handling of selections withupdateAttributes. Should no longer modify parent nodes of the same type.2ea807d: getMarkRange would greedily match more content than it should have if it was the same type of mark, now it will match only the mark at the position #3872Configuration
📅 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.