fix(deps): update tiptap monorepo to v3.23.4#128
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
9cd3a8c to
734ab48
Compare
734ab48 to
3b1ae0f
Compare
3b1ae0f to
7008ade
Compare
7008ade to
f21be82
Compare
f21be82 to
07f53ff
Compare
3603a18 to
aee2a6b
Compare
aee2a6b to
632d132
Compare
632d132 to
48ca34b
Compare
48ca34b to
3b9d8df
Compare
017953d to
177d745
Compare
177d745 to
283c731
Compare
283c731 to
0b77dd3
Compare
8b7cb2a to
7cf635e
Compare
7cf635e to
fba03ac
Compare
a7ab1b2 to
965dcce
Compare
965dcce to
a13dd10
Compare
a13dd10 to
1e93770
Compare
1e93770 to
fc958b5
Compare
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:
3.20.1→3.23.43.20.1→3.23.43.20.1→3.23.43.20.1→3.23.43.20.1→3.23.43.20.1→3.23.43.20.1→3.23.43.20.1→3.23.43.20.1→3.23.43.20.1→3.23.4Release Notes
ueberdosis/tiptap (@tiptap/core)
v3.23.4Compare Source
Patch Changes
v3.23.2Compare Source
Patch Changes
f98eaaf: Fix"HTML entity encoding ingetHTML()output for inline style attributes. Adds agetStylePropertyutility to@tiptap/coreand migratesColor,BackgroundColor,FontFamily,FontSize,LineHeight, andHighlightextensions to use it (#7016)v3.23.1Compare Source
Patch Changes
v3.22.5Compare Source
Patch Changes
a375002: AddselectedOnTextSelectionoption to node view renderers. When enabled, theselectedprop also becomes true when a TextSelection is fully inside the node's range, not only on NodeSelection.v3.22.4Compare Source
Patch Changes
27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts64f36b8: Fix text selection collapsing after toggling off a list with AllSelection27ea931]032f8f1]v3.22.3Patch Changes
cb28e7b: FixedinsertContentAtcorrupting the document when inserting inline content with marks at the start of a paragraph. Thefrom - 1position adjustment now only applies to block-level content.v3.22.2Patch Changes
f1d504c: Fix incorrect selection placement when pasting at the end of a marked text node, ensuring inclusive marks are respected404c683: Fixes list toggling when the entire document is selectedv3.22.1Compare Source
Patch Changes
ee03ac0: Fix NodeView not re-rendering when a node's position changes without content or decoration changes (e.g. when a sibling node is moved within the same parent)b88f9ed: Don't stop dragover/dragenter events in NodeViews, to prevent spurious drag-copy cursorsv3.22.0Compare Source
Patch Changes
912a49b: Fix HTML character escaping in markdown roundtrip. HTML entities (<,>,&,") are now decoded to literal characters when parsing markdown into the editor.<,>, and&are re-encoded when serializing back to markdown, while"is preserved as a literal character since double quotes are ordinary in markdown. Code detection for skipping encoding now uses thecode: trueextension spec instead of hardcoded type names. Literal characters inside code blocks and inline code are always preserved.7d4fb9a: Fix ResizableNodeView ignoring node's inline setting by usinginline-flexfor inline nodes andflexfor block nodes0c1c112: extendMarkRange defaults to using the attributes of the first mark of the given type, instead ofattributes = {}. In particular,extendMarkRange('link')no longer extends to adjacent links with different hrefs; restore the previous behavior withextendMarkRange('link', {}).0c1c112: Fix getMarkRange attributes default to consider the first mark of the given typef99bdc2: Guard mark delete event handling whenunsetMarkremoves a mark from inline content that starts at position0, preventing aRangeErrorduring the before-node lookup.v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
v3.20.4Patch Changes
0bcf3c2: Fixed Tiptap not publishing with build dist artifactsv3.20.3Compare Source
Patch Changes
c94fac4: FixedisNodeEmpty()so multi-line text with non-whitespace content is no longer treated as empty whenignoreWhitespaceis enabled.6b9ea92: Fixed overlapping bold and italic markdown serialization and round-tripping.v3.20.2Compare Source
Patch Changes
269823d: Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.ueberdosis/tiptap (@tiptap/extension-bubble-menu)
v3.23.4Compare Source
Patch Changes
v3.23.2Compare Source
Patch Changes
f98eaaf]v3.23.1Compare Source
Patch Changes
v3.22.5Compare Source
Patch Changes
a375002]v3.22.4Compare Source
Patch Changes
27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts27ea931]64f36b8]032f8f1]v3.22.3Patch Changes
cb28e7b]v3.22.2Patch Changes
22b1527: Add new transaction meta handlers to programmatically show & hide the floating & bubble menus viatransaction.setMeta('menuKey', 'show')andtransaction.setMeta('menuKey', 'hide')f1d504c]404c683]v3.22.1Compare Source
Patch Changes
ee03ac0]b88f9ed]v3.22.0Compare Source
Patch Changes
b6b46c9: Prevent hidden bubble menus from reappearing during scroll and resize updates. Bubble menu positioning now only runs for menus that are already shown, so default text-selection menus stay hidden until they should actually open.912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
v3.20.4Patch Changes
0bcf3c2]v3.20.3Compare Source
Patch Changes
c94fac4]6b9ea92]v3.20.2Compare Source
Patch Changes
269823d]ueberdosis/tiptap (@tiptap/extension-character-count)
v3.23.4Compare Source
Patch Changes
57e53c1]v3.23.2Compare Source
Patch Changes
v3.23.1Compare Source
Patch Changes
v3.22.5Compare Source
Patch Changes
v3.22.4Compare Source
Patch Changes
27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts27ea931]v3.22.3Patch Changes
v3.22.2Patch Changes
v3.22.1Compare Source
Patch Changes
v3.22.0Compare Source
Patch Changes
v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
0c2bbfe]v3.20.4Patch Changes
v3.20.3Compare Source
Patch Changes
v3.20.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-floating-menu)
v3.23.4Compare Source
Patch Changes
v3.23.2Compare Source
Patch Changes
f98eaaf]v3.23.1Compare Source
Patch Changes
v3.22.5Compare Source
Patch Changes
a375002]v3.22.4Compare Source
Patch Changes
27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts27ea931]64f36b8]032f8f1]v3.22.3Patch Changes
cb28e7b]v3.22.2Patch Changes
22b1527: Add new transaction meta handlers to programmatically show & hide the floating & bubble menus viatransaction.setMeta('menuKey', 'show')andtransaction.setMeta('menuKey', 'hide')f1d504c]404c683]v3.22.1Compare Source
Patch Changes
ee03ac0]b88f9ed]v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
v3.20.4Patch Changes
0bcf3c2]v3.20.3Compare Source
Patch Changes
c94fac4]6b9ea92]v3.20.2Compare Source
Patch Changes
269823d]ueberdosis/tiptap (@tiptap/extension-highlight)
v3.23.4Compare Source
Patch Changes
v3.23.2Compare Source
Patch Changes
f98eaaf: Fix"HTML entity encoding ingetHTML()output for inline style attributes. Adds agetStylePropertyutility to@tiptap/coreand migratesColor,BackgroundColor,FontFamily,FontSize,LineHeight, andHighlightextensions to use it (#7016)f98eaaf]v3.23.1Compare Source
Patch Changes
v3.22.5Compare Source
Patch Changes
a375002]v3.22.4Compare Source
Patch Changes
27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts27ea931]64f36b8]v3.22.3Patch Changes
cb28e7b]v3.22.2Patch Changes
f1d504c]404c683]v3.22.1Compare Source
Patch Changes
ee03ac0]b88f9ed]v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
v3.20.4Patch Changes
0bcf3c2]v3.20.3Compare Source
Patch Changes
c94fac4]6b9ea92]v3.20.2Compare Source
Patch Changes
269823d]ueberdosis/tiptap (@tiptap/extension-history)
v3.23.4Compare Source
Patch Changes
57e53c1]v3.23.2Compare Source
Patch Changes
v3.23.1Compare Source
Patch Changes
v3.22.5Compare Source
Patch Changes
v3.22.4Compare Source
Patch Changes
27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts27ea931]v3.22.3Patch Changes
v3.22.2Patch Changes
v3.22.1Compare Source
Patch Changes
v3.22.0Compare Source
Patch Changes
v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
0c2bbfe]v3.20.4Patch Changes
v3.20.3Compare Source
Patch Changes
v3.20.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-placeholder)
v3.23.4Compare Source
Patch Changes
57e53c1]v3.23.2Compare Source
Patch Changes
v3.23.1Compare Source
Patch Changes
v3.22.5Compare Source
Patch Changes
v3.22.4Compare Source
Patch Changes
27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts27ea931]v3.22.3Patch Changes
v3.22.2Patch Changes
v3.22.1Compare Source
Patch Changes
v3.22.0Compare Source
Patch Changes
v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
0c2bbfe]v3.20.4Patch Changes
v3.20.3Compare Source
Patch Changes
eaf34a3: Skip placeholder decorations on non-textblock nodes whenincludeChildrenis enabled to prevent duplicate placeholders on wrapper nodes like lists.v3.20.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/pm)
v3.23.4Compare Source
v3.23.2Compare Source
v3.23.1Compare Source
v3.22.5Compare Source
v3.22.4Compare Source
Patch Changes
27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts032f8f1: Remove unused ProseMirror packages from @tiptap/pm to reduce bundle sizev3.22.3v3.22.2v3.22.1Compare Source
v3.22.0Compare Source
v3.21.0Compare Source
v3.20.6Compare Source
v3.20.5v3.20.4v3.20.3Compare Source
v3.20.2Compare Source
ueberdosis/tiptap (@tiptap/starter-kit)
v3.23.4Compare Source
Patch Changes
57e53c1]Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.