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.0.4 to 4.7.2 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade antd from 4.0.4 to 4.7.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 38 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2020-10-19.
Release notes
Package name: antd
  • 4.7.2 - 2020-10-19
    • 💄 Fix Layout.Sider light theme lost styles. #27227 @lingjieee
    • 💄 Fix TextArea wrapped with additional div when showCount is false, and pass className and style to outer wrapper when showCount is true. #27216
    • 🐞 Fix Checkbox.Group TS2559 error. #27231

    • 💄 修复 Layout.Sider light 主题失效问题。#27227 @lingjieee
    • 💄 修复 TextArea 没有设置 showCount 时仍然会包裹 div 的问题,同时解决 showCountclassNamestyle 没有传递给最外层节点的问题。#27216
    • 🐞 修复 Checkbox.Group TS2559 错误。#27231
  • 4.7.1 - 2020-10-19
    • DatePicker
      • 🐞 Fix DatePicker don't work correctly when showTime is true and format is function. #27156
      • 💄 Fix DatePicker wrong animation direction when auto overflow. #27101
    • Typography
      • 💄 Fix Typography miss pre and blockquote style. #27150
      • 🐞 Fix Typography.Link hover color. #27119
      • 🐞 Fix Typography.Link hover color when type is danger. #27104
    • 💄 Fix Descriptions ant-descriptions-item-content and add style word-break:break-word;. #27195 @WLyKan
    • 🐞 Fix clear Password value attribute in controlled mode. #27191
    • 🐞 Optimize Notification width in small screen. #27189
    • 🐞 Fix Cascader className duplicate. #27187 @huntdream
    • 🐞 Fix the issue that the Drawer will trigger form submit. #27175
    • 🐞 Fix Dropdown icon missing margin. #27165
    • 💄 Fix Layout.Sider collapsedWidth cannot work without modifying @menu-collapsed-width. #27154
    • 🐞 Fix Tabs animated={true} not working for panels. #27145
    • 🐞 Fix Divider color when contains text. #27134
    • 💄 Fix the cursor style when the Radio option is selected and disabled. #27125
    • 🇪🇸 Add missing translations in es_ES. #27079 @gersongams
    • RTL
      • 💄 Optimize the style of Input.TextArea character count in RTL mode. #27098
    • TypeScript
      • 🤖 Button shape remove undeclared doc type. #27159
      • 🤖 Add optional rules property into FormListProps. #27164 @huntdream

    • DatePicker
      • 🐞 修复 DatePicker showTimetrue 并且 format 为一个函数时报错的问题。#27156
      • 💄 修复 DatePicker 在下拉空间不足时的动画方向问题。#27101
    • Typography
      • 💄 修复 Typography 没有 preblockquote 样式的问题。#27150
      • 🐞 修复 Typography.Link 悬浮颜色错误的问题。#27119
      • 🐞 修复 Typography.Link 危险类型的悬浮颜色问题。#27104
    • 💄 修复 Descriptions 组件的内容含有超长数字时无法换行的问题。#27195 @WLyKan
    • 🐞 修复 Password 在受控模式下未清除 value 属性的问题。#27191
    • 🐞 修复 Notification 在小尺寸屏幕下的宽度问题。#27189
    • 🐞 修复 Cascader 类名重复的问题。#27187 @huntdream
    • 🐞 修复 Drawer 会触发 Form 提交事件的问题。#27175
    • 🐞 修复 Dropdown 下拉菜单图标间距丢失的问题。#27165
    • 💄 修复 Layout.Sider 指定 collapsedWidth 后侧边菜单部分宽度不对的问题。#27154
    • 🐞 修复 Tabs animated 属性为 true 时未开启内容切换动画的问题。#27145
    • 🐞 修复 Divider 带标题时的分割线颜色。#27134
    • 💄 修复 Radio 选项选中并禁用时的鼠标样式。#27125
    • 🇪🇸 为西班牙语 es_ES 中添加缺少的翻译。#27079 @gerongams
    • RTL
      • 💄 优化 Input.TextArea 字数提示在 RTL 模式下的样式。#27098
    • TypeScript
      • 🤖 Button shape 移除文档中未声明的类型。#27159
      • 🤖 修复 Form.List rules 属性缺失的问题。#27164 @huntdream
  • 4.7.0 - 2020-10-10
    Read more
  • 4.6.6 - 2020-09-27
    • 🐞 Fix Steps first item shifts in small screen. #26894
    • 💄 Fix Divider border style not work when text is provided. #26863
    • 🐞 Fix Radio.Button validation error highlight. #26849 @dhorelik
    • 💄 Fix Typography link-decoration style. #26854 @vineetvk01
    • Locale
    • TypeScript
      • 🤖 Fix message.destroy parameter type. #26864 @lihqi
      • 🤖 Optimize Slider type definition. #26884
      • 🤖 Form properly export FormListProps type. #26831 @mgcrea

    • 🐞 修复 Steps 在小屏幕下第一项偏移的问题。#26894
    • 💄 修复 Divider 在有文字时,设置边框颜色无效的问题。#26863
    • 🐞 修复 Radio.Button 错误校验高亮样式的问题。#26849 @dhorelik
    • 💄 修复 Typography 链接下划线样式。#26854 @vineetvk01
    • 国际化
    • TypeScript
      • 🤖 修复 message.destroy 参数类型错误。#26864 @lihqi
      • 🤖 优化 Slider 类型定义。#26884
      • 🤖 导出 Form 中的 FormListProps 类型。#26831 @mgcrea
  • 4.6.5 - 2020-09-20
  • 4.6.4 - 2020-09-13
  • 4.6.3 - 2020-09-07
  • 4.6.2 - 2020-08-31
  • 4.6.1 - 2020-08-24
  • 4.6.0 - 2020-08-23
  • 4.5.4 - 2020-08-12
  • 4.5.3 - 2020-08-09
  • 4.5.2 - 2020-08-02
  • 4.5.1 - 2020-07-28
  • 4.5.0 - 2020-07-27
  • 4.4.3 - 2020-07-20
  • 4.4.2 - 2020-07-11
  • 4.4.1 - 2020-07-06
  • 4.4.0 - 2020-06-29
  • 4.3.5 - 2020-06-21
  • 4.3.4 - 2020-06-14
  • 4.3.3 - 2020-06-07
  • 4.3.2 - 2020-06-06
  • 4.3.1 - 2020-06-02
  • 4.3.0 - 2020-05-31
  • 4.2.5 - 2020-05-24
  • 4.2.5-alpha.0 - 2020-05-18
  • 4.2.4 - 2020-05-18
  • 4.2.3 - 2020-05-16
  • 4.2.2 - 2020-05-11
  • 4.2.1 - 2020-05-11
  • 4.2.0 - 2020-04-29
  • 4.1.5 - 2020-04-25
  • 4.1.4 - 2020-04-18
  • 4.1.3 - 2020-04-13
  • 4.1.2 - 2020-04-10
  • 4.1.1 - 2020-04-05
  • 4.1.0 - 2020-03-29
  • 4.0.4 - 2020-03-23
from antd GitHub release notes
Commit messages
Package name: antd
  • ef8ea97 docs: 📝 fix doc
  • 26f9d63 docs: 📝 update 4.7.2 changelog
  • 3220984 fix: Checkbox Group TS typo (#27231)
  • ff1b5c2 🏗 scrtipt: changelog support windows (#27232)
  • ab6a4ec docs: ✨ release 4.7.2 (#27229)
  • 8d9d86c style: fix Sider light theme (#27227)
  • 8ea1e52 fix: TextArea wrapper with div when `!showCount` (#27216)
  • 16075f8 🆙 eslint-plugin-unicorn
  • 09f8df9 docs(dropdown): improve api path and function type (#27213)
  • 60103e1 docs: add 4.7.1 changelog (#27211)
  • c28d0f8 docs(dropdown): improve type (#27212)
  • 2610180 refactor(checkbox-group): rewrite with hook (#27147)
  • e234a71 refactor(typography): remove deprecated (#27158)
  • ea251a5 docs: ✍️ Corrected "onFilter" definition for Table Column in docs
  • d4fd8f2 style(descriptions): fix content overflow (#27195)
  • 1113867 fix: form customizing mixin (#26422)
  • c72ee71 fix: clear Password value attribute in controlled mode (#27191)
  • fb9d2e6 fix: notification width in small screen (#27189)
  • 274871b docs(button): improve docs and shape remove undeclared doc type (#27159)
  • b4e748c fix: Cascader duplicated className (#27187)
  • 77e7ece docs: Update MorePage.tsx (#27184)
  • 179ee27 refactor: improve useCombinedRefs code (#27181)
  • acc2e03 fix: add optional rules property (#27164)
  • 3770b3f fix: if form warp drawer, close button will trigger submit (#27175)

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

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.

1 participant