Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps antd from 5.18.3 to 5.26.4.

Release notes

Sourced from antd's releases.

5.26.4


5.26.3

  • 🐞 Fix InputNumber using variant=underlined and suffix will show the border radius issue. #54228 @​kiner-tang
  • 🐞 Fix FloatButton.Group always throw the wrong warning of shape. #54215 @​deathemperor
  • 💄 Adjust Typography title using fontWeightStrong token. #54185 @​p-a
  • 🐞 Fix Tree.DirectoryTree dragging inidicator style issue. #54183 @​uioonm
  • TypeScript
    • 🤖 Clear Menu internal definition to align with official site. They are not real working. #54189 @​wanpan11

  • 🐞 修复 InputNumber 在 variant=underlinedsuffix 配合时,样式会出现圆角的问题。#54228 @​kiner-tang
  • 🐞 修复 FloatButton.Group 总是错误的抛出 shape 配置警告信息。#54215 @​deathemperor
  • 💄 调整 Typography 标题使用 fontWeightStrong token。#54185 @​p-a
  • 🐞 修复 Tree.DirectoryTree 拖拽样式指示器位置不正确的问题。#54183 @​uioonm
  • TypeScript
    • 🤖 清理 Menu 内部使用的属性定义与官网保持一致,这些属性并不会真的起效。#54189 @​wanpan11

5.26.2

  • 🐞 Fix Select multiple item max-width to prevent unexpected wrapping. #54181 @​afc163
  • 💄 Fix incorrect DatePicker small token. #53668 @​765477020
  • 🐞 Fix Error of not being able to control visibility through showZero when count is 0 #54156 @​Meet-student
  • 💄 Fix Tree/List/Table virtual scrollbar visibility in dark themes. #54155 @​afc163
  • 🐞 Fix Switch/Rate is not align centerly in Form.Item. #54106 @​afc163
  • TypeScript
    • 🤖 Input: Fix TypeScript definitions for classNames and styles props to match documented API. #54162 @​aojunhao123

  • 🐞 修复多选 Select 在单条选中项文本超长时意外换行的问题。#54181 @​afc163
  • 💄 修复 DatePicker size="small" 时消费不正确 token 的问题。#53668 @​765477020
  • 🐞 修复 badge 组件当 count=0 时无法通过 showZero 控制显隐错误。#54156 @​Meet-student
  • 💄 修复 Tree/List/Table 等组件的虚拟滚动条样式在暗色主题下难以识别的问题。#54155 @​afc163
  • 🐞 修复 Form 下 Switch/Rate 组件没有居中对齐的问题。#54106 @​afc163
  • TypeScript
    • 🤖 Input: 修复 classNamesstyles 属性的 TypeScript 类型定义,与文档 API 保持一致。#54162 @​aojunhao123

5.26.1

  • 🐞 Fix Button can trigger click multiple time with loading lock when in low perf device. #54041 @​zombieJ

  • 🐞 修复 Button 的 loading 锁定在低端机型中可以多次触发点击事件的问题。#54041 @​zombieJ

5.26.0

  • 🆕 Upload progress prop can now override the progress bar type. #53972 @​afc163

... (truncated)

Changelog

Sourced from antd's changelog.

5.26.4

2025-07-07

5.26.3

2025-06-30

  • 🐞 Fix InputNumber using variant=underlined and suffix will show the border radius issue. #54228 @​kiner-tang
  • 🐞 Fix FloatButton.Group always throw the wrong warning of shape. #54215 @​deathemperor
  • 💄 Adjust Typography title using fontWeightStrong token. #54185 @​p-a
  • 🐞 Fix Tree.DirectoryTree dragging inidicator style issue. #54183 @​uioonm
  • TypeScript
    • 🤖 Clear Menu internal definition to align with official site. They are not real working. #54189 @​wanpan11

5.26.2

2025-06-24

5.26.1

2025-06-16

  • 🐞 Fix Button can trigger click multiple time with loading lock when in low perf device. #54041 @​zombieJ

5.26.0

2025-06-10

5.25.4

... (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 5.18.3 to 5.26.4.
- [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@5.18.3...5.26.4)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 5.26.4
  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 Jul 14, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 21, 2025

Superseded by #289.

@dependabot dependabot bot closed this Jul 21, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.26.4 branch July 21, 2025 05:20
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.

1 participant