Skip to content

build(deps): bump antd from 4.24.3 to 5.10.0#509

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-5.10.0
Closed

build(deps): bump antd from 4.24.3 to 5.10.0#509
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-5.10.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2023

Bumps antd from 4.24.3 to 5.10.0.

Release notes

Sourced from antd's releases.

5.10.0

  • 🔥 New component Flex, used to set flexible layout. #44362
  • 🔥 Notification component supports stack configuration. By default, more than three notifications will be stacked. #44618
  • 🔥 Update the active styles of Input, InputNumber, Select, Cascader, TreeSelect, DatePicker, and ColorPicker. #45009
  • 🆕 Watermark supports setting the text alignment direction through textAlign. #44888 @​Yuiai01
  • 🆕 Slider supports any number of nodes and migrates xxxStyles to semantic styles and classNames properties. #45000
  • 🆕 Cascader supports the Cascader.Panel component for inline use. #45089
  • 🆕 Tooltip adds fresh attribute to support scenarios where content still needs to be updated when closed. #45020
  • 🆕 Drawer supports customizing the className of built-in modules through classNames. #44935
  • 🆕 ConfigProvider supports the warning attribute to configure warning levels (e.g. filter out deprecated API warnings). #44809
  • Modal
    • 🆕 Modal supports customizing the className of built-in modules through classNames. #44934
    • 🐞 Fixed the content overflow problem when Modal.confirm description is a long text. #45212
  • 🐞 Fix the problem that the nested Typography of Menu.Item cannot be vertically centered when ellipsis is true. #41146 @​Yuiai01
  • 🐞 Fix Select internal input not being able to apply fontFamily. #45197 @​Yuiai01
  • 🐞 Fix InputNumber border issue when using addonBefore in Space.Compact. #45004 @​Yuiai01
  • 🐞 Fix the problem that Tag.CheckableTag does not support ref. #45164 @​mingming-ma
  • 🐞 Fixed the issue where the font in the Avatar.Group component does not support responsiveness. #34722 @​laishiwen
  • 🛠 Refactor Affix into a functional component. #42674
  • 🛠 The Popover component deprecates the minWidth component token and adds titleMinWidth as a replacement. #44750
  • 🌈 Token
    • 🆕 Input adds hoverBg activeBg token to set the input box hover and activation background color. #44752 @​Pan-yongyong
    • 🆕 Descriptions Added titleColor and contentColor to set the title color and content area text color. #44729 @​Child-qjj
    • 🐞 Fixed the issue where the Input component Token addonBg is invalid. #45222
  • TypeScript
    • 🤖 The ArgsProps type for exported Notification is NotificationArgsProps. #45147
  • 🌐 Locales

  • 🔥 新增 Flex 组件,用于设置弹性布局。#44362
  • 🔥 Notification 组件支持 stack 配置,默认超过三个以上的提示会堆叠起来。#44618
  • 🔥 更新 Input、InputNumber、Select、Cascader、TreeSelect、DatePicker、ColorPicker 的激活态样式。#45009
  • 🆕 Watermark 支持通过 textAlign 设置文本对齐方向。#44888 @​Yuiai01
  • 🆕 Slider 支持任意节点数并且将 xxxStyle 迁移至语义化 stylesclassNames 属性中。#45000
  • 🆕 Cascader 支持 Cascader.Panel 组件供内联使用。#45089
  • 🆕 Tooltip 添加 fresh 属性以支持在关闭时仍然需要更新内容的场景。#45020
  • 🆕 Drawer 支持通过 classNames 自定义内置模块的 className#44935
  • 🆕 ConfigProvider 支持 warning 属性以配置警告等级(如过滤掉废弃 API 警告)。#44809
  • Modal
    • 🆕 Modal 支持通过 classNames 自定义内置模块的 className#44934
    • 🐞 修复 Modal.confirm description 是长文本时的内容溢出问题。#45212
  • 🐞 修复 Menu.Item 嵌套的 Typography 其 ellipsis 为 true 时无法垂直居中的问题。#41146 @​Yuiai01
  • 🐞 修复 Select 内部 input 无法应用 fontFamily 的问题。#45197 @​Yuiai01
  • 🐞 修复 InputNumber 在 Space.Compact 中使用 addonBefore 时的边框问题。#45004 @​Yuiai01
  • 🐞 修复 Tag.CheckableTag 不支持 ref 的问题。#45164 @​mingming-ma
  • 🐞 修复 Avatar.Group 组件内的字体不支持响应式的问题。#34722 @​laishiwen
  • 🛠 重构 Affix 为函数组件。#42674
  • 🛠 Popover 组件废弃 minWidth 组件 token,并添加 titleMinWidth 作为替代。#44750
  • 🌈 Token

... (truncated)

Changelog

Sourced from antd's changelog.

5.10.0

2023-10-10

  • 🔥 New component Flex, used to set flexible layout. #44362
  • 🔥 Notification component supports stack configuration. By default, more than three notifications will be stacked. #44618
  • 🔥 Update the active styles of Input, InputNumber, Select, Cascader, TreeSelect, DatePicker, and ColorPicker. #45009
  • 🆕 Watermark supports setting the text alignment direction through textAlign. #44888 @​Yuiai01
  • 🆕 Slider supports any number of nodes and migrates xxxStyles to semantic styles and classNames properties. #45000
  • 🆕 Cascader supports the Cascader.Panel component for inline use. #45089
  • 🆕 Tooltip adds fresh attribute to support scenarios where content still needs to be updated when closed. #45020
  • 🆕 Drawer supports customizing the className of built-in modules through classNames. #44935
  • 🆕 ConfigProvider supports the warning attribute to configure warning levels (e.g. filter out deprecated API warnings). #44809
  • Modal
    • 🆕 Modal supports customizing the className of built-in modules through classNames. #44934
    • 🐞 Fixed the content overflow problem when Modal.confirm description is a long text. #45212
  • 🐞 Fix the problem that the nested Typography of Menu.Item cannot be vertically centered when ellipsis is true. #41146 @​Yuiai01
  • 🐞 Fix Select internal input not being able to apply fontFamily. #45197 @​Yuiai01
  • 🐞 Fix InputNumber border issue when using addonBefore in Space.Compact. #45004 @​Yuiai01
  • 🐞 Fix the problem that Tag.CheckableTag does not support ref. #45164 @​mingming-ma
  • 🐞 Fixed the issue where the font in the Avatar.Group component does not support responsiveness. #34722 @​laishiwen
  • 🛠 Refactor Affix into a functional component. #42674
  • 🛠 The Popover component deprecates the minWidth component token and adds titleMinWidth as a replacement. #44750
  • 🌈 Token
    • 🆕 Input adds hoverBg activeBg token to set the input box hover and activation background color. #44752 @​Pan-yongyong
    • 🆕 Descriptions Added titleColor and contentColor to set the title color and content area text color. #44729 @​Child-qjj
    • 🐞 Fixed the issue where the Input component Token addonBg is invalid. #45222
  • TypeScript
    • 🤖 The ArgsProps type for exported Notification is NotificationArgsProps. #45147
  • 🌐 Locales

5.9.4

2023-09-28

  • Button
    • 🐞 Fix Button that two Chinese characters in nested span should have space between. #45126 @​MadCcc
    • 🐞 Fix Button unexpected loading icon when conditional rendering. #45030 @​lzl0304
  • 🐞 Fix Tour that step.type didn't work when shown at first time. #45086 @​MadCcc
  • 🐞 Fix Select and DatePicker that input should use fontFamily token. #45088 @​MadCcc

5.9.3

2023-09-25

  • 🔥 Tooltip delete the logic of wrap span on disabled element. It can always work as expect on disabled element now. #44895 @​Yuiai01
  • 🐞 Fix Popover that should shift automaticly when overflowed. #45015 @​MadCcc
  • 🐞 Fix Tooltip / Popover position jump when content height changed. #44976

... (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 4.24.3 to 5.10.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@4.24.3...5.10.0)

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

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 Oct 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2023

Superseded by #510.

@dependabot dependabot bot closed this Oct 16, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.10.0 branch October 16, 2023 03:44
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