Mimicry-Protocol / mimicry-ethdenver2022-app

MIT License
1 stars 0 forks source link

Bump antd from 4.16.0 to 4.20.1 #43

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps antd from 4.16.0 to 4.20.1.

Release notes

Sourced from antd's releases.

4.20.1

  • 🐞 Fix Breadcrumb extra padding and margin style. #35235
  • 🐞 Fix Input.Seach inconsistent behavior of triggering onSearch when press enter using Chinese inputting method. #35164 @​qyzzzz
  • 🐞 Fix circle reference between Upload and Dragger. #34379 @​kanweiwei

  • 🐞 修复 Breadcrumb 多余的 paddingmargin 样式。#35235
  • 🐞 修复 Input.Search 在中文输入法下回车键触发 onSearch 的行为不一致的问题。#35164 @​qyzzzz
  • 🐞 修复 Upload 和 Upload.Dragger 之间循环依赖的问题。#34379 @​kanweiwei

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

... (truncated)

Changelog

Sourced from antd's changelog.

4.20.1

2022-04-26

  • 🐞 Fix Breadcrumb extra padding and margin style. #35235
  • 🐞 Fix Input.Seach inconsistent behavior of triggering onSearch when press enter using Chinese inputting method. #35164 @​qyzzzz
  • 🐞 Fix circle reference between Upload and Dragger. #34379 @​kanweiwei

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

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