Skip to content

chore: prepare 2.10.0 release - #2041

Open
kimteayon wants to merge 1 commit into
mainfrom
codex/release-2.10.0-main
Open

chore: prepare 2.10.0 release#2041
kimteayon wants to merge 1 commit into
mainfrom
codex/release-2.10.0-main

Conversation

@kimteayon

@kimteayon kimteayon commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

🤔 This is a ...

  • 📝 Site / documentation improvement
  • ❓ Other (release preparation)

🔗 Related Issues

N/A

💡 Background and Solution

Prepare the 2.10.0 release from main:

  • synchronize all workspace package versions to 2.10.0
  • add English and Chinese changelogs for changes merged after 2.9.0
  • regenerate x-skill version metadata and marketplace metadata

📝 Change Log

Language Changelog
🇺🇸 English Prepare the 2.10.0 release with synchronized package versions and changelogs.
🇨🇳 Chinese 准备 2.10.0 发布,同步各包版本并更新中英文日志。

Summary by CodeRabbit

  • 新功能

    • Markdown 自定义组件新增 componentsProps 配置,可传递标签专属属性。
    • 支持在行内公式中转义美元符号,减少内容解析歧义。
  • 问题修复

    • 修复 Mermaid 图表缩放上限及 PNG 导出受当前缩放、平移状态影响的问题。
    • 修复货币金额被误解析为 LaTeX 的问题。
    • 优化流式动画文本更新,消除多余渲染。
    • 修复 Token 颜色预览浮层的定位与交互问题。
  • 版本更新

    • 发布 2.10.0。

@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3f1e9683-bd5c-44c1-9c20-2095a502b6a1

📥 Commits

Reviewing files that changed from the base of the PR and between 614a63a and b82a70f.

📒 Files selected for processing (23)
  • CHANGELOG.en-US.md
  • CHANGELOG.zh-CN.md
  • package.json
  • packages/x-card/package.json
  • packages/x-card/src/version.ts
  • packages/x-markdown/package.json
  • packages/x-sdk/package.json
  • packages/x-skill/.claude-plugin/marketplace.json
  • packages/x-skill/package.json
  • packages/x-skill/skills-zh/use-x-chat/SKILL.md
  • packages/x-skill/skills-zh/x-card/SKILL.md
  • packages/x-skill/skills-zh/x-chat-provider/SKILL.md
  • packages/x-skill/skills-zh/x-components/SKILL.md
  • packages/x-skill/skills-zh/x-markdown/SKILL.md
  • packages/x-skill/skills-zh/x-request/SKILL.md
  • packages/x-skill/skills/use-x-chat/SKILL.md
  • packages/x-skill/skills/x-card/SKILL.md
  • packages/x-skill/skills/x-chat-provider/SKILL.md
  • packages/x-skill/skills/x-components/SKILL.md
  • packages/x-skill/skills/x-markdown/SKILL.md
  • packages/x-skill/skills/x-request/SKILL.md
  • packages/x-skill/src/skill-meta.json
  • packages/x/package.json

Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review.


📝 Walkthrough

Walkthrough

项目及相关包的版本号统一从 2.9.0 更新为 2.10.0。技能元数据同步更新。中英文更新日志新增 2.10.0 发布记录及相关变更说明。

Changes

2.10.0 版本发布

Layer / File(s) Summary
软件包版本更新
package.json, packages/x/package.json, packages/x-card/..., packages/x-markdown/package.json, packages/x-sdk/package.json, packages/x-skill/...
根项目、核心软件包和技能包的版本号更新为 2.10.0
技能版本元数据更新
packages/x-skill/skills-*/SKILL.md, packages/x-skill/src/skill-meta.json, packages/x-skill/.claude-plugin/marketplace.json
技能文档、技能清单和市场配置中的版本号更新为 2.10.0
更新日志
CHANGELOG.en-US.md, CHANGELOG.zh-CN.md
新增 2.10.0 发布记录,并列出 Mermaid、PNG 导出、Markdown、流式渲染和 Token 颜色预览相关变更。

Estimated code review effort: 1 (Trivial) | ~3 minutes

Merge Risk: ⚪ Minimal · up to b82a7

This change synchronizes the 2.10.0 release versions and documentation metadata without altering runtime behavior; no actionable merge-blocking risk remains beyond normal checks and review.

Poem

小兔翻过版本页,
看到 2.10.0 发光。
技能与包整齐排队,
中英文日志同时歌唱,
胡萝卜也写上新章。

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 标题“chore: prepare 2.10.0 release”准确概括了本次变更的主要目的,即准备 2.10.0 版本发布,并涵盖版本同步、变更日志和技能元数据更新。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files. (22 skipped: 22 unsupported.)

✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/release-2.10.0-main

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Performance benchmark report not found.


This comment is automatically generated by the x-markdown performance CI.

@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
packages/x/dist/antdx.min.js 291.89 KB (-106 B 🔽)
packages/x-sdk/dist/x-sdk.min.js 55.71 KB
packages/x-markdown/dist/x-markdown.min.js 34.62 KB (+7 B 🔺)
packages/x-markdown/dist/plugins/latex.min.js 61.95 KB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant