Skip to content

[Snyk] Upgrade antd from 3.6.6 to 3.23.4 #6

New issue

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

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

Already on GitHub? # to your account

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Oct 5, 2019

Snyk has created this PR to upgrade antd from 3.6.6 to 3.23.4.

  • The recommended version is 105 versions ahead of your current version.
  • The recommended version was released 14 days ago, on 2019-09-21.
Release notes
  • 3.23.4 - 2019-09-21
    • 🐞 Fix item not disabled when Transfer is disabled. #18849
    • 🐞 Revert Dragger to class component to fix ref warning. #18707
    • 🐞 Fix Input addonAfter icon height bug in Chrome. #18858
    • 🐞 Fix Menu lost state when being collapsed to 0px. #18907
    • 🐞 Disabled input should not trigger the action of suffix part. #18900
    • 🐞 Fix title and content of Alert not break line when long text exist. #18929
    • 💄 Add @page-header-back-color less variable. #18887
    • TypeScript
      • 🐞 Fix Table event type definition. #18910

    • 🐞 修复 Transfer disabled 下勾选框不被禁用的问题。#18849
    • 🐞 回滚 Dragger 到 class component 以修复 ref 警告信息。#18707
    • 🐞 修复 Input addonAfter 里图标高度在 Chrome 下偏大的问题。#18858
    • 🐞 修复 Menu 在 collapsedWidth={0} 时,折叠后丢失 selectedKeys 状态的问题。#18907
    • 🐞 修复 Input 在禁用状态时,后缀图标可点击的问题。#18900
    • 🐞 修复 Alert 标题和内容过长不换行的问题。#18929
    • 💄 增加 @page-header-back-color less 变量。#18887
    • TypeScript
      • 🐞 修复 Table 事件的类型定义。#18910
  • 3.23.3 - 2019-09-17
    • 🐞 Fix ConfigProvider locale not working with Modal in some situation. #18732
    • 🐞 Fix Avatar extrusion style when using long pictures. #18768 @Eusen
    • 🐞 Fix InputNumber active border style. #18791 @escorponox
    • 🐞 Fix Input.Search not trigger onSearch when click clear icon. #18783
    • 🐞 Fix text color of Button inside Menu. #18820
    • 🐞 Fix size="small" Table header missing right border. #18821
    • ⌨️ Enhance accessibility of Alert close button. #18750 @MrHeer
    • 💄 Tweak Button type="link" should not insert space. #18724
    • TypeScript
      • 🐞 Fix type definition of onMouseEnter and onMouseLeave for Tree. #18796 @MrHeer

    • 🐞 修复 ConfigProvider locale 国际化在某些场景下对 Modal 不生效的问题。#18732
    • 🐞 修复 Avatar 长图片时被挤压的样式问题。#18768 @Eusen
    • 🐞 修复 InputNumber 高亮边框的样式问题。#18791 @escorponox
    • 🐞 修复 Input.Search 点击清除图标时没有触发 onSearch 的问题。#18783
    • 🐞 修复 Menu 内的 Button 字体颜色。#18820
    • 🐞 修复 Table size="small" 时丢失列头右边框的问题。#18821
    • ⌨️ 增强 Alert 关闭按钮的可访问性。#18750 @MrHeer
    • 💄 优化 Button 类型为 link 时,中文字符之间不再自动插入空格。#18724
    • TypeScript
      • 🐞 修复 Tree 中 onMouseEnteronMouseLeave 类型。#18796 @MrHeer
  • 3.23.2 - 2019-09-06
    • 🐞 Fix round Button font size too large. #18701
    • 🐞 Fix Descriptions warning with same key when bordered is true. #18637
    • 🐞 Fix Drawer animation when placement is right and mask is false. #18636
    • 🐞 Fix Icon that component and children prop should have priority over type prop. #18592
    • 🐞 Fix Layout.Sider boundary values for max-width. #18553 @Nikitenkova
    • 🐞 Fix PageHeader that back icon can't coexist with breadcrumb. #18691
    • 🗑Deprecated Select inputValue prop and use searchValue instead. #18629
    • TypeScript
      • 🐞 Fix type definition of status for Result. #18445
      • 🐞 Fix type definition of target for Anchor.Link. #18646
      • 🐞 Fix type definition of transformFile params for Upload. #18671
      • 🐞 Fix type definition of title and footer for Table. #18697 @yoyo837

    • 🐞 修复圆形按钮的字体大一号的问题。#18701
    • 🐞 修复 Descriptions 带边框时控制台告警的问题。#18637
    • 🐞 修复 Drawer 无遮罩从右边展开时的动画问题。#18636
    • 🐞 修复 Icon 中 componentchildren 属性优先级低于 type 的问题。#18592
    • 🐞 修复 Layout.Sider 的最大宽度的响应式断点值。#18553 @Nikitenkova
    • 🐞 修复 PageHeader 中返回图标与面包屑无法共存的问题。#18691
    • 🗑 废弃 Select 的 inputValue 属性,请使用 searchValue 代替。#18629
    • TypeScript
      • 🐞 修复 Result 中 status 的类型定义。#18445
      • 🐞 修复 Anchor.Link 中 target 的类型定义。#18646
      • 🐞 修复 Upload 中 transformFile 函数的参数定义。#18671
      • 🐞 修复 Table 中 titlefooter 的类型定义。#18697 @yoyo837
  • 3.23.1 - 2019-09-03
    • 🐞 Fix Upload can not upload more than one file when multiple is false. #18626
    • 🐞 Fix MonthPicker switch handler overflow style. #18624
    • 💄 Tree add @tree-node-hover-bg and @tree-node-selected-bg less variable. #18593 @MrHeer

    • 🐞 修复 Upload 在 multiplefalse 时无法上传多于一个文件的问题。#18626
    • 🐞 修复 MonthPicker 切换按钮溢出的问题。#18624
    • 💄 Tree 增加 @tree-node-hover-bg@tree-node-selected-bg less 变量。#18593 @MrHeer
  • 3.23.0 - 2019-09-02
    • 🔥 Pageheader has been redesigned to accommodate more situations. #18128
    • 🌟 Card support tabBarExtraContent prop. #18433 @lengthmin
    • 🌟 Anchor.Link add add new property target. #18335 @DiamondYuan
    • 🌟 Breadcrumb support children use with React.Fragment. #18340 @long-zhuge
    • 🌟 Card.Grid add new prop hoverable for support disable hover state. #18457 @MrHeer
    • 🇦🇲 Added locales for the Armenian language. #18586 @ashmna
    • InputNumber
      • 🌟 Support onPressEnter prop. #18346
      • 🐞 Fix React lifecycle warning. #18346
    • Less variables
      • 💄 Add @modal-footer-border-color-split. #18522
      • 💄 Add @input-number-handler-bg @input-number-handler-border-color. #18533
      • 💄 Add @card-background @card-skeleton-bg. #18531
      • 💄 Add @typography-title-font-weight. #18456 @MrHeer
    • 🛎 Add warning when use value of Switch, Checkbox, Upload. #18497
    • 🛠 Refactor styleChecker to arrow function for fix serverless target in next.js. #18541 @ZhengYuTay
    • 🐞 Fix circle Button not circle in some situation. #18516
    • 🐞 Fix icon position in Input. #18521 @xrkffgg
    • 🐞 Fix RangePicker selected date style. #18559
    • Descriptions
      • 🐞 Fix Descriptions last Item has wrong calculated width issue. #18568
      • 🐞 Description.Item will reuse key in render if user provided. #18578
    • 🐞 Fix Tab content width not correct in Safari. #18574
    • 🐞 Fix Mentions popup position not correct when prefix is empty string. #18576
    • 🐞 Fix Upload.Dragger can upload multiple files when multiple is false. #18580
    • 🐞 Fix Card actions style when contains link Button. #18588
    • 🐞 Fix Input not vertical align with Button in Chrome. #18603
    • 🐞 Fix nested List style in grid layout. #18589
    • TypeScript
      • 🐞 Fix Steps.Step component's subTitle prop types. #18525 @wtzeng1
      • 🐞 Ensure title or overlay is required in Tooltip props definition. #18515 @laysent

    • 🔥 PageHeader 样式重新设计以适应更多的情况。#18128
    • 🌟 Card 组件新增了 tabBarExtraContent 属性。#18433 @lengthmin
    • 🌟 Anchor.Link 增加 target 属性。#18335 @DiamondYuan
    • 🌟 Breadcrumb 支持子组件使用 React.Fragment 的场景。#18340 @long-zhuge
    • 🌟 Card.Grid 新增 hoverable 属性允许禁用浮动效果。#18457 @MrHeer
    • 🇦🇲 新增亚美尼亚语。#18586 @ashmna
    • InputNumber
      • 🌟 新增 onPressEnter 属性。#18346
      • 🐞 修复在 React 16.9 下的生命周期警告信息。#18346
    • Less 变量
      • 💄 增加 @modal-footer-border-color-split#18522
      • 💄 增加 @input-number-handler-bg @input-number-handler-border-color#18533
      • 💄 增加 @card-background @card-skeleton-bg#18531
      • 💄 增加 @typography-title-font-weight#18456 @MrHeer
    • 🛎 Switch、Checkbox 和 Upload 使用 value 时会提示正确的属性名。#18497
    • 🛠 使用箭头函数重构 styleChecker 来修复在 next.js 中的问题。#18541 @ZhengYuTay
    • 🐞 修复圆形 Button 有时候不是圆形的问题。#18516
    • 🐞 修复 Input 中图标位置不居中情况。#18521 @xrkffgg
    • 🐞 修复 RangePicker 多余的选中日期样式。#18559
    • Descriptions
      • 🐞 修复 Descriptions.Item 最后一个宽度计算不正确的问题。#18568
      • 🐞 Description.Item 在渲染时会复用用户提供的 key#18578
    • 🐞 修复 Tab 内容宽度在 Safari 下不正确的问题。#18574
    • 🐞 修复 Mentions 的 prefix 为空字符串时,弹窗位置不正确的问题。#18576
    • 🐞 修复 Upload.Dragger 在 multiple 为 false 时,仍然可以上传多份文件的问题。#18580
    • 🐞 修复 Button[href] 在 Card actions 中样式变形的问题。#18588
    • 🐞 修复 Chrome 中 Input 与 Button 不垂直对齐的问题。#18603
    • 🐞 修复网格 List 中内嵌 List 的边距问题。#18589
    • TypeScript
      • 🐞 修复 Steps.Step 组件 subTitle 属性类型。#18525 @wtzeng1
      • 🐞 确保 Tooltip 属性定义中,titleoverlay 至少有一个是必填的。#18515 @laysent
  • 3.23.0-beta.0 - 2019-08-26
  • 3.22.2 - 2019-08-27
  • 3.22.1 - 2019-08-26
  • 3.22.0 - 2019-08-17
  • 3.21.4 - 2019-08-09
  • 3.21.3 - 2019-08-09
  • 3.21.3-beta.0 - 2019-08-07
  • 3.21.2 - 2019-08-05
  • 3.21.1 - 2019-08-05
  • 3.21.0 - 2019-08-04
  • 3.20.7 - 2019-07-25
  • 3.20.6 - 2019-07-24
  • 3.20.5 - 2019-07-19
  • 3.20.4 - 2019-07-19
  • 3.20.3 - 2019-07-15
  • 3.20.2 - 2019-07-13
  • 3.20.1 - 2019-07-07
  • 3.20.0 - 2019-06-30
  • 3.19.8 - 2019-06-24
  • 3.19.7 - 2019-06-21
  • 3.19.6 - 2019-06-19
  • 3.19.5 - 2019-06-17
  • 3.19.4 - 2019-06-16
  • 3.19.3 - 2019-06-10
  • 3.19.2 - 2019-06-01
  • 3.19.1 - 2019-05-27
  • 3.19.0 - 2019-05-26
  • 3.18.2 - 2019-05-20
  • 3.18.1 - 2019-05-13
  • 3.18.0 - 2019-05-13
  • 3.17.0 - 2019-05-06
  • 3.16.6 - 2019-04-26
  • 3.16.5 - 2019-04-22
  • 3.16.4 - 2019-04-21
  • 3.16.3 - 2019-04-13
  • 3.16.2 - 2019-04-07
  • 3.16.2-alpha.0 - 2019-04-02
  • 3.16.1 - 2019-04-01
  • 3.16.0 - 2019-04-01
  • 3.15.2 - 2019-03-23
  • 3.15.1 - 2019-03-17
  • 3.15.0 - 2019-03-08
  • 3.14.1 - 2019-03-04
  • 3.14.0 - 2019-03-04
  • 3.13.6 - 2019-02-23
  • 3.13.5 - 2019-02-19
  • 3.13.4 - 2019-02-18
  • 3.13.3 - 2019-02-17
  • 3.13.2 - 2019-02-07
  • 3.13.1 - 2019-02-04
  • 3.13.0 - 2019-01-26
  • 3.12.4 - 2019-01-20
  • 3.12.3 - 2019-01-13
  • 3.12.2 - 2019-01-12
  • 3.12.1 - 2019-01-06
  • 3.12.0 - 2019-01-06
  • 3.11.6 - 2018-12-25
  • 3.11.5 - 2018-12-24
  • 3.11.4 - 2018-12-23
  • 3.11.4-beta.1 - 2018-12-23
  • 3.11.4-beta.0 - 2018-12-23
  • 3.11.3 - 2018-12-22
  • 3.11.2 - 2018-12-10
  • 3.11.1 - 2018-12-09
  • 3.11.0 - 2018-12-02
  • 3.10.10 - 2018-12-25
  • 3.10.9 - 2018-11-25
  • 3.10.8 - 2018-11-18
  • 3.10.7 - 2018-11-11
  • 3.10.6 - 2018-11-11
  • 3.10.5 - 2018-11-09
  • 3.10.4 - 2018-11-03
  • 3.10.3 - 2018-10-27
  • 3.10.2 - 2018-10-23
  • 3.10.1 - 2018-10-12
  • 3.10.0 - 2018-10-01
  • 3.9.4 - 2018-12-25
  • 3.9.3 - 2018-09-22
  • 3.9.2 - 2018-09-08
  • 3.9.1 - 2018-09-03
  • 3.9.0 - 2018-09-02
  • 3.9.0-beta.6 - 2018-08-30
  • 3.9.0-beta.5 - 2018-08-30
  • 3.9.0-beta.4 - 2018-08-30
  • 3.9.0-beta.2 - 2018-08-29
  • 3.9.0-beta.0 - 2018-08-25
  • 3.8.4 - 2018-08-27
  • 3.8.3 - 2018-08-26
  • 3.8.2 - 2018-08-18
  • 3.8.1 - 2018-08-12
  • 3.8.0 - 2018-08-05
  • 3.7.3 - 2018-07-28
  • 3.7.2 - 2018-07-25
  • 3.7.1 - 2018-07-21
  • 3.7.0 - 2018-07-15
  • 3.6.6 - 2018-07-10

from antd GitHub Release Notes


🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant