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.20.0 #645

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps antd from 3.26.20 to 4.20.0.

Release notes

Sourced from antd's releases.

4.20.0

  • ๐Ÿ”ฅ React 18 Support
    • ๐Ÿž Fix Form with React 18 StrictMode missing error message update. #35096
    • ๐Ÿž Fix Notification and Message throw createRoot warning in React 18. #35030
    • ๐Ÿž Fix BackTop not working in StrictMode. #34858 @โ€‹tmkx
  • ๐Ÿ”ฅ New component Segmented. #34319
    • ๐Ÿ›  Since v4.20.0 Segemented props onChange callback function parameter adjusted from ChangeEvent (v4.20.0-alpha.0, v4.20.0-alpha.1) to value to simplify API. #35187 @โ€‹vagusX
  • Form
    • ๐Ÿ”ฅ Form support useWatch to get current field value. #35036
    • ๐Ÿ†• Form support useFormInstance to get current context form instance. #35039
    • ๐Ÿ’„ Fix Form broken layout when set labelCol={{ sm: 24 }} and wrapperCol={{ sm: 24 }}. #34907
  • ๐Ÿ›Ž Menu support items for perf prepare, and children will be removed in next major version. #34559
  • ๐Ÿ†• Image PreviewGroup Support top progress rendering. #35038 @โ€‹zpc7
  • Upload
  • Table
    • ๐Ÿ†• Support reset to the default value rather than empty, when click reset in Table column filter. #34355 @โ€‹heiyu4585
    • ๐Ÿ’„ Fix Table head background and selection column width styling issues when size="small". #34963
    • ๐Ÿ‡ฉ๐Ÿ‡ช Improve German translations for Table. #34836 @โ€‹pfedan
    • โšก๏ธ Optimize Table filter calculation perfromance. #35064 @โ€‹nieyuyao
    • ๐Ÿ’„ Improve small and middle size Table selection dropdown margin style. #35173
  • Tree
    • ๐Ÿ†• Tree switcherIcon prop support render-prop. #34470 @โ€‹zqran
    • ๐Ÿ†• Tree support rootClassName and rootStyle. #34578
  • Breadcrumb
    • ๐Ÿž Fix Breadcrumb deprecated warning of Dropdown placement. #35162
    • ๐Ÿž Fix Breadcrumb show the number when is unexpected. #35123
    • โŒจ๏ธ Make structure of Breadcrumb be accessible. #34082 @โ€‹VladimirOtroshchenko
  • Anchor
    • ๐Ÿ†• Anchor getCurrentAnchor has active link as argument. #34799
    • ๐Ÿ›  Refactor Anchor to Function component. #35073 @โ€‹LongHaoo
  • Cascader
  • ๐Ÿ†• Click event object can be accessed in onCopy function of Typography. #34655 @โ€‹yzwxk
  • ๐Ÿ†• Grid supports justify="space-evenly". #34606 @โ€‹gp5251
  • ๐Ÿ†• Support rootClassName property for Dialog and Image. #34574 @โ€‹heiyu4585
  • ๐Ÿž Fix error Nothing was returned from render when Skeleton use falsy loading props without children. #34872 @โ€‹AlbertAZ1992
  • ๐Ÿ’„ Optimize Switch disabled color to fit colorful background. #35103
  • ๐Ÿ’„ Remove Tabs overflow: hidden style to fix Select and sticky Table display problem inside Tabs. #35195
  • ๐Ÿ’„ Fix Steps style issues in RTL mode. #35088 @โ€‹zpc7
  • ๐Ÿ’„ Fix animation for standalone Badge in RTL mode. #34899 @โ€‹hmz22
  • ๐Ÿ›  Optimize Modal id generate logic to improve accessibility experience. #35072
  • ๐Ÿž Fix Select and AutoComplete scroll abnormal behavior when navigate via keyboard.ใ€‚#35025
  • Spin
    • ๐Ÿ’„ Fix Spin animation style being abnormally parsed in Parcel. #35005
    • โŒจ๏ธ Spin add aria attribute to improve accessibility. #34408 @โ€‹heiyu4585
  • โŒจ๏ธ Dropdown support select option by keyboard. #34738

... (truncated)

Changelog

Sourced from antd's changelog.

4.20.0

2022-04-24

  • ๐Ÿ”ฅ React 18 Support. Fix related known issue.
    • ๐Ÿž Fix Form with React 18 StrictMode missing error message update. #35096
    • ๐Ÿž Fix Notification and Message throw createRoot warning in React 18. #35030
    • ๐Ÿž Fix BackTop not working in StrictMode. #34858 @โ€‹tmkx
  • ๐Ÿ”ฅ New component Segmented. #34319
    • ๐Ÿ›  Since v4.20.0 Segemented props onChange callback function parameter adjusted from ChangeEvent (v4.20.0-alpha.0, v4.20.0-alpha.1) to value to simplify API. #35187 @โ€‹vagusX
  • Form
    • ๐Ÿ”ฅ Form support useWatch to get current field value. #35036
    • ๐Ÿ†• Form support useFormInstance to get current context form instance. #35039
    • ๐Ÿ’„ Fix Form broken layout when set labelCol={{ sm: 24 }} and wrapperCol={{ sm: 24 }}. #34907
  • ๐Ÿ›Ž Menu support items for perf prepare, and children will be removed in next major version. #34559
  • ๐Ÿ†• Image PreviewGroup Support top progress rendering. #35038 @โ€‹zpc7
  • Upload
  • Table
    • ๐Ÿ†• Support reset to the default value rather than empty, when click reset in Table column filter. #34355 @โ€‹heiyu4585
    • ๐Ÿ’„ Fix Table head background and selection column width styling issues when size="small". #34963
    • ๐Ÿ‡ฉ๐Ÿ‡ช Improve German translations for Table. #34836 @โ€‹pfedan
    • โšก๏ธ Optimize Table filter calculation perfromance. #35064 @โ€‹nieyuyao
    • ๐Ÿ’„ Improve small and middle size Table selection dropdown margin style. #35173
  • Tree
    • ๐Ÿ†• Tree switcherIcon prop support render-prop. #34470 @โ€‹zqran
    • ๐Ÿ†• Tree support rootClassName and rootStyle. #34578
  • Breadcrumb
    • ๐Ÿž Fix Breadcrumb deprecated warning of Dropdown placement. #35162
    • ๐Ÿž Fix Breadcrumb show the number when is unexpected. #35123
    • โŒจ๏ธ Make structure of Breadcrumb be accessible. #34082 @โ€‹VladimirOtroshchenko
  • Anchor
    • ๐Ÿ†• Anchor getCurrentAnchor has active link as argument. #34799
    • ๐Ÿ›  Refactor Anchor to Function component. #35073 @โ€‹LongHaoo
  • Cascader
  • ๐Ÿ†• Click event object can be accessed in onCopy function of Typography. #34655 @โ€‹yzwxk
  • ๐Ÿ†• Grid supports justify="space-evenly". #34606 @โ€‹gp5251
  • ๐Ÿ†• Support rootClassName property for Dialog and Image. #34574 @โ€‹heiyu4585
  • ๐Ÿž Fix error Nothing was returned from render when Skeleton use falsy loading props without children. #34872 @โ€‹AlbertAZ1992
  • ๐Ÿ’„ Optimize Switch disabled color to fit colorful background. #35103
  • ๐Ÿ’„ Remove Tabs overflow: hidden style to fix Select and sticky Table display problem inside Tabs. #35195
  • ๐Ÿ’„ Fix Steps style issues in RTL mode. #35088 @โ€‹zpc7
  • ๐Ÿ’„ Fix animation for standalone Badge in RTL mode. #34899 @โ€‹hmz22
  • ๐Ÿ›  Optimize Modal id generate logic to improve accessibility experience. #35072
  • ๐Ÿž Fix Select and AutoComplete scroll abnormal behavior when navigate via keyboard.ใ€‚#35025
  • Spin

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