Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2026

Bumps antd from 6.1.3 to 6.2.2.

Release notes

Sourced from antd's releases.

6.2.2

  • 🐞 Fix Button with href wrapped by Typography showing incorrect color and flickering outline on hover. #56619 @​QdabuliuQ
  • 🐞 Fix component token not taking effect for Button with type="text". #56291 @​QDyanbing
  • 🐞 Fix where components within the Popover were affected by the state association with Form.Item. #56728
  • 🐞 Fix the placeholders displayed incorrectly when selecting multiple items in Select. #56675
  • 💄 Fix misaligned elements in Pagination when the global fontSize is increased. #56715 @​QDyanbing
  • 💄 Fix incorrect Drawer dragger position in RTL mode. #56693 @​QdabuliuQ

  • 🐞 修复被 Typography 包裹的带 href 的 Button 显示错误颜色和 hover 时 outline 闪烁的问题。#56619 @​QdabuliuQ
  • 🐞 修复 Button type="text" 时组件 Token 不生效的问题。#56291 @​QDyanbing
  • 🐞 修复 Popover 内组件被 Form.Item 状态关联影响的问题。#56728
  • 🐞 修复 Select 多选时占位符显示异常的问题。#56675
  • 💄 修复 Pagination 全局 fontSize 变大时各元素上下错位的问题。#56715 @​QDyanbing
  • 💄 修复 Drawer 在 rtl 模式下 dragger 位置错误的样式问题。#56693 @​QdabuliuQ

6.2.1

  • 🐞 Fix Button child element's className be cleared if it contains two Chinese characters. #56593 @​QdabuliuQ
  • 🐞 Fix DatePicker DOM not updated bug after update suffixIcon as null. #56637 @​AlanQtten
  • 🐞 Fix Table content area border radius when set border radius for container. #56478 @​QDyanbing
  • 💄 Fix Card unexpected border radius for Body area. #56653 @​ug-hero
  • 💄 MISC: Fix unexpected undefined and null in the injected styles. #56636 @​li-jia-nan
  • 💄 MISC: Improve background transition to background-color for all components. #56598 @​li-jia-nan
  • 🛠 Improve Grid use genCssVar method to generate more stable CSS variable names. #56635 @​li-jia-nan
  • 🛠 Improve @​ant-design/icons usage to avoid depend on full package since externals. #56639 @​ShenHongFei

  • 🐞 修复 Button 子元素为包含两个中文字符的标签时,原有 className 被清空的问题。#56593 @​QdabuliuQ
  • 🐞 修复 DatePicker 在设置 suffixIconnull 后不会更新 DOM 的问题。#56637 @​AlanQtten
  • 🐞 修复 Table 容器设置圆角时,内部内容区域圆角不一致的问题。#56478 @​QDyanbing
  • 💄 修复 Card Body 区域有非预期圆角值的问题。#56653 @​ug-hero
  • 💄 杂项:修复 undefinednull 值被注入到 CSS 的问题。#56636 @​li-jia-nan
  • 💄 杂项:优化所有组件中的 background 过渡为 background-color#56598 @​li-jia-nan
  • 🛠 优化 Grid 使用 genCssVar 方法以生成更加稳定的 CSS 变量名。#56635 @​li-jia-nan
  • 🛠 优化 @​ant-design/icons 引入方式为独立图标引入,避免被 externals 增加前置依赖。#56639 @​ShenHongFei

6.2.0

... (truncated)

Changelog

Sourced from antd's changelog.

6.2.2

2026-01-26

  • 🐞 Fix Button with href wrapped by Typography showing incorrect color and flickering outline on hover. #56619 @​QdabuliuQ
  • 🐞 Fix component token not taking effect for Button with type="text". #56291 @​QDyanbing
  • 🐞 Fix where components within the Popover were affected by the state association with Form.Item. #56728
  • 🐞 Fix the placeholders displayed incorrectly when selecting multiple items in Select. #56675
  • 💄 Fix misaligned elements in Pagination when the global fontSize is increased. #56715 @​QDyanbing
  • 💄 Fix incorrect Drawer dragger position in RTL mode. #56693 @​QdabuliuQ

6.2.1

2026-01-20

  • 🐞 Fix Button child element's className be cleared if it contains two Chinese characters. #56593 @​QdabuliuQ
  • 🐞 Fix DatePicker DOM not updated bug after update suffixIcon as null. #56637 @​AlanQtten
  • 🐞 Fix Table content area border radius when set border radius for container. #56478 @​QDyanbing
  • 💄 Fix Card unexpected border radius for Body area. #56653 @​ug-hero
  • 💄 MISC: Fix unexpected undefined and null in the injected styles. #56636 @​li-jia-nan
  • 💄 MISC: Improve background transition to background-color for all components. #56598 @​li-jia-nan
  • 🛠 Improve Grid use genCssVar method to generate more stable CSS variable names. #56635 @​li-jia-nan
  • 🛠 Improve @​ant-design/icons usage to avoid depend on full package since externals. #56639 @​ShenHongFei

6.2.0

2026-01-13

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.1.3 to 6.2.2.
- [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.1.3...6.2.2)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 28, 2026
@vercel
Copy link

vercel bot commented Jan 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
openapi-ui Error Error Jan 28, 2026 10:47pm

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