-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Tiptap 2.7 #5560
Tiptap 2.7 #5560
Conversation
Co-authored-by: bdbch <[email protected]>
I only feel comfortable copying the attributes of the current node if the selection is only within a single node (I don't know what is expected if you had a selection of multiple nodes, the intersection of the attributes maybe?) --------- Co-authored-by: Dominik Biedebach <[email protected]>
* Add cross-iframe JS support to mention extension * added changeset --------- Co-authored-by: Taylor Ermolov <[email protected]>
|
✅ Deploy Preview for tiptap-embed ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Nothing about this issue for 2.7 ? #5259 |
Thank you for this release. This update resolves some pressing issues for my production application. Do you know when the full 2.7.0 release will be available via NPM? |
Thank you for this great update! We also require 2.7.0 to fix our production environment. Do you already know when this will be available as a full version @bdbch? |
2.7 is released |
preventClearDocument
meta + allow disable core plugins [Bug]: The "clearDocument" plugin in the core keymap extension can cause issues with custom node change commands. #5490 (Fix for #5490 - AddspreventClearDocument
meta + makes it easier to disable specific core plugins. #5514)preventClearDocument
meta + makes it easier to disable specific core plugins. #5514)Esc
(Fix suggestion collaboration bug #4380) ( fix(suggestion): dropdown can't be closed withEsc
(#4380) #5544)Changes Overview
Implementation Approach
Testing Done
Verification Steps
Additional Notes
Checklist
Related Issues