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

Update dependency antd to v5 #573

Closed
wants to merge 1 commit into from
Closed

Update dependency antd to v5 #573

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) 4.16.13 -> 5.6.4 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

v5.6.4

Compare Source

  • Form
    • 🐞 Fix onFieldsChange event will still be triggered incorrectly when the field is not configured with rules when the Form is submitted. #​43290
    • 🐞 Fix the problem that the warning message that name is empty is falsely reported when the name of Form.List is 0. #​43199 @​Yuiai01
  • 🐞 Fix the Badge color attribute does not take effect. #​43304
  • 🐞 Fix the position of Select clear icon when FormItem sets hasFeedback. #​43302 @​tinyfind
  • 🐞 Fix Transfer paging drop-down button is hidden and showSizeChanger method is invalid. #​41906 @​Yuiai01
  • 🐞 Fix the invalid modification of colorText and fontSize of Popconfirm component. #​43212 @​MadCcc
  • 🐞 Fix the problem that deleting files after Upload configures maxCount will not trigger onChange. #​43193
  • 💄 Fix Button disabled style error when it has link or href attribute. #​43091 @​BoyYangzai
  • TypeScript

  • Form
    • 🐞 修复 Form 在提交时,字段没有配置 rules 时仍会错误触发 onFieldsChange 事件的问题。#​43290
    • 🐞 修复 Form.List 的 name 为 0 时误报 name 为空的警告信息的问题。#​43199 @​Yuiai01
  • 🐞 修复 Badge color 属性不生效的问题。#​43304
  • 🐞 修复 Select 组件的消除图标在 FormItem 设置 hasFeedback 时的位置问题。#​43302 @​tinyfind
  • 🐞 修复 Transfer 分页下拉按钮被隐藏以及 showSizeChanger 方法无效。#​41906 @​Yuiai01
  • 🐞 修复 Popconfirm 组件 colorTextfontSize 修改无效的问题。#​43212 @​MadCcc
  • 🐞 修复 Upload 配置 maxCount 后删除文件不会触发 onChange 的问题。#​43193
  • 💄 修复 Button 在有 linkhref 属性时禁用样式错误。#​43091 @​BoyYangzai
  • TypeScript

v5.6.3

Compare Source


v5.6.2

Compare Source


  • 🐞 修复 Dropdown 配置 autoFocus 无效的问题。#​43002 @​Yuiai01
  • 🐞 修复 InputNumber 设置 prefix 在 Form.Item hasFeedBack 内高度异常的问题。#​43049
  • 💄 修复 Input 和 InputNumber 禁用状态样式。#​42974 @​kampiu
  • 🐞 修复 Upload 配置 maxCount 后,上传超出范围的文件仍然会触发 onChange 事件的问题。#​43034
  • 🐞 修复打包时即便没有使用 rc-field-form 包仍然会包含它的问题。#​43023
  • 🐞 修复 DatePicker 动态设置 disabledTime 时值不正确的问题。#​42991 @​linxianxi
  • 📖 补充 FloatButton 受控实例,并添加对应的 warning 提示。#​42835 @​poyiding
  • 🐞 修复 Button 禁用时子节点仍然可以交互的问题。#​42949 @​kiner-tang
  • 🐞 Drawer 添加最大宽度以防止在小屏幕下超出的问题。#​42914 @​amir2mi
  • 🐞 修复 Table 设置 checkStrictly 时,preserveSelectedRowKeys 无效的问题。#​42784 @​linxianxi
  • 🐞 修复 Transfer 在动态变更数据时,展示的选中数不同步的问题。#​42785 @​BoyYangzai
  • 🐞 修复 Radio.Button title 属性不生效,并补齐对应定义。#​43012 @​linxianxi

v5.6.1

Compare Source


v5.6.0

Compare Source


v5.5.2

Compare Source


v5.5.1

Compare Source

  • 🐞 Fix wrong Button icon size and margin. #​42516 @​MadCcc
  • 🐞 Fix Select remove & selected icon not align in center. #​42513
  • 🐞 Refactor Popconfirm DOM structure to fix extra margin before title and description when icon={null}. #​42433
  • 🐞 Fix Menu item icon not centered when itemMarginInline is 0. #​42426 @​zzwgh
  • 🐞 Fix Tag wrapped with Tooltip will use wrong font-size when hover. #​42414
  • 🐞 Fix Popconfirm trigger onVisibleChange twice. #​42393
  • 🐞 Adjust Tooltip & Popover display logic. Now the first priority is to ensure that it will not be clipped by overflow: hidden, and the second is to ensure that it is displayed within the viewport as much as possible. #​42394
  • ColorPicker
    • 🐞 Optimize ColorPicker the allowClear interaction logic, reopening the panel to select a color will default to 100% transparency instead of 0%. #​42439 @​RedJue
    • 🐞 Optimize ColorPicker interaction. Now it will close panel when click clear button. #​42406 @​kiner-tang
  • 💄 Optimize border radius in filter dropdown of Table. #​42451 @​Yuiai01
  • 🛠 Remove addEventListener from rc-util/lib/Dom/addEventListener and use native addEventListener instead. #​42464 @​li-jia-nan
  • 🛠 Reduce 1KB @​ant-design/icons bundle size. Fix TwoTone icon color to primary color of 5.0. #​42443
  • 🌐 Add missing translation for mn_MN. #​42512 @​ariunbatb
  • RTL
  • TypeScript

  • 🐞 修复 Button 组件 icon 尺寸和间距问题。#​42516 @​MadCcc
  • 🐞 修复 Select 移除和选中按钮不居中的问题。#​42513
  • 🐞 重构 Popconfirm DOM 结构以解决 icon={null}titledescription 的多余 margin 问题。#​42433
  • 🐞 修复 Menu 图标在 itemMarginInline 为 0 时不居中的问题。#​42426 @​zzwgh
  • 🐞 修复 Tag 被 Tooltip 包裹时,hover 会导致 font-size 错误的问题。#​42414
  • 🐞 修复 Popconfirm 的 onVisibleChange 会重复触发的问题。#​42393
  • 🐞 调整 Tooltip 和 Popover 展示逻辑,现在会优先保证不会被 overflow: hidden 裁剪,其次保证尽可能在可见屏幕范围内展示。#​42394
  • ColorPicker
    • 🐞 优化 ColorPicker allowClear 交互逻辑,重新打开面板选择颜色会默认 100% 透明度,而不是 0%。#​42439 @​RedJue
    • 🐞 优化 ColorPicker 交互,点击清除按钮时隐藏面板。#​42406 @​kiner-tang
  • 💄 修改 Table 筛选下拉菜单的圆角。#​42451 @​Yuiai01
  • 🛠 全局移除 rc-util/lib/Dom/addEventListener 引入的 addEventListener 方法,用原生代替。#​42464 @​li-jia-nan
  • 🛠 优化 @​ant-design/icons 的 bundle 体积大小。修复 TwoTone 类的图标色为 5.0 的新主色。#​42443
  • 🌐 添加 mn_MN 中缺失的翻译。#​42512 @​ariunbatb
  • RTL
  • TypeScript

v5.5.0

Compare Source


v5.4.7

Compare Source

  • 🐞 Fix Menu different margin between Menu.Item and Menu.Submenu in vertical and inline mode. #​42160
  • 🐞 Fix Breadcrumb using itemRender with path render additional a element. #​42049
  • 🐞 Fix Transfer in control mode throw React nest state update warning. #​42033
  • 🐞 Fix Upload logic of disable state. #​42102 @​Wxh16144
  • 💄 Fix Spin height is inconsistent with its icon children. #​42162 @​cheapCoder
  • ⚡️ Improve Affix logic when it does not need to update. #​42015 @​Simon-He95
  • ⚡️ Improve Anchor logic when it does not need to scroll. #​42018 @​Simon-He95

  • 🐞 修复 Menu.Item 与 Submenu 之间间距不统一的问题。#​42160
  • 🐞 修复 Breadcrumb 使用 itemRender 并且配置 path 时,渲染元素会额外包一层 a 元素的问题。#​42049
  • 🐞 修复 Transfer 在受控模式下报 React 状态嵌套更新错误信息。#​42033
  • 🐞 修复 Upload 禁用状态的逻辑。#​42102 @​Wxh16144

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 1977e71 to 3bb7e14 Compare November 27, 2022 15:29
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 6797581 to a9db3ae Compare December 5, 2022 09:57
@renovate renovate bot force-pushed the renovate/antd-5.x branch 4 times, most recently from a819f45 to 57be7d9 Compare December 13, 2022 17:07
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 6eddcf1 to a7377bb Compare December 26, 2022 10:41
@renovate renovate bot force-pushed the renovate/antd-5.x branch from a7377bb to 2d5ea51 Compare December 30, 2022 11:07
@renovate renovate bot force-pushed the renovate/antd-5.x branch 3 times, most recently from ea05c1c to a6312b9 Compare January 15, 2023 17:36
@renovate renovate bot force-pushed the renovate/antd-5.x branch 3 times, most recently from ba5ff86 to 7f43a35 Compare January 23, 2023 13:30
@renovate renovate bot force-pushed the renovate/antd-5.x branch 3 times, most recently from 25ebd46 to a16ca2f Compare February 2, 2023 14:16
@renovate renovate bot force-pushed the renovate/antd-5.x branch 3 times, most recently from 7e48eca to 6aeaf9d Compare February 13, 2023 16:07
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 428c716 to c662bdb Compare February 19, 2023 16:03
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 689d39e to b53c666 Compare March 5, 2023 17:31
@renovate renovate bot force-pushed the renovate/antd-5.x branch from b53c666 to c11a72e Compare March 13, 2023 13:13
@renovate renovate bot force-pushed the renovate/antd-5.x branch from c11a72e to bfe49d2 Compare March 20, 2023 13:24
@renovate renovate bot force-pushed the renovate/antd-5.x branch from bfe49d2 to 4a07e48 Compare March 28, 2023 11:56
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 4a07e48 to a8b4028 Compare April 3, 2023 11:04
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from e050be7 to dd24dcf Compare April 11, 2023 18:22
@renovate renovate bot force-pushed the renovate/antd-5.x branch 4 times, most recently from b0fa64e to b0b577d Compare April 26, 2023 09:35
@renovate renovate bot force-pushed the renovate/antd-5.x branch from b0b577d to 1e69175 Compare May 6, 2023 12:57
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 1e69175 to 4da6ed7 Compare May 15, 2023 11:02
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 4da6ed7 to de68c5d Compare May 22, 2023 14:17
@renovate renovate bot force-pushed the renovate/antd-5.x branch from de68c5d to bb5bf5a Compare May 30, 2023 07:52
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from bb65c09 to 9d943ec Compare June 7, 2023 18:20
@renovate renovate bot force-pushed the renovate/antd-5.x branch 3 times, most recently from af36091 to b7046bd Compare June 25, 2023 11:07
@renovate renovate bot force-pushed the renovate/antd-5.x branch from b7046bd to ad163f4 Compare July 3, 2023 08:51
@baitun baitun closed this Jul 4, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jul 4, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/antd-5.x branch July 4, 2023 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant