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

chore(deps): bump antd from 3.26.18 to 5.8.2 #1757

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 3.26.18 to 5.8.2.

Release notes

Sourced from antd's releases.

5.8.2

  • 🐞 Fix Checkbox & Radio not support customize wave and add className ant-wave-target for this case. #44014
  • 🐞 Adjust Form.Item renderProps definition to return correct FormInstance. #43996
  • 🐞 Fixed Table incorrect expand icon direction and row indentation in RTL. #43977 @​Yuiai01
  • 💄 Fix Pagination that should not have hover and focus style when disabled. #43970 @​MadCcc
  • TypeScript
    • 🤖 Fix Drawer & Anchor part Design Token TS description not correct issue. #43994 @​wving5

  • 🐞 修复 Checkbox 与 Radio 不支持自定义水波纹效果的问题,并添加 ant-wave-target className 到对应元素上。#44014
  • 🐞 调整 Form.Item renderProps 定义,现在会返回正确的 FormInstance#43996
  • 🐞 修复 Table 在 directionrlt 时展开图标的方向和展开行的缩进有误的问题。#43977 @​Yuiai01
  • 💄 修复 Pagination 组件禁用状态仍然有悬浮和聚焦样式的问题。#43970 @​MadCcc
  • TypeScript
    • 🤖 修正 Drawer 和 Anchor 部分 Design Token 的 TS 描述信息错误的问题。#43994 @​wving5

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

... (truncated)

Changelog

Sourced from antd's changelog.

5.8.2

2023-08-04

  • 🐞 Fix Checkbox & Radio not support customize wave and add className ant-wave-target for this case. #44014
  • 🐞 Adjust Form.Item renderProps definition to return correct FormInstance. #43996
  • 🐞 Fixed Table incorrect expand icon direction and row indentation in RTL. #43977 @​Yuiai01
  • 💄 Fix Pagination that should not have hover and focus style when disabled. #43970 @​MadCcc
  • TypeScript
    • 🤖 Fix Drawer & Anchor part Design Token TS description not correct issue. #43994 @​wving5

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

... (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 3.26.18 to 5.8.2.
- [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@3.26.18...5.8.2)

---
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 requested a review from joshuef as a code owner August 6, 2023 01:57
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 6, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants