Skip to content

build(deps): bump antd from 6.3.5 to 6.3.7 in /playground#2929

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/playground/antd-6.3.7
Open

build(deps): bump antd from 6.3.5 to 6.3.7 in /playground#2929
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/playground/antd-6.3.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps antd from 6.3.5 to 6.3.7.

Release notes

Sourced from antd's releases.

6.3.7

  • Input
  • 🐞 Fix Card rendering an empty body wrapper when no content was provided. #57735 @​QDyanbing
  • 🐞 Fix InputNumber selection highlight radius. #57705 @​QDyanbing
  • 🐞 Fix Tooltip semantic configs such as className, styles, etc. leaking into Popover and Popconfirm from ConfigProvider. #57731 @​pikanohup
  • 🐞 Fix Typography.Link cannot trigger action buttons such as copy, edit, etc. when disabled. #57762 @​aviu16
  • 🐞 Fix ConfigProvider language packs export from ESM/CJS dist files. #57318 @​ug-hero
  • 💄 Fix Alert focus styles for the close button. #57695 @​KittyGiraudel

  • Input
  • 🐞 修复 Card 在未传入内容时仍渲染空 body 容器的问题。#57735 @​QDyanbing
  • 🐞 修复 InputNumber 选中文本时的高亮圆角问题。#57705 @​QDyanbing
  • 🐞 修复 Tooltip 的 ConfigProvider 语义化配置比如 classNamestyles 等泄漏到 Popover 和 Popconfirm 的问题。#57731 @​pikanohup
  • 🐞 修复 Typography.Link 在 disabled 状态下无法触发复制、编辑等操作按钮的问题。#57762 @​aviu16
  • 🐞 修复 ESM/CJS 默认导出 ConfigProvider 语言包失效的问题。#57318 @​ug-hero
  • 💄 修复 Alert 的关闭按钮没有焦点样式的问题。#57695 @​KittyGiraudel

6.3.6

  • 🐞 Fix InputNumber disabled handlers showing hover styles. #57592 @​QDyanbing
  • 🐞 Fix Space.Addon wrapping CJK content in compact layouts. #57622 @​QDyanbing
  • 🐞 Fix Cascader menu item ellipsis styles for long option labels. #57540 @​QDyanbing
  • 🐞 Fix Image preview focus not being locked when opened via keyboard, and restore focus to trigger element after preview closes. #57613 #57614 @​aojunhao123
  • 🐞 Fix Input disabled border color to use colorBorderDisabled token. #57518 @​Gdhanush-13
  • 🐞 MISC: Fix some expand animation crash issues. #57636 @​momesana
  • 🐞 Fix Notification close button overlapping description when title is empty. #57590 @​EndlessLucky
  • 🐞 Fix Radio hover color display issue in disabled state. #57562 @​yfy3939
  • Table
    • ⚡️ Improve Table filter performance by caching flattened filter keys. #57546 @​Jiyur
    • ⚡️ Improve Table filter search performance by reusing normalized search input. #57651 @​li-jia-nan
    • 🐞 Fix Table rowSelection to use selectionColumnWidth from Design Token as default columnWidth. #57621 @​EmilyyyLiu
  • 🐞 Fix Design Token shadow tokens not adapting to dark theme. #57511 @​QDyanbing
  • 🐞 Fix Transfer remove button still changing color on hover when the list item is disabled. #57579 @​Jiyur
  • 🐞 Fix Tree checkbox, switcher and content alignment when parent nodes have multiple lines of content. #57471 @​jiangrong-devops

  • 🐞 修复 InputNumber 禁用步进按钮仍显示悬浮样式的问题。 #57592 @​QDyanbing
  • 🐞 修复 Space.Addon 在紧凑布局中展示中文等 CJK 内容时会换行的问题。 #57622 @​QDyanbing
  • 🐞 修复 Cascader 菜单项长选项文本的省略样式问题。 #57540 @​QDyanbing
  • 🐞 修复 Image 通过键盘打开预览时焦点未被正确锁定的问题,并在关闭预览后恢复焦点到触发元素。 #57613 #57614 @​aojunhao123
  • 🐞 修复 Input 禁用状态边框未使用 colorBorderDisabled token 的问题。 #57518 @​Gdhanush-13
  • 🐞 MISC: 修复部分展开动画崩溃的问题。 #57636 @​momesana
  • 🐞 修复 Notification 在 title 为空时关闭按钮与描述内容重叠的问题。 #57590 @​EndlessLucky
  • 🐞 修复 Radio 禁用状态下 hover 仍显示主色的问题。 #57562 @​yfy3939
  • Table
    • ⚡️ 优化 Table 筛选性能,缓存展开后的筛选键,避免重复计算。 #57546 @​Jiyur
    • ⚡️ 优化 Table 筛选搜索性能,复用规范化后的搜索输入。 #57651 @​li-jia-nan
    • 🐞 修复 Table rowSelection 默认未使用 Design Token 中 selectionColumnWidth 的问题。 #57621 @​EmilyyyLiu

... (truncated)

Changelog

Sourced from antd's changelog.

6.3.7

2026-04-27

  • Input
  • 🐞 Fix Card rendering an empty body wrapper when no content was provided. #57735 @​QDyanbing
  • 🐞 Fix InputNumber selection highlight radius. #57705 @​QDyanbing
  • 🐞 Fix Tooltip semantic configs such as className, styles, etc. leaking into Popover and Popconfirm from ConfigProvider. #57731 @​pikanohup
  • 🐞 Fix Typography.Link cannot trigger action buttons such as copy, edit, etc. when disabled. #57762 @​aviu16
  • 🐞 Fix ConfigProvider language packs export from ESM/CJS dist files. #57318 @​ug-hero
  • 💄 Fix Alert focus styles for the close button. #57695 @​KittyGiraudel

6.3.6

2026-04-17

  • 🐞 Fix InputNumber disabled handlers showing hover styles. #57592 @​QDyanbing
  • 🐞 Fix Space.Addon wrapping CJK content in compact layouts. #57622 @​QDyanbing
  • 🐞 Fix Cascader menu item ellipsis styles for long option labels. #57540 @​QDyanbing
  • 🐞 Fix Image preview focus not being locked when opened via keyboard, and restore focus to trigger element after preview closes. #57613 #57614 @​aojunhao123
  • 🐞 Fix Input disabled border color to use colorBorderDisabled token. #57518 @​Gdhanush-13
  • 🐞 MISC: Fix some expand animation crash issues. #57636 @​momesana
  • 🐞 Fix Notification close button overlapping description when title is empty. #57590 @​EndlessLucky
  • 🐞 Fix Radio hover color display issue in disabled state. #57562 @​yfy3939
  • Table
    • ⚡️ Improve Table filter performance by caching flattened filter keys. #57546 @​Jiyur
    • ⚡️ Improve Table filter search performance by reusing normalized search input. #57651 @​li-jia-nan
    • 🐞 Fix Table rowSelection to use selectionColumnWidth from Design Token as default columnWidth. #57621 @​EmilyyyLiu
  • 🐞 Fix Design Token shadow tokens not adapting to dark theme. #57511 @​QDyanbing
  • 🐞 Fix Transfer remove button still changing color on hover when the list item is disabled. #57579 @​Jiyur
  • 🐞 Fix Tree checkbox, switcher and content alignment when parent nodes have multiple lines of content. #57471 @​jiangrong-devops
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [antd](https://github.com/ant-design/ant-design) from 6.3.5 to 6.3.7.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@6.3.5...6.3.7)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2026
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants