Skip to content

Bump antd from 4.23.4 to 5.26.2 #1938

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2025

Bumps antd from 4.23.4 to 5.26.2.

Release notes

Sourced from antd's releases.

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 属性现在可以覆盖进度条类型。#53972 @​afc163
  • 🆕 Table expandable 增加 expandedRowOffset 以支持展开行的偏移列数。#53926 @​crazyair
  • 🐞 修复 ConfigProvider 多层嵌套后 motion 失效的问题。#53902 @​wanpan11
  • 🐞 修复 Modal hooks 的 update 不支持更新函数的问题。#53994 @​zombieJ

5.26.0-alpha.0

No release notes provided.

5.25.4


... (truncated)

Changelog

Sourced from antd's changelog.

5.26.2

2025-06-22

  • 💄 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

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

2025-05-31

5.25.3

2025-05-26

  • 🐞 Fix Typography.Text delete property not updating. #53861 @​codingories
  • 🐞 Fix the Statistic.Timer as a subcomponent of Tooltip could not display text prompts properly. #53888 @​jin19980928
  • 🐞 Fix the style setting of the Upload component did not take effect in more types. #53877 @​QuentinHsu
  • 💄 Fix the residual focus style after clicking Tabs. #53901

5.25.2

2025-05-19

  • 🐞 Fix AutoComplete onPaste event callback not working problem on inside Input. #53839 @​Wxh16144

... (truncated)

Commits
  • 36c7ec9 fix: update select multiple item max-width to prevent overflow (#54181)
  • a998a00 style: fix incorrect DatePicker small token (#53668)
  • 61a630a refactor: update calendar demo header layout with Flex and simplify options (...
  • e26f10f chore(deps): update dependency eslint-plugin-jsdoc to v51.2.1 (#54170)
  • 29806cc docs: fix codeblock style is unclear in dark mode issue (#54160)
  • 2818b26 chore: unlock @​biomejs/biome version (#54174)
  • e061041 fix(Badge): fix visibility of <Badge count={0} showZero={false} /> (#54156)
  • 39cc643 chore(deps): update dependency @​biomejs/biome to v2.0.4 (#54169)
  • b93df90 docs: changelog for 5.26.2 (#54153)
  • 8f52938 fix(input): correct classNames and styles TypeScript definitions (#54162)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by zoomdong07, a new releaser for antd since your current version.


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 4.23.4 to 5.26.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@4.23.4...5.26.2)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 5.26.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 major labels Jun 24, 2025
@github-actions github-actions bot added the patch label Jun 24, 2025
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 major patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants