8000
Skip to content

docs: changelog of 6.3.1#57042

Merged
zombieJ merged 5 commits intomasterfrom
changelog-6.3.1
Feb 24, 2026
Merged

docs: changelog of 6.3.1#57042
zombieJ merged 5 commits intomasterfrom
changelog-6.3.1

Conversation

@zombieJ
Copy link
Copy Markdown
Member
@zombieJ zombieJ commented Feb 24, 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?)

📝 Change Log

  • Select
    • 🐞 Select 修复 value 为空字符串时下拉框高度不正确的问题。#56976 @zombieJ
    • 🐞 Select 修复 value 为空字符串时值回显异常的问题。#56966 @luozz1994
    • 🐞 Select & TreeSelect 修复搜索时已选中值文本仍然显示的问题。#56946
  • 🐞 TreeSelect 修复多行文本时 Checkbox 被压缩变形的问题。#56961 @luozz1994
  • 🐞 Typography 修复同时开启 copyableellipsis 时,悬停复制按钮会触发省略号 tooltip 的问题;修复从复制按钮移回文字后省略号 tooltip 不再出现的问题。#56855 @claytonlin1110
  • 🐞 Progress 修复 status="active" 时动画溢出的问题。#56972 @aibayanyu20
  • 🐞 Upload 修复照片墙模式下文件数量超过一行时列表溢出重叠的问题。#56945 @xbsheng
  • 🐞 Image 修复打开预览时,部分浏览器会出现闪烁的问题。#56937 @zombieJ
  • ⌨️ ♿ 为 Button、Checkbox、Radio、Switch、Segmented 等组件添加 prefers-reduced-motion 媒体查询支持,禁用过渡动画以改善无障碍体验。#56902 @li-jia-nan

  • Select
    • 🐞 Fix Select incorrect dropdown height when value is an empty string. #56976 @zombieJ
    • 🐞 Fix Select value echo issue when value is an empty string. #56966 @luozz1994
    • 🐞 Fix Select & TreeSelect selected value text still visible when searching. #56946
  • 🐞 Fix TreeSelect Checkbox being compressed when multi-line text is present. #56961 @luozz1994
  • 🐞 Fix Typography hovering copy button triggering ellipsis tooltip when both copyable and ellipsis are enabled; fix ellipsis tooltip not appearing after moving back from copy button. #56855 @claytonlin1110
  • 🐞 Fix Progress animation overflow when status="active". #56972 @aibayanyu20
  • 🐞 Fix Upload picture-wall mode list overflow and overlap when file count exceeds one row. #56945 @xbsheng
  • 🐞 Fix Image flickering in some browsers when opening preview. #56937 @zombieJ
  • ⌨️ ♿ Add prefers-reduced-motion media query support for Button, Checkbox, Radio, Switch, Segmented to disable transitions for improved accessibility. #56902 @li-jia-nan

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions
Copy link
Copy Markdown
Contributor
github-actions bot commented Feb 24, 2026

Preview is ready

@github-actions
Copy link
Copy Markdown
Contributor
github-actions bot commented Feb 24, 2026

👁 Visual Regression Report for PR #57042 Passed ✅

🎯 Target branch: master (940f316)
📖 View Full Report ↗︎
📖 Alternative Report ↗︎

🎊 Congrats! No visual-regression diff found.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @zombieJ, 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 updates the project's documentation and versioning to reflect the 6.3.1 release. It includes updating the package version, adding a new bug version entry, and incorporating a comprehensive list of bug fixes and an accessibility enhancement into both English and Chinese changelog files.

Highlights

  • Select & TreeSelect Fixes: Addressed multiple issues in Select and TreeSelect components, including incorrect dropdown height and value echo when value is an empty string, and selected text remaining visible during search. Also fixed TreeSelect checkbox compression with multi-line text.
  • Typography Tooltip Behavior: Resolved issues with Typography where hovering the copy button incorrectly triggered the ellipsis tooltip when both copyable and ellipsis were enabled, and ensured the ellipsis tooltip reappeared correctly after moving away from the copy button.
  • Component Animation & Overflow Fixes: Corrected Progress animation overflow when status="active", fixed Upload picture-wall mode list overflow, and resolved Image flickering during preview in some browsers.
  • Accessibility Improvement: Enhanced accessibility for Button, Checkbox, Radio, Switch, and Segmented components by adding prefers-reduced-motion media query support to disable transition animations.

🧠 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
  • BUG_VERSIONS.json
  • CHANGELOG.en-US.md
    • Included detailed release notes for version 6.3.1, listing multiple bug fixes across various components and an accessibility improvement.
  • CHANGELOG.zh-CN.md
    • Included detailed release notes for version 6.3.1 in Chinese, mirroring the English changelog.
  • package.json
    • Updated the project's version from 6.3.0 to 6.3.1.
  • scripts/print-changelog.ts
    • Refactored the jQuery import statement for cleaner code.
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 instr 8000 uctions 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
Copy Markdown
Contributor
coderabbitai bot commented Feb 24, 2026
📝 Walkthrough

总体概览

本次提交包含版本号升级至6.3.1,涵盖版本配置文件更新、多语言更新日志添加,以及jQuery初始化方式调整。所有变更为配置、文档和脚本维护性改进,无核心功能逻辑变动。

变更汇总

文件组/文件(s) 变更说明
版本配置
BUG_VERSIONS.json, package.json
版本号从6.3.0升级至6.3.1,BUG_VERSIONS.json新增6.3.0条目并修复JSON语法。
更新日志
CHANGELOG.en-US.md, CHANGELOG.zh-CN.md
新增6.3.1版本条目(日期2026-02-24),记录Select、TreeSelect、Typography、Progress、Upload、Image等组件的修复和可访问性增强。
脚本维护
scripts/print-changelog.ts
调整jQuery初始化方式,移除显式窗口绑定,改用直接导入方式。

评估代码审查工作量

🎯 1 (简单) | ⏱️ ~5 分钟

诗歌

🐰 版本升级小步走,配置日志一齐更新,
jQuery初心更轻盈,兔兔欢跃庆完成!✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description check ✅ Passed 描述与变更集密切相关,清晰列出了6.3.1版本中各个组件的修复项和改进项。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check ✅ Passed 拉取请求标题准确反映了变更集的主要内容——更新6.3.1版本的变更日志。标题简洁明确,清晰传达了此PR的核心目的。

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

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changelog-6.3.1

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.

@github-actions
Copy link
Copy Markdown
Contributor
github-actions bot commented Feb 24, 2026

🎉 Verify package version passed!

PR package version PR title version
6.3.1 6.3.1

@cloudflare-workers-and-pages
Copy link
Copy Markdown
cloudflare-workers-and-pages bot commented Feb 24, 2026

Deploying ant-design-next with  Cloudflare Pages  Cloudflare Pages

Latest commit: d2e7cf6
Status: ✅  Deploy successful!
Preview URL: https://8a213f5c.ant-design-next.pages.dev
Branch Preview URL: https://changelog-6-3-1.ant-design-next.pages.dev

View logs

@github-actions
Copy link
Copy Markdown
Contributor
github-actions bot commented Feb 24, 2026

size-limit report 📦

Path Size
dist/antd.min.js 430.27 KB
dist/antd-with-locales.min.js 503.67 KB

@pkg-pr-new
Copy link
Copy Markdown
pkg-pr-new bot commented Feb 24, 2026

@codecov
Copy link
Copy Markdown
codecov bot commented Feb 24, 2026

Bundle Report

Bundle size has no change ✅

Copy link
Copy Markdown
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 prepares the release of version 6.3.1 by updating the changelog, version number, and bug tracking metadata. The changes are generally correct and follow the repository's standards. However, I identified a potential issue in the changelog generation script where a simplification of the jQuery initialization might lead to errors due to mismatched JSDOM instances.

@cloudflare-workers-and-pages
Copy link
Copy Markdown
cloudflare-workers-and-pages bot commented Feb 24, 2026

Deploying ant-design with  Cloudflare Pages  Cloudflare Pages

Latest commit: d2e7cf6
Status: ✅  Deploy successful!
Preview URL: https://521f4656.ant-design.pages.dev
Branch Preview URL: https://changelog-6-3-1.ant-design.pages.dev

View logs

@codecov
Copy link
Copy Markdown
codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (5120042) to head (d2e7cf6).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master    #57042   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          808       808           
  Lines        15038     15038           
  Branches      3961      3961           
=========================================
  Hits         15038     15038           

☔ 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.

@zombieJ zombieJ changed the title doc: changelog of 6.3.1 docs: changelog of 6.3.1 Feb 24, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 24, 2026
@zombieJ zombieJ merged commit 6be6b24 into master Feb 24, 2026
44 checks passed
@zombieJ zombieJ deleted the changelog-6.3.1 branch February 24, 2026 06:34
@afc163
Copy link
Copy Markdown
Member
afc163 commented Feb 24, 2026

补了两个 PR

#57014
#57024

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

Labels

lgtm This PR has been approved by a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

0