Skip to content

chore: changelog of 2.2.2#1735

Merged
kimteayon merged 1 commit intomainfrom
changelog
Feb 6, 2026
Merged

chore: changelog of 2.2.2#1735
kimteayon merged 1 commit intomainfrom
changelog

Conversation

@kimteayon
Copy link
Collaborator

@kimteayon kimteayon commented Feb 6, 2026

中文版模板 / Chinese template

🤔 This is a ...

  • 🆕 New feature
  • 🐞 Bug fix
  • 📝 Site / documentation improvement
  • 📽️ Demo improvement
  • 💄 Component style improvement
  • 🤖 TypeScript definition improvement
  • 📦 Bundle size optimization
  • ⚡️ Performance optimization
  • ⭐️ Feature enhancement
  • 🌐 Internationalization
  • 🛠 Refactoring
  • 🎨 Code style optimization
  • ✅ Test Case
  • 🔀 Branch merge
  • ⏩ Workflow
  • ⌨️ Accessibility improvement
  • ❓ Other (about what?)

🔗 Related Issues

  • Describe the source of related requirements, such as links to relevant issue discussions.
  • For example: close #xxxx, fix #xxxx

💡 Background and Solution

  • The specific problem to be addressed.
  • List the final API implementation and usage if needed.
  • If there are UI/interaction changes, consider providing screenshots or GIFs.

📝 Change Log

Language Changelog
🇺🇸 English
🇨🇳 Chinese

Summary by CodeRabbit

版本 2.2.2

  • Bug Fixes
    • 修复文档和类型定义相关问题
    • 修复 Bubble.List 的样式与语义问题
    • 改进 Sender 的节点替换行为

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

Preview is ready

@dosubot dosubot bot added dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation labels Feb 6, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @kimteayon, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on preparing for a new release by updating the project's version to 2.2.2 and documenting the changes. It includes several bug fixes and minor enhancements, such as improved AI Coding support and UI component refinements, which are now reflected in the changelogs.

Highlights

  • Version Update: The project version has been incremented from 2.2.1 to 2.2.2 across the main package.json and all sub-packages (x-markdown, x-sdk, x).
  • Changelog Additions: New entries for version 2.2.2 have been added to both English and Chinese changelog files, detailing recent fixes and improvements.
  • AI Coding Support: Documentation and types have been fixed to enhance support for AI Coding.
  • UI Component Fixes: Addressed style and semantic issues in Bubble.List and resolved a Sender insert node replacement problem when replaceCharacters is configured.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • CHANGELOG.en-US.md
    • Added a new section for version 2.2.2, dated '2026-02-06'.
    • Included fixes for documentation and types to support AI Coding.
    • Included fixes for Bubble.List style and semantic issues.
    • Included fixes for Sender insert node replacement when replaceCharacters is configured.
  • CHANGELOG.zh-CN.md
    • Added a new section for version 2.2.2, dated '2026-02-06'.
    • Included Chinese translations of the fixes for documentation and types to support AI Coding.
    • Included Chinese translations of the fixes for Bubble.List style and semantic issues.
    • Included Chinese translations of the fixes for Sender insert node replacement when replaceCharacters is configured.
  • package.json
    • Updated the 'version' field from "2.2.1" to "2.2.2".
  • packages/x-markdown/package.json
    • Updated the 'version' field from "2.2.1" to "2.2.2".
  • packages/x-sdk/package.json
    • Updated the 'version' field from "2.2.1" to "2.2.2".
  • packages/x/package.json
    • Updated the 'version' field from "2.2.1" to "2.2.2".
Activity
  • No human activity (comments, reviews, etc.) has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 6, 2026

📝 Walkthrough

Walkthrough

此PR发布@ant-design/x版本2.2.2,更新所有相关包的版本号,并在中英文变更日志中添加本次发布的修复说明,包括文档、样式和功能改进三项。

Changes

Cohort / File(s) Summary
变更日志更新
CHANGELOG.en-US.md, CHANGELOG.zh-CN.md
添加2.2.2版本发布记录(日期2026-02-06),包含三项修复:文档/类型、Bubble.List样式/语义及Sender插入节点替换行为。
版本号更新
package.json, packages/x-markdown/package.json, packages/x-sdk/package.json, packages/x/package.json
将@ant-design/x及其子包版本从2.2.1升级至2.2.2。

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

documentation, dependencies

Suggested reviewers

  • Div627
  • hylin

Poem

🐰 一个小版本号,轻轻飞升了,
文档修复,样式亮了,
日志记录整整齐齐,
2.2.2版本,闪闪发光!✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title clearly and accurately describes the main change: adding a changelog entry for version 2.2.2. The title directly corresponds to the primary modifications across multiple files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changelog

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 and usage tips.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the changelogs and package versions for the v2.2.2 release. The changes are straightforward. I've added a few suggestions to make the changelog entries in both English and Chinese more descriptive for better user understanding. Otherwise, the changes look good.

Comment on lines +25 to +26
- 🛠 Fixed some documentation and types to support AI Coding. [#1733](https://github.com/ant-design/x/pull/1733) by [kimteayon](https://github.com/kimteayon)
- 💄 Fixed Bubble.List style and semantic issues. [#1731](https://github.com/ant-design/x/pull/1731) by [anxLiang](https://github.com/anxLiang)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

These changelog entries are a bit vague. For better clarity for users, it would be beneficial to be more specific about the changes.

  • For 'Fixed some documentation and types...', could you specify which documentation or types were fixed?
  • For 'Fixed Bubble.List style and semantic issues.', could you elaborate on what issues were addressed?

More descriptive messages help users understand the impact of the changes.

@cloudflare-workers-and-pages
Copy link

Deploying ant-design-x with  Cloudflare Pages  Cloudflare Pages

Latest commit: f021b59
Status: ✅  Deploy successful!
Preview URL: https://56a9d502.ant-design-x.pages.dev
Branch Preview URL: https://changelog.ant-design-x.pages.dev

View logs

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

size-limit report 📦

Path Size
packages/x/dist/antdx.min.js 453.73 KB (+113 B 🔺)
packages/x-sdk/dist/x-sdk.min.js 7.91 KB
packages/x-markdown/dist/x-markdown.min.js 31.26 KB (+42 B 🔺)
packages/x-markdown/dist/plugins/latex.min.js 61.95 KB

@codecov
Copy link

codecov bot commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.34%. Comparing base (e77f65a) to head (f021b59).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1735   +/-   ##
=======================================
  Coverage   97.34%   97.34%           
=======================================
  Files         144      144           
  Lines        4598     4598           
  Branches     1295     1286    -9     
=======================================
  Hits         4476     4476           
  Misses        120      120           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

⚠️ Performance benchmark report not found.


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

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 6, 2026
@kimteayon kimteayon merged commit 4947f75 into main Feb 6, 2026
19 checks passed
@kimteayon kimteayon deleted the changelog branch February 6, 2026 09:59
@codecov
Copy link

codecov bot commented Feb 6, 2026

Bundle Report

Bundle size has no change ✅

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

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation lgtm This PR has been approved by a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants