-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Merge next into develop #6279
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
Draft
bdbch
wants to merge
168
commits into
develop
Choose a base branch
from
next
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Merge next into develop #6279
+43,218
−41,849
Conversation
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
* start experimenting with floating-ui * add options to floating-ui bubble menu plugin & fix smaller issues * add vue support for new floating-ui * start experimenting with floating-ui * adjust floating-menu plugin for floating-ui & update react component * add vue support for floating-menu with floating-ui * update tests for new floating-ui integration * added changeset file * move floating-ui dependency to peerDeps * add install notice to changelog * remove unnecessary code for destroying and removing component element in Vue suggestion.js * remove unnecessary code for destroying and removing component element in React suggestion.js * sync package-lock * widen range for peerDeps again
* build: use tsup for compilation * chore: rm turbo file
* fix(core): dont split text nodes when insert block nodes at start of text * chore: added changeset * removed duplicated logic from horizontal rule
* refactor: update import from 'undo-redo' to 'history' in tsup.config.ts * fix: add changeset for prosemirror history build patch
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…editor (#6272) * fix(selection): skip decoration for node selection & not editable editor * fix(selection): skip decoration for node selection & non editable editor
* enter beta pre-tag * switch all versions to beta.0
* fix(table): also export TableView from table extension exports * chore: added changeset
* fix: clone node before dragging for better dispaly * Create shiny-days-rhyme.md --------- Co-authored-by: bdbch <[email protected]>
* fixes links with marks * Create popular-geckos-pay.md * Update clickHandler.ts --------- Co-authored-by: bdbch <[email protected]>
🦋 Changeset detectedLatest commit: df3d999 The changes in this PR will be included in the next version bump. This PR includes changesets to release 57 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for tiptap-embed ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…eaf node with no `NodeViewContent` (#6277) * (Vue2)VueNodeViewRenderer should return null for contentDOM for a non-leaf node with no NodeViewContent * chore: add changeset * Update .changeset/olive-jeans-love.md patch -> major Co-authored-by: bdbch <[email protected]> --------- Co-authored-by: zhangchuanfeng <[email protected]> Co-authored-by: bdbch <[email protected]>
@tiptap/core
@tiptap/extension-blockquote
@tiptap/extension-bold
@tiptap/extension-bubble-menu
@tiptap/extension-bullet-list
@tiptap/extension-code
@tiptap/extension-code-block
@tiptap/extension-code-block-lowlight
@tiptap/extension-collaboration
@tiptap/extension-collaboration-caret
@tiptap/extension-document
@tiptap/extension-floating-menu
@tiptap/extension-color
@tiptap/extension-font-family
@tiptap/extension-hard-break
@tiptap/extension-heading
@tiptap/extension-highlight
@tiptap/extension-horizontal-rule
@tiptap/extension-image
@tiptap/extension-italic
@tiptap/extension-link
@tiptap/extension-list
@tiptap/extension-ordered-list
@tiptap/extension-mention
@tiptap/extension-paragraph
@tiptap/extension-strike
@tiptap/extension-subscript
@tiptap/extension-superscript
@tiptap/extension-table
@tiptap/extension-text
@tiptap/extension-text-align
@tiptap/extension-text-style
@tiptap/extension-typography
@tiptap/extension-underline
@tiptap/extension-youtube
@tiptap/extensions
@tiptap/html
@tiptap/pm
@tiptap/react
@tiptap/starter-kit
@tiptap/static-renderer
@tiptap/suggestion
@tiptap/vue-2
@tiptap/vue-3
commit: |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fixed a bug with the React EditorContent component on unmount when editor view not available * added changeset
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* use pnpm workspace dependencies for packages * added changeset
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix: use `editorView` for `isDestroyed` check for SSR * chore: update import of `fast-deep-equal` to include extension * chore: fix unrelated issue * chore: add changeset --------- Co-authored-by: bdbch <[email protected]>
* fixed infinite-loop because editor.isDestroyed would return invalid return * actually return correct value as true - as when the editorView is not available the view is always destroyed * fix dumb idea, actually use ?? operator * remove log
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 is a draft PR for our next major release version.
It's meant to give an easy way to see the commit difference, history, and changes.