fix(deps): update tiptap monorepo to ^2.10.4 #2260
Open
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.10.4
^2.9.1
->^2.10.4
^2.9.1
->^2.10.4
^2.9.1
->^2.10.4
^2.9.1
->^2.10.4
^2.9.1
->^2.10.4
^2.9.1
->^2.10.4
Release Notes
ueberdosis/tiptap (@tiptap/core)
v2.10.4
Compare Source
v2.10.3
Compare Source
What's Changed
content
larger than limit should truncate #5851 (#5862)Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3
v2.10.2
Compare Source
Patch Changes
e7f143d
: This reverts typings that were causing issues for users #5859v2.10.1
Compare Source
What's Changed
Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1
v2.10.0
Compare 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 ProsemirrorNode
s andFragment
s directly into the editor through theinsertContentAt
,setContent
andinsertContent
commands.Patch Changes
7619215
: preserve existing node attributes when running setNode7619215
: Addresses a bug withinsertContentAt
'ssimulatedPasteRules
option where it could only accept text and not ProsemirrorNode
andContent
7619215
: Updates the types ofaddOptions
andaddStorage
to have the parent be possibly undefined which is the most accurate typing7619215
: feat: addonce
to EventEmitters7619215
: Add NodelinebreakReplacement
support 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 #3872ueberdosis/tiptap (@tiptap/extension-image)
v2.10.4
Compare Source
v2.10.3
Compare Source
What's Changed
content
larger than limit should truncate #5851 (#5862)Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3
v2.10.2
Compare Source
v2.10.1
Compare Source
v2.10.0
Compare Source
ueberdosis/tiptap (@tiptap/extension-link)
v2.10.4
Compare Source
v2.10.3
Compare Source
What's Changed
content
larger than limit should truncate #5851 (#5862)Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3
v2.10.2
Compare Source
What's Changed
Full Changelog: ueberdosis/tiptap@v2.10.1...v2.10.2
v2.10.1
Compare Source
What's Changed
Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1
v2.10.0
Compare Source
Patch Changes
7619215
: The link extension'svalidate
option now applies to both auto-linking and XSS mitigation. While, the newshouldAutoLink
option is used to disable auto linking on an otherwise valid url.ueberdosis/tiptap (@tiptap/extension-placeholder)
v2.10.4
Compare Source
v2.10.3
Compare Source
What's Changed
content
larger than limit should truncate #5851 (#5862)Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3
v2.10.2
Compare Source
What's Changed
Full Changelog: ueberdosis/tiptap@v2.10.1...v2.10.2
v2.10.1
Compare Source
What's Changed
Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1
v2.10.0
Compare Source
ueberdosis/tiptap (@tiptap/pm)
v2.10.4
Compare Source
v2.10.3
Compare Source
What's Changed
content
larger than limit should truncate #5851 (#5862)Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3
v2.10.2
Compare Source
What's Changed
Full Changelog: ueberdosis/tiptap@v2.10.1...v2.10.2
v2.10.1
Compare Source
What's Changed
Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1
v2.10.0
Compare Source
ueberdosis/tiptap (@tiptap/react)
v2.10.4
Compare Source
v2.10.3
Compare Source
What's Changed
content
larger than limit should truncate #5851 (#5862)Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3
v2.10.2
Compare Source
Patch Changes
v2.10.1
Compare Source
Patch Changes
v2.10.0
Compare Source
Patch Changes
5eee480
: React 19 changes how refs works, it will double mount them, all that we needed to do though was to use the JSX transform instead of createElement directly #58467619215
: This changes useEditorState to use the useLayoutEffect hook instead of the useEffect hook, so that state that might render to the page can be committed in one pass instead of two.7619215
: Fixes an issue where the bubble and flaoting menus on blur would remount7619215
: React 19 is now allowed as a peer dep, we did not have to make any changes for React 197619215
]7619215
]1959eb5
]ueberdosis/tiptap (@tiptap/starter-kit)
v2.10.4
Compare Source
v2.10.3
Compare Source
What's Changed
content
larger than limit should truncate #5851 (#5862)Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3
v2.10.2
Compare Source
What's Changed
Full Changelog: ueberdosis/tiptap@v2.10.1...v2.10.2
v2.10.1
Compare Source
What's Changed
Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1
v2.10.0
Compare Source
Patch Changes
7619215
]7619215
]7619215
]7619215
]7619215
]7619215
]7619215
]2ea807d
]Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.