Skip to content

chore(deps): bump antd from 5.0.0 to 5.29.1#247

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/antd-5.29.1
Closed

chore(deps): bump antd from 5.0.0 to 5.29.1#247
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/antd-5.29.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2025

Bumps antd from 5.0.0 to 5.29.1.

Release notes

Sourced from antd's releases.

5.29.1


  • 🐞 修复 Carousel 选择器在垂直位置无法点击的问题。 #55757 @​wanpan11

5.29.0

  • 🆕 InputNumber component deprecates addonAfter and addonBefore props, use Space.Compact instead. #55505 @​EmilyyyLiu
  • ⌨️ Improve Drawer accessibility by adding aria-labelledby when a title is present. #55697 @​rxy001
  • 🌐 Fixed spacing in Korean localization for “복사됨” message. #55672 @​rapsealk

  • 🆕 InputNumber 组件废弃 addonAfteraddonBefore 属性,使用 Space.Compact 替换。 #55505 @​EmilyyyLiu
  • ⌨️ 优化 Drawer 组件的可访问性,存在标题时的属性 aria-labelledby#55697 @​rxy001
  • 🌐 修复韩语本地化中“복사됨”文本的空格规则问题。#55672 @​rapsealk

5.28.1

  • Carousel
  • 🐞 Fix Descriptions where content style wrongly used labelStyle. #55572 @​li-jia-nan
  • 💄 Adjust the height of the Select component to 32px when variant="underlined". #55607 @​ustcfury
  • 💄 When the underlined property is enabled for the Input component, the border color changes on mouse hover. #55609 @​ustcfury
  • 🛠 Flex gap prop support number type. #55591 @​ayangweb
  • 🌐 Add missing TimePicker translations for locales: ar_EG, en_GB, gl_ES, bg_BG, ca_ES, cs_CZ, el_GR, es_ES, eu_ES, fi_FI, he_IL, hu_HU, is_IS, kn_IN, kmr_IQ, lv_LV, mk_MK, mn_MN, ms_MY, pl_PL, pt_BR, pt_PT, ro_RO, sk_SK, sl_SI, sv_SE, ta_IN, th_TH, zh_TW, et_EE. #55656 @​li-jia-nan

  • Carousel
  • 🐞 修复 Popconfirm 在 actionFn 出错时未重置 ref 的问题。#55519 @​Taoister39
  • 🐞 修复 Descriptions 组件内容样式错误使用 labelStyle 的问题。#55572 @​li-jia-nan
  • 💄 修正 underlined 变体的 Select 组件高度为 32px。#55607 @​ustcfury
  • 💄 为 underlined 变体的 Input 组件补全 hover 边框颜色样式。#55609 @​ustcfury
  • 🛠 Flex gap 属性支持 number 类型。#55591 @​ayangweb
  • 🌐 补充 TimePicker 多语言翻译,覆盖以下语言:ar_EG、en_GB、gl_ES、bg_BG、ca_ES、cs_CZ、el_GR、es_ES、eu_ES、fi_FI、he_IL、hu_HU、is_IS、kn_IN、kmr_IQ、lv_LV、mk_MK、mn_MN、ms_MY、pl_PL、pt_BR、pt_PT、ro_RO、sk_SK、sl_SI、sv_SE、ta_IN、th_TH、zh_TW、et_EE。#55656 @​li-jia-nan

5.28.0

... (truncated)

Changelog

Sourced from antd's changelog.

5.29.1

2025-11-18

5.29.0

2025-11-17

  • 🆕 InputNumber component deprecates addonAfter and addonBefore props, use Space.Compact instead. #55505 @​EmilyyyLiu
  • ⌨️ Improve Drawer accessibility by adding aria-labelledby when a title is present. #55697 @​rxy001
  • 🌐 Fixed spacing in Korean localization for “복사됨” message. #55672 @​rapsealk

5.28.1

2025-11-11

  • Carousel
  • 🐞 Fix Descriptions where content style wrongly used labelStyle. #55572 @​li-jia-nan
  • 💄 Adjust the height of the Select component to 32px when variant="underlined". #55607 @​ustcfury
  • 💄 When the underlined property is enabled for the Input component, the border color changes on mouse hover. #55609 @​ustcfury
  • 🌐 Add missing TimePicker translations for locales: ar_EG, en_GB, gl_ES, bg_BG, ca_ES, cs_CZ, el_GR, es_ES, eu_ES, fi_FI, he_IL, hu_HU, is_IS, kn_IN, kmr_IQ, lv_LV, mk_MK, mn_MN, ms_MY, pl_PL, pt_BR, pt_PT, ro_RO, sk_SK, sl_SI, sv_SE, ta_IN, th_TH, zh_TW, et_EE. #55656 @​li-jia-nan
  • TypeScript
    • 🤖 Improve Flex component gap prop typing, for better IDE autocomplete and type inference. #55591 @​ayangweb

5.28.0

2025-11-01

  • 🆕 Drawer supports closable.placement prop to specify the position of the close button. #54067 @​davidhsing
  • 🆕 Image component supports fallback global configuration. #54702 @​Jiyur
  • 🆕 QRCode component supports boostLevel prop. #55063 @​li-jia-nan
  • 🆕 Splitter supports onCollapse prop. #54673 @​ug-hero
  • 🆕 Statistic displays animation effect by default when set to loading. #55398 @​afc163
  • 🆕 TreeSelect supports global configuration for switcher icon. #54821 @​Jiyur
  • Segmented
    • 💄 Segmented theme variable itemSelectedBg supports background gradient. #55391 @​zancheng
    • 🐞 Fix Segmented abnormal animation after React DevTools upgrade. #55438 @​afc163
  • 🐞 Fix Tree and Transfer components disabled inheritance issue. #54831 @​cactuser-Lu
  • 🐞 Fix Tree.DirectoryTree defaultExpandAll not working when fieldNames is defined. #55420 @​Wxh16144
  • Upload
  • 💄 Notification supports configuring background color token. #54802 @​thinkasany
  • 💄 Pagination supports modifying the text color of active items through itemActiveColor and itemActiveColorHover tokens. #55195 @​Renderz
  • 🐞 Fix Select, DatePicker, TreeSelect, Cascader and other components not showing default suffix icon when suffixIcon is configured as undefined. #54790 @​EmilyyyLiu

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

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 Nov 21, 2025
@stale
Copy link
Copy Markdown

stale bot commented Dec 21, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Dec 21, 2025
@stale stale bot closed this Dec 28, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 28, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.29.1 branch December 28, 2025 20:22
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 wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants