Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps antd from 5.24.7 to 5.25.3.

Release notes

Sourced from antd's releases.

5.25.3

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

  • 🐞 修复 Typography.Text delete 属性无法更新的问题。#53861 @​codingories
  • 🐞 修复 Statistic.Timer 组件作为 Tooltip 的子组件无法正常展示文字提示的问题。#53888 @​jin19980928
  • 🐞 修复 Upload 组件在更多类型时 style 设置未生效的问题。#53877 @​QuentinHsu
  • 💄 修复 Tabs 点击后有残留 focus 样式的问题。#53901

5.25.2


5.25.1


5.25.0

  • 🔥 New component Statistic.Timer, supporting both counting up and down. #53401 @​lcgash
  • 🆕 Tour add actionsRender prop to custom action button. #53067 @​dengfuping
  • 🆕 Add size prop to Divider. #53570 @​coding-ice
  • Collapse
  • 🆕 Upload supports paste upload via the pastable property. #53463 @​madocto
  • 🆕 AutoComplete component adds popup semantic node with support for customizing dropdown menu via classNames.popup, styles.popup, popupRender and onPopupVisibleChange, while deprecating legacy popupClassName, dropdownClassName, dropdownStyle, dropdownRender and onDropdownVisibleChange APIs. #53257 @​aojunhao123
  • 🆕 Cascader component adds popup semantic node, and deprecated some api. #53311 @​aojunhao123
  • 🆕 ConfigProvider support setting the variant and color props of Button. #53165 @​yellowryan

... (truncated)

Changelog

Sourced from antd's changelog.

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

5.25.1

2025-05-09

5.25.0

2025-05-07

  • 🔥 New component Statistic.Timer, supporting both counting up and down. #53401 @​lcgash
  • 🆕 Tour add actionsRender prop to custom action button. #53067 @​dengfuping
  • 🆕 Add size prop to Divider. #53570 @​coding-ice
  • Collapse
  • 🆕 Upload supports paste upload via the pastable property. #53463 @​madocto
  • 🆕 AutoComplete component adds popup semantic node with support for customizing dropdown menu via classNames.popup, styles.popup, popupRender and onOpenChange, while deprecating legacy popupClassName, dropdownClassName, dropdownStyle, dropdownRender and onDropdownVisibleChange APIs. #53257 @​aojunhao123
  • 🆕 Cascader component adds popup semantic node, and deprecated some api. #53311 @​aojunhao123
  • 🆕 ConfigProvider support setting the variant and color props of Button. #53165 @​yellowryan
  • 🆕 TreeSelect component adds popup semantic node, and deprecated some api. #53285 @​aojunhao123
  • 🆕 DatePicker and TimePicker add popup semantic node, and deprecated some api. #53718 @​aojunhao123
  • 🆕 Select component adds popup semantic node with support for customizing dropdown menu via classNames.popup, styles.popup, popupRender and onOpenChange, while deprecating legacy popupClassName, dropdownClassName, dropdownStyle, dropdownRender and onDropdownVisibleChange APIs. #53243 @​aojunhao123
  • 🆕 FloatButton supports tooltip props. #53138 @​Wxh16144
  • 🆕 Table rowSelection support align prop. #53127 @​zombieJ
  • 🆕 options prop of Radio.Group and Checkbox.Group support classNames. #52917 @​li-jia-nan
  • ⚡️ Optimize ColorPicker components to use derived state pattern instead of setState in useEffect. #53701 @​DDDDD12138

... (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.24.7 to 5.25.3.
- [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.25.3)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 5.25.3
  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 May 26, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

Superseded by #989.

@dependabot dependabot bot closed this Jun 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.25.3 branch June 2, 2025 21:49
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