-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
chore(release): tiptap v2.5 #5341
Conversation
…boration (#4976) * extension-collaboration: allow passing ySyncOptions * fixes import
Co-authored-by: Pepijn Hillemans <[email protected]>
…ard compatible (#5161) * fix: default to rendering the editor immediately, while staying backward compatible * feat: add `useEditorWithState` hook for extracting state and editor instance simultaneously * feat(react): add `useEditorState` hook for subscribing to selected editor state * docs: add an example to show the concept * chore: add changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
So that TypeScript will resolve the non-nullable one first, unless the editor is nullable, in which case the other one will resolve.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
✅ Deploy Preview for tiptap-embed ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - just a question regarding the changesets pre.json
This reverts commit ff15704.
emit
to be accessed anywhere (fix: Allowemit
to be accessed anywhere #3848)addGlobalAttributes
.eq
method for determining equalityuseEditor
should not destroy still mounted instances (fix(react):useEditor
should not destroy instances that are still mounted #5338)Changes Overview
Implementation Approach
Testing Done
Verification Steps
Additional Notes
Checklist
Related Issues