wuhan2020 / wuhan2020.github.io

Wuhan2020 Community Website
https://wuhan2020.github.io
MIT License
78 stars 84 forks source link

Bump antd from 3.26.20 to 4.22.2 #661

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps antd from 3.26.20 to 4.22.2.

Release notes

Sourced from antd's releases.

4.22.2

  • 💄 Adjust Collapse title click region which will be fully width when collapsible=default now. #36761
  • Drawer
    • 🐞 Fix Drawer not work in 360 browser. #36748
    • 🐞 Revert back panel style into wrapper dom node in case developer use contentWrapperStyle for overwrite. #36748
    • 🐞 Fix for the string type as width/height value and warning which should use number type instead. #284

  • 💄 调整 Collapse 标题文本在 collapsible=default 时为完整宽度点击区域。#36761
  • Drawer
    • 🐞 修复 Drawer 在 360 浏览器不生效的问题。#36748
    • 🐞 回滚将样式恢复至包裹层以防止原本通过 contentWrapperStyle 覆盖样式的用法。#36748
    • 🐞 修复兼容以 string 类型作为 width/height 的用法,并且警告用户应当使用 number 类型。#284

4.22.1

  • 🐞 Fix Drawer with percentage width display issue. #36729

  • 🐞 修复 Drawer 使用百分比宽度时的展示问题。#36729

4.22.0

  • Form
    • 🔥 Form support Form.Item.useStatus for custom components to get Form.Item validate status. #36486
    • 🆕 Form support setFieldValue to simplify config array index value. #36058
    • 🐞 Fix Form.Item shaking when trigger validate so fast. #36575
  • 🆕 Radio.Group support onBlur and onFocus props. #36041
  • 🆕 Typography ellipsis.tooltip supports a object for Tooltip props. #36099
  • 🛠 Refactor Drawer to remove directly style control which helps more React way. #36672
  • 🛠 Refactor Sketelon.Button square shape style that its width is equal to height, and old become the default. #36123 @​alanhaledc
  • 🐞 Fix Modal.confirm onCancel argument close is not a function sometimes. #36600 @​Wxh16144
  • 🐞 Revert #36439 to fix the problem of incorrect status when uploading and deleting files, and fix the status color change when Upload removes files again change problem. #36706
  • Tree
    • 🛠 Tree/TreeSelect switcherIcon argument support more parameters from { expanded: boolean } to AntTreeNodeProps. #36651 @​alanhaledc
    • 🐞 Fix Tree draggable Fn params type from AntTreeNode to DataNode. #36648 @​tianyuan233
  • Table
    • 💄 Fix Table extra shadow and scrollbar when all columns are fixed. #36606 @​dashaowang
    • 💄 Fix Table tree data ellipsis style problem. #36608
  • 🌐 Localization

  • Form
    • 🔥 Form 新增 Form.Item.useStatus 用于获取 Form.Item 的校验状态。#36486
    • 🆕 Form 支持 setFieldValue 以简化设置数字单个值的操作流程。#36058
    • 🐞 修复 Form.Item 在快速切换校验状态时高度抖动的问题。#36575
  • 🆕 Radio.Group 支持 onBluronFocus 属性。#36041
  • 🆕 Typography ellipsis.tooltip 属性支持传入一个对象。#36099
  • 🛠 重构 Drawer 移除直接的 dom 操作以使其更符合 React 运作方式。#36672
  • 🛠 重构 Sketelon.Button square shape 样式为宽高相等,之前的 square 改为默认样式。#36123 @​alanhaledc
  • 🐞 修复 Modal.confirm 中 onCancel(close) 参数有时候不是 function 的问题。#36600 @​Wxh16144
  • 🐞 回滚 #36439 以修复上传和删除文件时状态不对的问题,并再次修复 Upload 移除文件时状态色会变化的问题。#36706
  • Tree
    • 🛠 Tree/TreeSelect switcherIcon 参数现在支持完整 TreeNode 属性,从 { expanded: boolean } 变为 AntTreeNodeProps#36651 @​alanhaledc

... (truncated)

Changelog

Sourced from antd's changelog.

4.22.2

2022-07-28

  • 💄 Adjust Collapse title click region which will be fully width when collapsible=default now. #36761
  • Drawer
    • 🐞 Fix Drawer not work in 360 browser. #36748
    • 🐞 Revert back panel style into wrapper dom node in case developer use contentWrapperStyle for overwrite. #36748
    • 🐞 Fix for the string type as width/height value and warning which should use number type instead. #284

4.22.1

2022-07-27

  • 🐞 Fix Drawer with percentage width display issue. #36729

4.22.0

2022-07-26

  • Form
    • 🔥 Form support Form.Item.useStatus for custom components to get Form.Item validate status. #36486
    • 🆕 Form support setFieldValue to simplify config array index value. #36058
    • 🐞 Fix Form.Item shaking when trigger validate so fast. #36575
  • 🆕 Radio.Group support onBlur and onFocus props. #36041
  • 🆕 Typography ellipsis.tooltip supports a object for Tooltip props. #36099
  • 🛠 Refactor Drawer to remove directly style control which helps more React way. #36672
  • 🛠 Refactor Sketelon.Button square shape style that its width is equal to height, and old become the default. #36123 @​alanhaledc
  • 🐞 Fix Modal.confirm onCancel argument close is not a function sometimes. #36600 @​Wxh16144
  • 🐞 Revert #36439 to fix the problem of incorrect status when uploading and deleting files, and fix the status color change when Upload removes files again change problem. #36706
  • Tree
    • 🛠 Tree/TreeSelect switcherIcon argument support more parameters from { expanded: boolean } to AntTreeNodeProps. #36651 @​alanhaledc
    • 🐞 Fix Tree draggable Fn params type from AntTreeNode to DataNode. #36648 @​tianyuan233
  • Table
    • 💄 Fix Table extra shadow and scrollbar when all columns are fixed. #36606 @​dashaowang
    • 💄 Fix Table tree data ellipsis style problem. #36608
  • 🌐 Localization

4.21.7

2022-07-18

  • 🆕 Add Skeleton.Node sub-component, allow user customize content of Skeleton. #36441 @​DawnLck
  • Form
    • 🐞 Fix Form with percentage width Select may leaves unexpected height. #36484
    • 🐞 Fix Form disabled but Upload component still uploadable in it. #36573 @​cwjTerrace
  • 🐞 Fix Tree non-draggable element still render the draggable icon. #36511 @​Wxh16144
  • 🐞 Fix Upload preview error on SVG with <foreignObject> and cross-origin links. #36402 @​jonioni
  • 🐞 Fix that Tooltip cannot close automaticly on disabled Radio. #36483

... (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)
dependabot[bot] commented 2 years ago

Superseded by #662.