feat(history): configurable undo depth + test(toolbar): coverage + refactor(core): shared helpers + docs#162
Open
yanjiaru1 wants to merge 5 commits into
Open
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
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.
What
Why
How
history
HistoryPluginOptions接口(minDepth, newGroupDelay)createHistoryPlugin接受可选 options 参数并转发给 CM6history()toolbar
toggleBlockquote新增 3 个测试insertCodeBlock新增 2 个测试insertImage新增 2 个测试insertHorizontalRule新增 1 个测试core (refactor)
packages/core/src/controlled-document.ts,包含三个共享函数core (feat)
once()方法,触发一次后自动移除监听docs
AI Disclosure
本 PR 使用 AI 辅助工具(Claude)进行代码生成和审查。
Checklist
pnpm testpassespnpm buildsucceeds