Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps antd from 5.27.5 to 5.28.0.

Release notes

Sourced from antd's releases.

5.28.0

  • 🆕 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
  • 🐞 Fix Mentions component not inheriting disabled from external Form. #54829 @​EmilyyyLiu
  • 🐞 Fix Watermark component crashing when wrapping Modal with modalRender. #55435 @​ug-hero
  • 🗑 Input component deprecates addonAfter and addonBefore props, use Space.Compact instead. #55315 @​EmilyyyLiu
  • 🤖 Row component gutter prop supports string type definition. #54628 @​ug-hero

  • 🆕 Drawer 支持 closable.placement 属性,用于指定关闭按钮的位置。#54067 @​davidhsing
  • 🆕 Image 组件支持 fallback 全局配置。#54702 @​Jiyur
  • 🆕 QRCode 组件支持 boostLevel 属性。#55063 @​li-jia-nan
  • 🆕 Splitter 支持 onCollapse 属性。#54673 @​ug-hero
  • 🆕 Statistic 设置为 loading 时默认展现动画效果。#55398 @​afc163
  • 🆕 TreeSelect 支持切换器图标的全局配置。#54821 @​Jiyur
  • Segmented
    • 💄 Segmented 的主题变量 itemSelectedBg 支持背景渐变。#55391 @​zancheng
    • 🐞 修复 Segmented 切换动画总是从第一项移动闪烁的问题。#55438 @​afc163
  • 🐞 修复 Tree 和 Transfer 组件的 disabled 继承问题。#54831 @​cactuser-Lu
  • 🐞 修复 Tree.DirectoryTree 定义 fieldNamesdefaultExpandAll 不生效的问题。#55420 @​Wxh16144
  • Upload
  • 💄 Notification 支持配置背景颜色的 token。#54802 @​thinkasany
  • 💄 Pagination 支持通过 itemActiveColoritemActiveColorHover token 修改高亮项的文字颜色。#55195 @​Renderz
  • 🐞 修复 Select、DatePicker、TreeSelect、Cascader 等组件 suffixIcon 配置值为 undefined 时没有默认后缀图标的问题。#54790 @​EmilyyyLiu
  • 🐞 修复 Mentions 组件没有继承外部 Form 的 disabled 的问题。#54829 @​EmilyyyLiu
  • 🐞 修复 Watermark 组件内包裹 Modal 使用 modalRender 会导致崩溃的问题。#55435 @​ug-hero
  • 🗑 Input 组件废弃 addonAfteraddonBefore 属性,使用 Space.Compact 替换。#55315 @​EmilyyyLiu
  • 🤖 Row 组件 gutter 属性支持 string 类型定义。#54628 @​ug-hero

5.27.6

  • Table
    • 🐞 Fix Table pagination.align is not working. #55316
    • 🛠 Add Table missing useMemo capability to spinProps. #55344
  • 🛠 Refactor Modal useMemo of ConfirmDialog to resolve useMemo invalid where Object.values ​​generates a new array. #55376

... (truncated)

Changelog

Sourced from antd's changelog.

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
  • 🐞 Fix Mentions component not inheriting disabled from external Form. #54829 @​EmilyyyLiu
  • 🐞 Fix Watermark component crashing when wrapping Modal with modalRender. #55435 @​ug-hero
  • 🗑 Input component deprecates addonAfter and addonBefore props, use Space.Compact instead. #55315 @​EmilyyyLiu
  • 🤖 Row component gutter prop supports string type definition. #54628 @​ug-hero

5.27.6

2025-10-20

  • 🐞 Fix Table pagination.align is not working. #55316
  • 🛠 Refactor Modal useMemo of ConfirmDialog to resolve useMemo invalid where Object.values generates a new array. #55376
  • TypeScript
    • 🤖 Add ConfigProvider the Window type definition in getTargetContainer of . #55313
    • 🤖 Add ConfigProvider the ShadowRoot type definition in getTargetContainer and getPopupContainer. #55278 @​leshalv
    • 🤖 Improve Modal type definition. #55371
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.27.5 to 5.28.0.
- [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.27.5...5.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from joncombe as a code owner November 1, 2025 22:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant