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.2 to 4.0.3 #97

Closed

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade antd from 4.0.2 to 4.0.3.

ℹ️ 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 1 version ahead of your current version.
  • The recommended version was released 2 days ago, on 2020-03-15.
Release notes
Package name: antd
  • 4.0.3 - 2020-03-15
    • Menu
      • 🐞 Fix Menu horizontal Item with nest Icon miss margin style. #22021
      • 🐞 Fix Menu item wrong title when setting getPopupContainer. #22182
      • 💄 Optimize the style of Icon in Menu. #22090 @x1mrdonut1x
      • 🐞 Fix Avatar in horizontal Menu margin issue. #22038 #22033
    • Slider
      • 🐞 Fix an issue where the position of 'slider handle' is incorrect in the vertical case of Slider. #22135 @wendellhu95
      • 💄 Fix Slider missing focus style. #22161
    • Table
      • 🐞 Fix ConfigProvider not work on Table filter dropdown. #22133
      • 🐞 Fix Table nest tree column expandable style issue with fixed column. #22131
      • 🐞 Fix an issue where Table filtering throws cannot read property 'map' of undefined. #22096 @yoyo837
      • 🐞 Fix Table expandable column not fixed when selection column is fixed. #22087
      • 🐞 Fix Table filter menu reset not working. #22079 @shaodahong
      • 🐞 Fix Table filter sub menu max height with many items. #22230
    • Form
    • 🐞 Fixed the problem of using custom icons to wrap in Input.Group. #22197 @xrkffgg
    • 💄 Adjust Select single padding style to avoid tweak with dropdown. #22167
    • 💄 Fix Calendar header select ellipsis bug. #22148
    • 💄 Fixed Dropdown content and icons overlapping. #22098 @xrkffgg
    • 🐞 Fix Select ellipsis bug in Firefox. #22101
    • 🐞 Remove PageHeader unnecessary overflow: hidden style,Optimize PageHeader extra buttons responsive design. #22030
    • 🐞 Fix TextArea autoSize don't scroll bottom in Firefox. #22014
    • 🇫🇷 The full fr_FR internationalized text. #22122 @PaulJln
    • RTL
      • 💄 Optimize the style of Pagination in RTL mode. #22155 @xrkffgg
      • 💄 Fixed the icon style with Cascader RTL. #22191 @xrkffgg
      • 💄 Optimize the Checkbox.Group style in RTL mode. #22186 @xrkffgg
      • 💄 Optimize Radio.Button style issues in RTL mode. #22066 @xrkffgg
      • 🐞 Optimize table-pinned style issues that are listed under RTL. #21914 @saeedrahimi
      • 💄 Adjust the direction of the Dropdown icon in RTL mode. #22104 @xrkffgg
      • 💄 Optimize the Breadcrumb style in RTL mode. #22159 @xrkffgg
      • 💄 Optimize the style of the Steps component in RTL mode. #22175 @xrkffgg
      • 💄 Optimize styles in RTL mode with form feedback. #22222
    • TypeScript
      • 🔷 Update the operation type definition of FormList. #22058 @kagawagao
      • 🔷 Update the definition of the trigger parameter for components such as Tooltip. #22043 @wendellhu95

    • Menu
      • 🐞 修复 Menu 水平 Item 使用嵌套结构 Icon 会丢失 margin 的问题。#22021
      • 💄 优化 Menu 中 Icon 的样式。#22090 @x1mrdonut1x
      • 🐞 修复 Menu 收起模式下设置 getPopupContainer 时标题显示错误的问题。#22182
      • 🐞 修复 Avatar 在水平 Menu 中的 margin 样式问题。#22038 #22033
    • Slider
      • 🐞 修复 Slider 垂直情况下拖动节点的位置错误的问题。#22135 @wendellhu95
      • 💄 修复 Slider 丢失的 focus 样式。#22161
    • Table
      • 🐞 修复 Table 筛选功能抛出 Cannot read property 'map' of undefined 的问题。#22096 @yoyo837
      • 🐞 修复 ConfigProvider 没有作用在 Table 过滤弹框上的问题。#22133
      • 🐞 修复 Table 树形结构下展开与固定列配合的样式问题。#22131
      • 🐞 修复 Table 选择列固定时展开列不固定的问题。#22087
      • 🐞 修复 Table 过滤菜单重置失效的问题。#22079 @shaodahong
      • 🐞 修复 Table 筛选子菜单高度溢出屏幕的问题。#22230
    • Form
    • 🐞 修复 Input.Group 中使用 自定义图标换行的问题。#22197 @xrkffgg
    • 💄 修复 Calendar 年月选择菜单内容被省略的问题。#22148
    • 💄 调整 Select 单选框 padding 样式以防止下拉框内容的抖动。#22167
    • 💄 修复 Dropdown 内容和图标重叠问题。#22098 @xrkffgg
    • 🐞 修复 Select 在 Firefox 下异常省略的问题。#22101
    • 🐞 移除 PageHeader 中不必要的 overflow: hidden 样式以修复弹层隐藏问题,优化 PageHeader 右侧按钮的响应式表现。#22030
    • 🐞 修复 Radio 组无法正确换行的问题。#22229
    • 🐞 修复 TextArea autoSize 时在 Firefox 下不会自动滚动到底的问题。#22014
    • 🇫🇷 补全的 fr_FR 国际化文本。#22122 @PaulJln
    • RTL
      • 💄 优化 Pagination 在 RTL 模式下的样式。#22155 @xrkffgg
      • 💄 修复 Cascader RTL 模式下 icon 样式的错误的问题。#22191 @xrkffgg
      • 💄 优化 Checkbox.Group 在 RTL 模式下样式。#22186 @xrkffgg
      • 💄 优化 Radio.Button 在 RTL 模式下样式问题。#22066 @xrkffgg
      • 🐞 优化 Table 固定列在 RTL 下的样式问题。#21914 @saeedrahimi
      • 💄 调整 Dropdown 在 RTL 模式的下拉图标方向。#22104 @xrkffgg
      • 💄 优化 Breadcrumb 在 RTL 模式下样式。#22159 @xrkffgg
      • 💄 优化 Steps 组件在 RTL 模式下的样式。#22175 @xrkffgg
      • 💄 优化表单反馈下在 RTL 模式下的样式。#22222
    • TypeScript
  • 4.0.2 - 2020-03-08
    • Form
      • 🐞 Fix nest Form.Item dynamic remove will warning in React. #21896
      • ⚡️ Form useForm now return same instance for perfermance. #21927
      • ⚡️ Refactor Form.Item render logic that will only render once when children is a pure component. #21991
      • ⚡️ FormContext use a memoized value to avoid trigger FormItem's unintentional renders. #21980 @qiqiboy
    • Table
      • 🐞 Fix Table dropdown popup at abnormal direction. #21905
      • 🐞 Fix Table expandIconColumnIndex display order with rowSelection. #21915
      • 🐞 Fix Table size="small" header background color is not same as other size. #21942
      • 🐞 Fix Table className and style works on wrong node. #21974
    • Select
      • 🐞 Fix Select align issue with empty string value. #21880
      • 🐞 Fix small size Select tag text not align middle. #21940 @xrkffgg
    • Menu
      • 🐞 Fix Menu bottom margin is missing. #21867
      • 🐞 Fix horizontal Menu extra margin of Menu.Item with only icon. #21925
      • 🐞 Fix Menu popup menu overflow issue when contains too many items. #21930
    • 🐞 Fix Badge animation when switch between 10 and 11. #21834 @wendellhu95
    • 🐞 Fix Radio.Button inside Tooltip throws Function components cannot be given refs warning. #21895 @AshoneA
    • 🐞 Fix Descriptions miss style when content is falsy. #21901
    • 🐞 Fix DatePicker cursor style on seperator. #21937 @xrkffgg
    • 🐞 Fix ConfigProvider prefixCls not working on Input.Password. #21953 @tdida
    • 🐞 Fix Carousel dots not align center. #21960 @liusiasi
    • 🐞 Fix Input.Search border style in rtl mode. #21946 @xrkffgg
    • Less
      • 🆕 Add @outline-fade variable. #20227 @Satloff
      • 🆕 Add @form-item-label-height variable. #21912
    • TypeScript
      • 🌟 Improve Form.Item renderProps definite. #21911

    • Form
      • 🐞 修复嵌套 Form.Item 移除会导致 React 报警告的问题。#21896
      • ⚡️ Form.useForm 现在将返回相同的实例以优化重复渲染的问题。#21927
      • ⚡️ 重构 Form.Item 渲染逻辑以使其子元素为纯组件时值变更只会渲染一次。#21991
      • ⚡️ FormContext 使用 memoized 值避免 Form.Item 产生额外的渲染。#21980 @qiqiboy
    • Table
      • 🐞 修复 Table 内浮层组件弹出方向异常的问题。#21905
      • 🐞 修复 Table classNamestyle 作用在了错误的元素上的问题。#21974
      • 🐞 修复 Table expandIconColumnIndexrowSelection 共用时的展示顺序问题。#21915
      • 🐞 修复 Table size="small" 时表头颜色和其他尺寸不一致的问题。#21942
    • Select
      • 🐞 修复 Select 在空字符串值时的样式对齐问题。#21880
      • 🐞 修复小号 Select 在多选模式下 tag 文字不居中的问题。#21940 @xrkffgg
    • Menu
      • 🐞 修复 Menu 弹出菜单底部边距丢失的问题。#21867
      • 🐞 修复 Menu 水平模式下 Menu.Item 只有一个 Icon 时仍然有额外 margin 的问题。#21925
      • 🐞 修复 Menu 弹出菜单超出屏幕高度的问题。#21930
    • 🐞 修复 Badge 数字在 10 和 11 切换时的动画错误。#21834 @wendellhu95
    • 🐞 修复 Radio.Button 上使用 Tooltip 会报 Function components cannot be given refs 警告。#21895
    • 🐞 修复 Descriptions 内容为 falsy 值时样式丢失的问题。#21901
    • 🐞 修复 DatePicker 在分隔符上的鼠标手型。#21937 @xrkffgg
    • 🐞 修复 ConfigProvider prefixCls 在 Input.Password 上不生效的问题。#21953 @tdida
    • 🐞 修复 Carousel dots 控件不居中的问题。#21960 @liusiasi
    • 🐞 修复 Input.Search 边框高亮样式在 rtl 模式下丢失的问题。#21946 @xrkffgg
    • Less
      • 🆕 新增 @outline-fade 变量。#20227 @Satloff
      • 🆕 新增 @form-item-label-height 变量。#21912
    • TypeScript
      • 🌟 增强 Form.Item renderProps 定义。#21911
from antd GitHub release notes
Commit messages
Package name: antd
  • 301cfb8 📌 versions: up 4.0.3
  • 59760e3 docs: 📝 add 4.0.3 changelog (#22217)
  • 6bf5388 docs: Dark theme in create-react-app (#22234)
  • 81f7f83 fix: style of card mode of Calendar (#22231)
  • 9a5cea7 fix: Table filter sub menu max height with many items (#22230)
  • 1eea3c5 🐛 revert Radio no wrapping style (#22229)
  • c52d25d style: fix form item with feedback in rtl (#22222)
  • a50c42c style: fix form item rtl style (#22214)
  • 8da1ef4 docs: Update research-form.zh-CN.md (#22211)
  • 6f4d279 fix: inputgroup search icon (#22197)
  • c47f895 🎬 improve select demo
  • 1f25f35 Update resources.en-US.md (#22200)
  • 5f38064 docs: Update resources.zh-CN.md (#22199)
  • 8d2c959 style: fix cascader RTL small icon (#22191)
  • b032344 style: add checkout grop RTL (#22186)
  • 313f71a Update index.en-US.md (#22188)
  • e60f18c Update index.zh-CN.md (#22187)
  • caf6143 Update index.en-US.md
  • a6c207d fix: fix vertical handle position (#22135)
  • b118909 🐛 fix Menu inlineCollpsed title (#22182)
  • e2029e3 ✅ update snapshots
  • e43b8c8 style: optimization steps in RTL (#22175)
  • 286d930 adjust select single style (#22167)
  • 6a563ff docs: Update Table resize demo (#22165)

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

@netlify
Copy link

netlify bot commented Mar 17, 2020

Deploy preview for footsteps-app ready!

Built with commit f105c99

https://deploy-preview-97--footsteps-app.netlify.com

@xlogix xlogix closed this Mar 21, 2020
@xlogix xlogix deleted the snyk-upgrade-fbfb289c8610ab41fb2ea459f5383f9c branch March 30, 2020 06:39
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