-
-
Notifications
You must be signed in to change notification settings - Fork 788
docs(bubble2.0): XMarkdown #1089
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
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthrough本次变更将原有的单包架构(@ant-design/x)彻底重构为多包(monorepo)架构,移除了大量旧有组件(如 Bubble、Sender、Conversations、ThoughtChain、Actions 及相关样例、文档和样式),并引入了新的 packages/x-card 与 packages/x-markdown 两个子包,包含其基础配置、测试、脚本和部分新实现。CI、构建、测试、忽略规则等均已全面适配 monorepo 结构。 Changes
Sequence Diagram(s)sequenceDiagram
participant 开发者 as Developer
participant Monorepo as Monorepo
participant x-card as x-card
participant x-markdown as x-markdown
开发者->>Monorepo: 执行构建/测试脚本
Monorepo->>x-card: 调用 workspace 脚本(build/test/lint)
Monorepo->>x-markdown: 调用 workspace 脚本(build/test/lint)
x-card->>x-card: 独立编译、测试、生成产物
x-markdown->>x-markdown: 独立编译、测试、生成产物
x-card-->>Monorepo: 返回结果
x-markdown-->>Monorepo: 返回结果
Monorepo-->>开发者: 汇总输出/报告
Estimated code review effort🎯 5 (Critical) | ⏱️ ~90+ minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bundle ReportChanges will increase total bundle size by 4.98kB (0.13%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: antdx-array-pushAssets Changed:
|
Deploying ant-design-x with
|
Latest commit: |
eec9303
|
Status: | ✅ Deploy successful! |
Preview URL: | https://837755b2.ant-design-x.pages.dev |
Branch Preview URL: | https://feature-bubble-xmarkdown.ant-design-x.pages.dev |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## feat/bubble #1089 +/- ##
============================================
Coverage 93.67% 93.67%
============================================
Files 113 113
Lines 2749 2749
Branches 788 788
============================================
Hits 2575 2575
Misses 172 172
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
📝 Change Log
Summary by CodeRabbit
重大变更
新特性
测试
构建与工具链
文档
其他