Skip to content

Bump antd from 5.24.7 to 5.24.9 #957

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2025

Bumps antd from 5.24.7 to 5.24.9.

Release notes

Sourced from antd's releases.

5.24.9


  • 🐞 修复 Splitter 在 lazy 模式下遮罩未能正确关闭的问题。#53653 @​wanpan11
  • 🐞 修复 Affix 在动态调整 offsetTopoffsetBottom 属性值后固定效果失效的问题。#53607 @​yellowryan
  • 💄 移动端场景下 Select 当有选中值时始终显示清除按钮。#53576 @​EmilyyyLiu
  • 🐞 修复 Slider 设置 formatter 后,拖拽滑块导致 Tooltip 位置异常的问题。#53460 @​EmilyyyLiu
  • 🐞 修复 Tabs 键盘操作失效的问题。#53692 @​afc163
  • RTL

5.24.8

  • 🤖 Release llms.txt and llms-full.txt, help LLM or agent to access detailed information during inference.
  • 🐞 Fix Tabs throwing Maximum update depth exceeded error in some cases. #53521 @​afc163
  • Splitter
    • 💄 Make Splitter collapse icon always visible on mobile devices. #53575 @​EmilyyyLiu
    • 🐞 Fix Splitter onResizeEnd callback parameter not being the latest value in lazy mode. #53574 @​wanpan11
  • Input
    • 🐞 Fix Input.TextArea height flickering during initialization. #53522 @​Fang328
    • 🐞 Fix Popover position misalignment when Input has suffix. #53475
    • 🐞 Fix Input.OTP mask attribute not working properly when type="number". #53550 @​rajankonar
  • 🐞 Fix Breadcrumb.Item type not supporting data-* and aria-* attributes. #53546 @​John-Feola
  • 🐞 Fix Descriptions incorrect border radius styles when enable bordered mode. #53538 @​dengfuping
  • 🐞 Fix disabled state of operation buttons in UploadList when used within Form. #53504 @​Wxh16144
  • 🐞 MISC: Fix custom token colorIcon not taking effect for some components. #53511 @​dengfuping
  • 🐞 Fix message/notification runtime dynamic configuration changes not taking effect. #53579 @​Wxh16144
  • RTL
    • 💄 Fix counter element direction of Image and Input.TextArea in RTL mode. #53530 @​aojunhao123
    • 💄 Fix incorrect direction of left and right switch icons in Image.PreviewGroup in RTL mode. #53525 @​aojunhao123

  • 🤖 发布 llms.txtllms-full.txt,提供大模型友好的文本信息。
  • 🐞 修复 Tabs 有时抛出 Maximum update depth exceeded 错误的问题。#53521 @​afc163
  • Splitter
    • 💄 Splitter 折叠图标在移动设备上将始终展示。#53575 @​EmilyyyLiu
    • 🐞 修复 Splitter 在 lazy 模式下 onResizeEnd 回调参数不是最新值的问题。#53574 @​wanpan11
  • Input
    • 🐞 修复 Input.TextArea 初始化时渲染高度闪烁问题。#53522 @​Fang328
    • 🐞 修复 Input 存在 suffix 的情况下 Popover 弹出位置错乱的问题。#53475
    • 🐞 修复 Input.OTP mask 属性在 type="number" 时无法正常工作的问题。#53550 @​rajankonar
  • 🐞 修复 Breadcrumb.Item 类型不支持 data-*aria-* 属性的问题。#53546 @​John-Feola
  • 🐞 修复 Descriptions 带边框模式下左上和左下圆角样式不正确的问题。#53538 @​dengfuping
  • 🐞 修复 UploadList 在 Form 中使用时操作按钮的禁用状态问题。#53504 @​Wxh16144

... (truncated)

Changelog

Sourced from antd's changelog.

5.24.9

2025-04-29

5.24.8

2025-04-21

  • 📖 Release llms.txt and llms-full.txt, help LLM or agent to access detailed information during inference.
  • 🐞 Fix Tabs throwing Maximum update depth exceeded error in some cases. #53521 @​afc163
  • Splitter
    • 💄 Make Splitter collapse icon always visible on mobile devices. #53575 @​EmilyyyLiu
    • 🐞 Fix Splitter onResizeEnd callback parameter not being the latest value in lazy mode. #53574 @​wanpan11
  • Input
    • 🐞 Fix Input.TextArea height flickering during initialization. #53522 @​Fang328
    • 🐞 Fix Popover position misalignment when Input has suffix. #53475
    • 🐞 Fix Input.OTP mask attribute not working properly when type="number". #53550 @​rajankonar
  • 🐞 Fix Breadcrumb.Item type not supporting data-* and aria-* attributes. #53546 @​John-Feola
  • 🐞 Fix Descriptions incorrect border radius styles when enable bordered mode. #53538 @​dengfuping
  • 🐞 Fix disabled state of operation buttons in UploadList when used within Form. #53504 @​Wxh16144
  • 🐞 MISC: Fix custom token colorIcon not taking effect for some components. #53511 @​dengfuping
  • 🐞 Fix message/notification runtime dynamic configuration changes not taking effect. #53579 @​Wxh16144
  • RTL
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.24.7 to 5.24.9.
- [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.24.7...5.24.9)

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

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 Apr 29, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 7, 2025

Superseded by #966.

@dependabot dependabot bot closed this May 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.24.9 branch May 7, 2025 21:12
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