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.18.0 #630

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps antd from 3.26.20 to 4.18.0.

Release notes

Sourced from antd's releases.

4.18.0


  • 🐞 修复 Skeleton 不支持 style 的问题。#33405
  • 🐞 修复 Descriptions 内使用其他组件会被切割的问题。#33392
  • 🆕 统一类 Select 组件泛型定义为 OptionType 以支持自定义 FieldNames 匹配。#33364
  • 🐞 修复 Slider 禁用时 hover 色彩的问题。#33369 @​chen-jingjie
  • Table
    • 🆕 Table colSpanrowSpan 迁移至 onCell 方法中,以优化渲染性能。#33114
    • 🆕 Table 支持 Table.EXPAND_COLUMN 和 Table.SELECTION_COLUMN 以实现自定义列排序。#33026
  • Form
    • 🔥 Form.List 嵌套使用 Form.Item 时不再需要手工指定 fieldKey#32689
    • 🆕 Form 现在支持通过 labelWrap 开启标签可换行。#33048
  • 🆕 ConfigProvider 支持 Form 的 colon 配置。9bc148a @​seaSuper
  • 🆕 InputNumber 增加 prefix 属性支持。#32600 @​Austaras
  • 🆕 Modal 静态方法支持 wrapClassName 属性。#32676 @​cwjTerrace
  • 🆕 Popconfirm 新增是否显示取消按钮。#32620 @​cwjTerrace
  • 🆕 Dropdown.Button 新增 loading 属性。#32467 @​kaysonwu
  • 🆕 Input 新增 showCount 属性。#32522 @​cwjTerrace
  • 🆕 Alert 支持 closeIcon 自定义关闭图标。#32345 @​chen-jingjie
  • Typography

... (truncated)

Changelog

Sourced from antd's changelog.

4.18.0

2021-12-27

4.17.4

2021-12-19

  • 🐞 Fix a bug that Form.Item name is "parentNode" casue endless loop and memory leak. #31846 @​DaoxingHuang
  • 🐞 Revert #32448 to fix emoji input at Input.TextArea. #33312

4.17.3

2021-12-08

  • 🐞 Fix Drawer broken style caused by title width. #33205
  • 🐞 Fix Badge flash style when switch from display:none. #33083 @​songlinn
  • 💄 Change Anchor className form .fixed to .ant-anchor-fixed. #33085 @​tangjinzhou
  • 💄 Fix Button loading style missing in Firefox. #33199
  • Select
    • 🐞 Fix Select width became small when searching. #32988

... (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 #631.