-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update tiptap packages to v2.5.9 #773
Merged
Merged
Conversation
This file contains 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
✅ Deploy Preview for doist-typist ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
f20964e
to
d3a8a17
Compare
d3a8a17
to
1bbf3ba
Compare
1bbf3ba
to
4435995
Compare
4435995
to
612cb3a
Compare
612cb3a
to
ff2ed41
Compare
ff2ed41
to
16f299a
Compare
16f299a
to
37f0a1d
Compare
37f0a1d
to
a6494d1
Compare
a6494d1
to
bf161a1
Compare
bf161a1
to
04adbc3
Compare
04adbc3
to
0f26cee
Compare
0f26cee
to
679a26e
Compare
doistbot
added a commit
that referenced
this pull request
Aug 12, 2024
## [6.0.6](v6.0.5...v6.0.6) (2024-08-12) ### Bug Fixes * **deps:** update tiptap packages to v2.5.9 ([#773](#773)) ([80247dd](80247dd))
🎉 This PR is included in version 6.0.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
released
Pull requests that have been released to production
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.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
2.3.0
->2.5.9
Release Notes
ueberdosis/tiptap (@tiptap/core)
v2.5.9
Compare Source
Patch Changes
84ebd51
: Fix change criteria for isNodeEmpty to resolve #54150ec0af6
: fix(core): findDuplicates - use Array.from when converting Setae0254d
: AddignoreWhitespace
option toisNodeEmpty
to ignore any whitespace and hardbreaks in a node to check for emptinessefb27fa
: This fixes a discrepency betweengetMarksBetween
andisActive(markName)
where the position used for getMarksBetween was off by onev2.5.8
Compare Source
Patch Changes
a08bf85
: This fixes a bug with inputrules not being able to resolve positions properlyv2.5.7
Compare Source
Patch Changes
b012471
: This addresses an issue withisNodeEmpty
function where it was also comparing node attributes and finding mismatches on actually empty nodes. This helps placeholders find empty content correctlycc3497e
: Fixes a bug where ifenableContentCheck
was true, inserting content as JSON nodes would fail. This was because the node that was being created technically had a different schema than the content being inserted, so it would fail to generate the correct content valuev2.5.6
Compare Source
Patch Changes
618bca9
: Adjust thesplitBlock
command to returnfalse
when it was unsuccessful.35682d1
: This fixes a bug with the placeholder extension where a heading level other than the default was not considered empty, when comparing node contents, we need to consider that the node attributes are carried over for a fair comparison of content instead of attribute values2104f0f
: Add a check beforecreateNodeViews so that view.setProps is not called when the view has already been destroyedb5c1b32
]v2.5.5
Compare Source
Patch Changes
4cca382
: Make sure that atoms are used in-full without cutting the content. Node size for atoms is 1 which causes text to be cut unexpectedly.3b67e8a
: This changes the typing to not declare types on all HTMLElements, just a local one with the editor instance attachedv2.5.4
Compare Source
Patch Changes
dd7f9ac
: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible waydd7f9ac
]v2.5.3
Compare Source
Patch Changes
v2.5.2
Compare Source
Patch Changes
07f4c03
: There was a bug where doing a.configure
on an extension, node or mark would overwrite the extensions options instead of being merged with the default options.v2.5.1
Compare Source
Patch Changes
v2.5.0
Compare Source
Patch Changes
fb45149
: Made some minor changes to how packages are builtfb45149
: WhenparseOptions.whitespace === 'full' or parseOptions.whitespace === true
setting content will no longer strip whitespaces on setContentfb45149
: Faster performance for checking if a node is empty and if something is a fragmentfb45149
: Vue 3 bubble menus are properly synchronized with state transitions with the new beforeTransaction hook which is fired before the transaction is applied to the viewv2.4.0
Compare Source
Bug Fixes
Features
2.3.2 (2024-05-08)
Bug Fixes
2.3.1 (2024-04-30)
Note: Version bump only for package @tiptap/core
v2.3.2
Compare Source
Bug Fixes
v2.3.1
Compare Source
Note: Version bump only for package @tiptap/core
ueberdosis/tiptap (@tiptap/extension-blockquote)
v2.5.9
Compare Source
Patch Changes
84ebd51
]0ec0af6
]ae0254d
]efb27fa
]v2.5.8
Compare Source
Patch Changes
a08bf85
]v2.5.7
Compare Source
Patch Changes
b012471
]cc3497e
]v2.5.6
Compare Source
Patch Changes
618bca9
]35682d1
]2104f0f
]v2.5.5
Compare Source
Patch Changes
4cca382
]3b67e8a
]v2.5.4
Compare Source
Patch Changes
dd7f9ac
: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible waydd7f9ac
]v2.5.3
Compare Source
Patch Changes
v2.5.2
Compare Source
Patch Changes
07f4c03
]v2.5.1
Compare Source
Patch Changes
v2.5.0
Compare Source
Patch Changes
fb45149
]fb45149
]fb45149
]fb45149
]v2.4.0
Compare Source
Features
2.3.2 (2024-05-08)
Note: Version bump only for package @tiptap/extension-blockquote
2.3.1 (2024-04-30)
Note: Version bump only for package @tiptap/extension-blockquote
v2.3.2
Compare Source
Note: Version bump only for package @tiptap/extension-blockquote
v2.3.1
Compare Source
Note: Version bump only for package @tiptap/extension-blockquote
ueberdosis/tiptap (@tiptap/extension-bold)
v2.5.9
Compare Source
Patch Changes
84ebd51
]0ec0af6
]ae0254d
]efb27fa
]v2.5.8
Compare Source
Patch Changes
a08bf85
]v2.5.7
Compare Source
Patch Changes
b012471
]cc3497e
]v2.5.6
Compare Source
Patch Changes
618bca9
]35682d1
]2104f0f
]v2.5.5
Compare Source
Patch Changes
4cca382
]3b67e8a
]v2.5.4
Compare Source
Patch Changes
dd7f9ac
: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible waydd7f9ac
]v2.5.3
Compare Source
Patch Changes
v2.5.2
Compare Source
Patch Changes
07f4c03
]v2.5.1
Compare Source
Patch Changes
v2.5.0
Compare Source
Patch Changes
fb45149
]fb45149
]fb45149
]fb45149
]v2.4.0
Compare Source
Features
2.3.2 (2024-05-08)
Note: Version bump only for package @tiptap/extension-bold
2.3.1 (2024-04-30)
Note: Version bump only for package @tiptap/extension-bold
v2.3.2
Compare Source
Note: Version bump only for package @tiptap/extension-bold
v2.3.1
Compare Source
Note: Version bump only for package @tiptap/extension-bold
ueberdosis/tiptap (@tiptap/extension-bullet-list)
v2.5.9
Compare Source
Patch Changes
84ebd51
]0ec0af6
]ae0254d
]efb27fa
]v2.5.8
Compare Source
Patch Changes
a08bf85
]v2.5.7
Compare Source
Patch Changes
b012471
]cc3497e
]v2.5.6
Compare Source
Patch Changes
618bca9
]35682d1
]2104f0f
]v2.5.5
Compare Source
Patch Changes
4cca382
]3b67e8a
]v2.5.4
Compare Source
Patch Changes
dd7f9ac
: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible waydd7f9ac
]v2.5.3
Compare Source
Patch Changes
v2.5.2
Compare Source
Patch Changes
07f4c03
]v2.5.1
Compare Source
Patch Changes
v2.5.0
Compare Source
Patch Changes
fb45149
]fb45149
]fb45149
]fb45149
]v2.4.0
Compare Source
Features
2.3.2 (2024-05-08)
Note: Version bump only for package @tiptap/extension-bullet-list
2.3.1 (2024-04-30)
Note: Version bump only for package @tiptap/extension-bullet-list
v2.3.2
Compare Source
Note: Version bump only for package @tiptap/extension-bullet-list
v2.3.1
Compare Source
Note: Version bump only for package @tiptap/extension-bullet-list
ueberdosis/tiptap (@tiptap/extension-character-count)
v2.5.9
Compare Source
Patch Changes
84ebd51
]0ec0af6
](https://togiConfiguration
📅 Schedule: Branch creation - "every weekday" (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.