Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade antd from 4.19.3 to 4.20.2 #37

Merged
merged 1 commit into from
May 25, 2022

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade antd from 4.19.3 to 4.20.2.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 8 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2022-04-30.
Release notes
Package name: antd
  • 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
      • ⌨️ Improve Table columns sorter a11y experience. #35269
      • 🇪🇸 Added Table filter localization for es_ES. #35309 @ agarciaguillo
    • 💄 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
      • ⌨️ 优化 Table 排序按钮的键盘可访问性。#35269
      • 🇪🇸 补充 Table 西班牙语筛选文案。#35309 @ agarciaguillo
    • 🐞 修复 Switch 在暗黑主题下关闭时的颜色问题。#35332
    • 💄 微调 Breadcrumb 链接 hover 色为中性色。#35324
    • 🐞 修复 Space 在某些情况下抛出 Encountered two children with the same key 警告的问题。#35311
    • 🐞 修复 Select 多选标签移除图标位置偏下的问题。#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

    • 🐞 修复 Breadcrumb 多余的 paddingmargin 样式。#35235
    • 🐞 修复 Input.Search 在中文输入法下回车键触发 onSearch 的行为不一致的问题。#35164 @ qyzzzz
    • 🐞 修复 Upload 和 Upload.Dragger 之间循环依赖的问题。#34379 @ kanweiwei
  • 4.20.0 - 2022-04-24
    Read more
  • 4.20.0-alpha.1 - 2022-04-18
    • 🔥 Form support useWatch to get current field value. #35036 #35039
    • 🆕 Image PreviewGroup Support top progress rendering. #35038 @ zpc7
    • Upload
      • 🆕 Upload support crossOrigin for images in picture-card mode. #34981 @ dragmove
      • 🐞 Fix Upload prefixCls don't work on file list. #34944 @ swchen
      • 💄 Improve Upload action styles. #35052
    • 🐞 Fix Notification and Message throw createRoot warning in React 18. #35030
    • 🐞 Fix Select and AutoComplete scroll abnormal behavior when navigate via keyboard.。#35025
    • 🐞 Fix Cascader search result do not fill the entrie panel. #35019 @ boomler
    • 💄 Fix Spin animation style being abnormally parsed in Parcel. #35005
    • 💄 Arrow radius use fixed value 2px. #34999

    • 🔥 Form 添加 useWatch 支持获取当前字段值。#35036 #35039
    • 🆕 Image PreviewGroup 支持顶部进度渲染。#35038 @ zpc7
    • Upload
      • 🆕 Upload picture-card 模式支持配置图片的 crossOrigin 属性。#34981 @ dragmove
      • 🐞 修复 Upload prefixCls 对列表不生效的问题。#34944 @ swchen
      • 💄 优化 Upload 操作按钮的样式细节。#35052
    • 🐞 修复 Notification 和 Message 在 React 18 下抛出使用 createRoot 的警告信息。#35030
    • 🐞 修复 Select 和 AutoComplete 使用键盘向下滚动时行为异常的问题。#35025
    • 🐞 修复 Cascader 的搜索结果未占满整个面板的问题。#35019 @ boomler
    • 💄 修复 Spin 动画样式在 Parcel 解析异常的问题。#35005
    • 💄 箭头圆角固定为 2px#34999
  • 4.20.0-alpha.0 - 2022-04-12
    Read more
  • 4.19.5 - 2022-04-02
    • 🐞 Fix Form that not keep store value when unmount and mount again. #34845
    • 🐞 Fix Pagination under <ConfigProvider componentSize="large" /> should display middle size Select. #34756
    • 🐞 fix Skeleton to unable to render childten of non-react element. #34751 @ 1247748612
    • 💄 Fix Tag @ tag-border-radius less variable not work. #34741

    • 🐞 修复 Form 在整个被 unmount 后再次 mount,原 Form 的值会被重置的问题。#34845
    • 🐞 修复 Pagination 在 <ConfigProvider componentSize="large" /> 下的 Select 大小问题。#34756
    • 🐞 修复 Skeleton 不渲染非 react element 类型的 children 问题。#34751 @ 1247748612
    • 💄 修复 Tag @ tag-border-radius less 变量不生效的问题。#34741
  • 4.19.5-alpha.0 - 2022-03-28
  • 4.19.4 - 2022-03-27
  • 4.19.3 - 2022-03-21
from antd GitHub release notes
Commit messages
Package name: antd
  • d241028 Merge branch 'master' of github.com:ant-design/ant-design
  • a21da91 style: fix Select tag remove icon position (#35336)
  • c5ddb00 docs: add changelog for #35336
  • 609d576 docs: changelog for 4.20.2 (#35338)
  • 4281739 docs: update Tabs component onEdit prop describe (#35271)
  • 0658932 Revert "feat: dropdown auto-focus (#35307)" (#35337)
  • 11e69f3 fix: Switch disabled color in dark theme (#35332)
  • 1fed15c test: replace Empty part test with test lib (#35289)
  • e153cf0 docs: add instruction about tokenSeparators (#35329)
  • 19d5f07 test: Rewrite mountTest with testing lib (#35326)
  • 4b71e1a chore: Aligning the CI description and its behavior (#35325)
  • 9984f0a style: tweak BreadCrumb link hover color (#35324)
  • 409c25b feat: set proper height for Segmented (#35281)
  • d7ba815 docs: fix form instance type error (#35320)
  • ee5de21 chore: more owner files
  • 3c2d3ac chore: Add code file owner
  • 8a06dcb Added pending filter translations Table locale/es_ES (#35309)
  • 3eabcba fix: Space duplicated key warning (#35311)
  • 24fa6a1 docs: update space demos
  • 1ff58d2 feat: dropdown auto-focus (#35307)
  • eee3b50 feat: support icon only in segmented (#35256)
  • 5a6b3cc fix: Table columns sorter a11y experience (#35269)
  • 45a1902 docs: replace `git.io` link with the original URL (#35261)
  • b793a4e test: skip uploadlist test for now

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@mdimas mdimas merged commit 2570921 into v10.1.x May 25, 2022
@mdimas mdimas deleted the snyk-upgrade-6140747b0704da7d6edbf3fe1d34be86 branch May 25, 2022 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants