-
-
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
253
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
+80,722
−41,167
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
* 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
* fix(demos): remove mentions component element when destroyed * fix(demos): remove component element for suggestion on destroy * remove component elements first before destroying component
* Enhance bubble menu positioning for table cell selections * added changeset * added null check for nodeDOM * Update packages/extension-bubble-menu/src/bubble-menu-plugin.ts Co-authored-by: Copilot <[email protected]> * Update packages/extension-bubble-menu/src/bubble-menu-plugin.ts Co-authored-by: Copilot <[email protected]> * use instanceof cellselection --------- Co-authored-by: Copilot <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Updates the regex patterns for YouTube URL validation to ensure proper matching.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
#6487) * fix(NodePos): add validation for target position within document range * Create rich-jeans-check.md * fix: lint --------- Co-authored-by: bdbch <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.16 to 6.10.0. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](cypress-io/github-action@v6.7.16...v6.10.0) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 6.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fixed the horizontal rule command always returning true, even if it's not insertable * added changeset * move canInsertNode util to core * added changeset * simplify matchType call * fix import * adjust import and export paths
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix(core): Fix issue where inserting an image below an existing image would replace the existing one. * Create wet-rice-suffer.md --------- Co-authored-by: bdbch <[email protected]>
* feat: enhance create method in Extension, Mark, and Node classes to accept function as config * changeset * add test for resize handle rendering * revert invalid commit
* unregister window resize handler when bubble menu is destroyed * added changeset * added docs comment
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…n-comments fix: update comments with the correct library names
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.10.0 to 6.10.1. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](cypress-io/github-action@v6.10.0...v6.10.1) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 6.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* keep the search state in the url query * always show demos
* implement node based math extension * fix renderHTML data-type * Update packages/extension-mathematics/src/extensions/BlockMath.ts Co-authored-by: Copilot <[email protected]> * Update packages/extension-mathematics/src/extensions/InlineMath.ts Co-authored-by: Copilot <[email protected]> * Update packages/extension-mathematics/src/extensions/BlockMath.ts Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Show mention indicator when converting document to HTML
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.