Skip to content

chore(deps): bump antd from 4.15.0 to 4.20.2#172

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-4.20.2
Closed

chore(deps): bump antd from 4.15.0 to 4.20.2#172
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-4.20.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2022

Bumps antd from 4.15.0 to 4.20.2.

Release notes

Sourced from antd's releases.

4.20.2

  • Segmented
    • 🐞 Fix Segmented inconsisit height with other controls. #35281
    • 🐞 Fix Segmented animation not working correct in StrictMode mode. #35281
    • 🆕 Segmented options now supports icon property. #35256
  • Table
  • 💄 Fix Switch color in dark theme. #35332
  • 💄 Tweak Breadcrumb link hover color. #35324
  • 🐞 Fix Space throws Encountered two children with the same key warning in some cases. #35311
  • 🐞 Fix Select tag remove icon position issue. #35336 @​walidcherhane

  • Segmented
    • 🐞 修复 Segmented 组件高度和其他控件不一致的问题。#35281
    • 🐞 修复 React StrictMode 下 Segmented 动画丢失的问题。#35281
    • 🆕 Segmented options 支持设置 icon 属性。#35256
  • Table
  • 🐞 修复 Switch 在暗黑主题下关闭时的颜色问题。#35332
  • 💄 微调 Breadcrumb 链接 hover 色为中性色。#35324
  • 🐞 修复 Space 在某些情况下抛出 Encountered two children with the same key 警告的问题。#35311
  • 🐞 修复 Select 多选标签移除图标位置偏下的问题。#35336 @​walidcherhane

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

... (truncated)

Changelog

Sourced from antd's changelog.

4.20.2

2022-04-30

  • Segmented
    • 🐞 Fix Segmented inconsisit height with other controls. #35281
    • 🐞 Fix Segmented animation not working correct in StrictMode mode. #35281
    • 🆕 Segmented options now supports icon property. #35256
  • Table
  • 💄 Fix Switch color in dark theme. #35332
  • 💄 Tweak Breadcrumb link hover color. #35324
  • 🐞 Fix Space throws Encountered two children with the same key warning in some cases. #35311
  • 🐞 Fix Select tag remove icon position issue. #35336 @​walidcherhane

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

... (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)

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants