-
-
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
v2.5.9 #5452
v2.5.9 #5452
Conversation
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: relchapt <[email protected]>
* add one shared rollup config * rename to baseConfig
…5397) Vue internally uses prototype chain to preserve injects across the entire component chain. Thus should avoid Object.assign or spread operator as it won't copy the prototype. All correct provides will be already present on `instance.provides`.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.1 to 6.7.2. - [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.1...v6.7.2) --- updated-dependencies: - dependency-name: cypress-io/github-action 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>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.3...v4.3.5) --- updated-dependencies: - dependency-name: actions/upload-artifact 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>
… option to `code-block` (#5406)
|
✅ Deploy Preview for tiptap-embed ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
enableContentCheck
insertion bug (fix(core): address enableContentCheck insertion bug #5390)<li data-checked
instead of only when<li data-checked="true"
(re-fix of fix: Address different behavior betweengetHTML
andgenerateHTML
#5366) (fix: allow task items to be parsed when only having<li data-checked
instead of only when<li data-checked="true"
(re-fix of #5366) #5426)configure
methods (Extension/Mark/Node) (chore: Use proper types forconfigure
methods (Extension/Mark/Node) #5421)isNodeEmpty
criteria [Bug]: why change isNodeEmpty behavior on a patch version? #5415 (fix(core): resolveisNodeEmpty
criteria #5415 #5419)useEditor
anduseEditorState
to reduce number of instances created while being performant [Bug]: useEditor always creates at least 2 editors on mount #5432 (fix(react): optimizeuseEditor
anduseEditorState
to reduce number of instances created while being performant #5432 #5445)onFirstRender
(fix(collaboration): update y-prosemirror, respectonFirstRender
#5411)defaultLanguage
on code-block-lowlight add option tocode-block
(fix: respectdefaultLanguage
on code-block-lowlight add option tocode-block
#5406)Changes Overview
Implementation Approach
Testing Done
Verification Steps
Additional Notes
Checklist
Related Issues