Skip to content
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

build(deps): bump antd from 4.24.3 to 5.8.1 #489

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2023

Bumps antd from 4.24.3 to 5.8.1.

Release notes

Sourced from antd's releases.

5.8.1

  • 🐞 Fix unexpected warning of deprecated clearIcon #43945 @​kiner-tang
  • TypeScript
    • 🤖 Export MappingAlgorithm as type of theme algorithm. #43953

  • 🐞 修复预期外的 clearIcon 废弃报错。#43945 @​kiner-tang
  • TypeScript
    • 🤖 导出 MappingAlgorithm 作为主题算法的类型。#43953

5.8.0

  • 🔥 Component Token support algorithm to calculate derivative tokens same as global. #43810 @​MadCcc
  • 🔥 Modal hooks function support await call. #43470
  • 🔥 ConfigProvider support wave to customize wave effect. #43784
  • 🆕 Form support getFieldsValue({ strict: true }) to support only Item bind values. #43828
  • 🆕 Descriptions support items prop. #43483 @​RedJue
  • 🆕 ColorPicker support disabledAlpha prop. #43355 @​RedJue
  • 🆕 Avatar.Group support shape prop. #43817 @​li-jia-nan
  • 🆕 AutoComplete/Cascader/DatePicker/Input.Textarea/TimePicker/TreeSelect support allowClear prop to customize clear button。#43582 @​kiner-tang
  • 🆕 RangePicker presets support callback functions. #43476 @​Wxh16144
  • 🆕 Added the preview={{ movable: Boolean }} prop to the Image component to support dragging and dropping into folders. #43823 @​linxianxi
  • 🆕 Slider tooltip support autoAdjustOverflow prop. #43788
  • 🆕 Added the selectionsIcon property to the Transfer component to support custom icons for the dropdown menu. #43773 @​li-jia-nan
  • 🗑 Select, Tree-Select and Cascader deprecated showArrow prop. Now suffix arrow should be configured with suffixIcon. #43520 @​MuxinFeng
  • 🐞 Optimized the import method for @ant-design/icons to avoid importing all icons. #43915 @​ssxenon01
  • 🐞 Fix Anchor not trigger getCurrentAnchor when scroll. #43916
  • 🐞 Fix Tooltip hover not trigger on disabled element. #43872
  • 🐞 Fix ColorPicker not calling onChangeComplete callback when changing value. #43867 @​RedJue
  • 🐞 Fix Modal.confirm locale setting were reset. #43277 @​Yuiai01
  • 🐞 Fix Slide description info and slider handle overlap issue. #43780 @​Wxh16144
  • 🐞 Fix InputNumber handler style in large size. #43875 @​yee94
  • 🐞 Fix Select popup flip position motion not correct. #43764
  • 💄 Optimized the design of icons including CloseCircleFilled/CloseSquareFilled/CloseOutlined/CloseCircleOutlined/CloseSquareOutlined/ExportOutlined/ImportOutlined. 824500
  • 💄 Fix when using with other component libraries that use @ant-design/cssinjs, antd styles will always be inserted at the top to avoid style override issues caused by loading order. #43847
  • 💄 Optimize message and notification to not to extract style in SSR. #43808
  • ⌨️ Fix Select aria-activedescendant didn't conform to valid value. #43800
  • ⌨️ Fix Layout.Header accessibility role. #43749 @​khalibloo
  • TypeScript

  • 🔥 组件 Token 支持配置 algorithm 参数,添加配置即可像全局 Token 一样由部分修改的 token 计算派生 token 的值并用于组件样式中。#43810 @​MadCcc
  • 🔥 Modal hooks 方法支持 await 调用。#43470
  • 🔥 ConfigProvider 支持 wave 配置以自定义水波纹效果。#43784
  • 🆕 Form 新增 getFieldsValue({ strict: true }) 以支持获取仅通过 Item 绑定的字段。#43828
  • 🆕 Descriptions 支持 items 属性。#43483 @​RedJue
  • 🆕 ColorPicker 支持 disabledAlpha 属性。#43355 @​RedJue
  • 🆕 Avatar.Group 支持设置 shape 属性。#43817 @​li-jia-nan
  • 🆕 AutoComplete/Cascader/DatePicker/Input.Textarea/TimePicker/TreeSelect 组件均已支持通过 allowClear.clearIcon 属性自定义清除按钮。#43582 @​kiner-tang
  • 🆕 RangePicker presets 属性支持回调函数。#43476 @​Wxh16144
  • 🆕 Image 新增 preivew={{ movable: Boolean }} 属性以支持可拖拽到文件夹。#43823 @​linxianxi
  • 🆕 Slider tooltip 支持配置 autoAdjustOverflow 属性。#43788

... (truncated)

Changelog

Sourced from antd's changelog.

5.8.1

2023-08-02

  • 🐞 Fix Select, TreeSelect, Cascader, DatePicker unexpected warning of deprecated clearIcon #43945 @​kiner-tang
  • TypeScript
    • 🤖 Export Design Token MappingAlgorithm as type of theme algorithm. #43953

5.8.0

2023-08-01

  • 🔥 Component Token support algorithm to calculate derivative tokens same as global. #43810 @​MadCcc
  • 🔥 Modal hooks function support await call. #43470
  • 🔥 ConfigProvider support wave to customize wave effect. #43784
  • 🆕 Form support getFieldsValue({ strict: true }) to support only Item bind values. #43828
  • 🆕 Descriptions support items prop. #43483 @​RedJue
  • 🆕 ColorPicker support disabledAlpha prop. #43355 @​RedJue
  • 🆕 Avatar.Group support shape prop. #43817 @​li-jia-nan
  • 🆕 AutoComplete/Cascader/DatePicker/Input.Textarea/TimePicker/TreeSelect support allowClear prop to customize clear button。#43582 @​kiner-tang
  • 🆕 DatePicker.RangePicker presets support callback functions. #43476 @​Wxh16144
  • 🆕 Added the preview={{ movable: Boolean }} prop to the Image component to support dragging and dropping into folders. #43823 @​linxianxi
  • 🆕 Slider tooltip support autoAdjustOverflow prop. #43788
  • 🆕 Added the selectionsIcon property to the Transfer component to support custom icons for the dropdown menu. #43773 @​li-jia-nan
  • 🗑 Select, Tree-Select and Cascader deprecated showArrow prop. Now suffix arrow should be configured with suffixIcon. #43520 @​MuxinFeng
  • 🐞 Optimized the import method for @ant-design/icons to avoid importing all icons. #43915 @​ssxenon01
  • 🐞 Fix Anchor not trigger getCurrentAnchor when scroll. #43916
  • 🐞 Fix Tooltip hover not trigger on disabled element. #43872
  • 🐞 Fix ColorPicker not calling onChangeComplete callback when changing value. #43867 @​RedJue
  • 🐞 Fix Modal.confirm locale setting were reset. #43277 @​Yuiai01
  • 🐞 Fix Slider description info and slider handle overlap issue. #43780 @​Wxh16144
  • 🐞 Fix InputNumber handler style in large size. #43875 @​yee94
  • 🐞 Fix Select popup flip position motion not correct. #43764
  • 💄 Optimized @ant-design/icons the design of icons including CloseCircleFilled/CloseSquareFilled/CloseOutlined/CloseCircleOutlined/CloseSquareOutlined/ExportOutlined/ImportOutlined. 824500
  • 💄 Fix when using with other component libraries that use @ant-design/cssinjs, antd styles will always be inserted at the top to avoid style override issues caused by loading order. #43847
  • 💄 Optimize message and notification to not to extract style in SSR. #43808
  • ⌨️ Fix Select aria-activedescendant didn't conform to valid value. #43800
  • ⌨️ Fix Layout.Header accessibility role. #43749 @​khalibloo
  • TypeScript

5.7.3

2023-07-24

  • 🐞 Fix Adjust the positioning of the Tour to be centered when the target is null. #43694 @​linxianxi
  • 💄 Fix Watermark style issue in dark theme. #43754
  • 🐞 Fix Button missing part React.ButtonHTMLAttributes issue. #43716
  • 💄 Watermark use Design Token to support dark theme. #43754
  • TypeScript

... (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 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.8.1.
- [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.8.1)

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

dependabot bot commented on behalf of github Aug 7, 2023

Superseded by #490.

@dependabot dependabot bot closed this Aug 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.8.1 branch August 7, 2023 03:17
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.

None yet

0 participants