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.1 to 4.0.2 #89

Merged
merged 1 commit into from
Mar 14, 2020

Conversation

snyk-bot
Copy link
Contributor

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

ℹ️ 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-08.
Release notes
Package name: antd
  • 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
  • 4.0.1 - 2020-03-04
    • Form
      • 🐞 Fix Form help control will get react@16.13 warning. #21800 #21702
      • 🐞 Fix Form.Item exceed Form width when content is too long. #21682
    • Input
      • 🐞 Fix TextArea style get warning in react@16.13. #21703
      • 🐞 Fix Input.Search extra border when has prefix. #21753
    • Table
      • 🐞 Fix Table column with filtered not working. #21825
      • 🐞 Fix Table locale not work. #21772
      • 🐞 Fix Table.Column sortOrder is not working in JSX mode. #21719
      • 🐞 Fix Table fixed column with sorted status style issue. #21679
    • 🐞 Fix Dropdown menu arrow position. #21768 @xrkffgg
    • 🐞 Fix List bordered and split props conflict. #21784 @MXWXZ
    • 🐞 Fix Menu.Item a tag hidden bug. #21699 @shaodahong
    • 🐞 Fix message.open crash when icon is not passed. #21747 @AshoneA
    • 🐞 Fix Result status cannot assigned to string or number type. #21691
    • 🐞 Fix Descriptions warning for duplicate key. #21688
    • 💄 Optimize Calendar header style in small screen. #21813
    • 💄 Radio.Group not wrapping now. #21813
    • 🛠 Refactor icons import code to reduce webpack disabled tree shaking bundle size. #21752
    • Typescript
      • 🐞 Fix Radio.Button type error. #21807 @jhoneybee
      • 🐞 fix TreeSelect.SHOW_* type. #21791 @TennyZhuang
      • 🐞 Fix TreeSelect missing suffix define. #21714
      • 🐞 Fix Drawer forceRender TypeScript definite. #21774
      • 🐞 Fix Tree treeData define. #21756
      • 🐞 Fix Form.Item renderProps return type define. #21716

    • Form
      • 🐞 修复 Form help 受控时会导致 react@16.13 报警告的问题。#21800 #21702
      • 🐞 修复 Form.Item 宽度在内容过长时会超出 Form 的样式问题。#21682
    • Input
      • 🐞 修复 TextArea 样式在 react@16.13 下会报警告的问题。#21703
      • 🐞 修复 Input.Search 有 prefix 时的右边框样式问题。#21753
    • Table
      • 🐞 修复 Table column 的 filtered 属性无效的问题。#21825
      • 🐞 修复 Table locale 无效的问题。#21772
      • 🐞 修复 Table.Column sortOrder 在 JSX 模式下无效的问题。#21719
      • 🐞 修复 Table 固定列在排序状态时的样式问题。#21679
    • 🐞 修复 Dropdown 菜单里箭头图标的位置。#21768 @xrkffgg
    • 🐞 修复 List 组件 borderedsplit 属性冲突的问题。#21784 @MXWXZ
    • 🐞 修复 Menu.Item 中 a 标签换行无法显示的问题。#21699 @shaodahong
    • 🐞 修复 message.openicon 为空时报错的问题。#21747 @AshoneA
    • 🐞 修复 Result status 属性不能赋值 string 或者 number 类型的问题。#21691
    • 🐞 修复 Descriptions 报 key 重复的警告信息。#21688
    • 💄 优化 Calendar 在窄屏幕下的标题样式。#21813
    • 💄 Radio.Group 不再折行。#21813
    • 🛠 重构 icons 导入代码以降低没有开启 tree shaking 的打包尺寸。#21752
    • Typescript
      • 🐞 修复 Radio.Button 的类型定义。#21807 @jhoneybee
      • 🐞 修复了 TreeSelect.SHOW_* 的类型问题。#21791 @TennyZhuang
      • 🐞 修复 TreeSelect 缺失 suffix 定义。#21714
      • 🐞 修复 Drawer forceRender 的 TypeScript 定义。#21774
      • 🐞 修复 Tree treeData 定义。#21756
      • 🐞 修复 Form.Item renderProps 的类型定义。#21716
from antd GitHub release notes
Commit messages
Package name: antd
  • 3bcc2b4 docs: ❇️ release 4.0.2 (#21993)
  • a476197 perf(Form): FormContext use a memoized value(#21976) (#21980)
  • 9fdb82b refactor: Form.Item with pure children will only render once (#21991)
  • 76de873 add className (#21988)
  • 0c92b8e Update react-intl to version 4.1.1 (#21979)
  • be990f9 chore: remove unnecessary loop (#21978)
  • 8eb6647 docs: Update Tree dynamic update demo (#21975)
  • bbe9e34 fix: Table className & style in wrong place (#21974)
  • 23e4855 fix: Input.Password ConfigProvider prefixCls not work (#21953)
  • 69f6585 change carousel style (#21960)
  • c162bff style: add search input border color in RTL (#21946)
  • d7394e9 docs: remove key props (#21943)
  • 0537e4a style: fix select content style (#21940)
  • 301ef2e fix: Table small header background color (#21942)
  • cb4ad64 style: add datepicker cursor style (#21937)
  • 79d296a Update README.md
  • 6e1661d docs: 🎬 Update demo ts define (#21931)
  • 9db875f 💄 vertical menu should has max height (#21930)
  • 5fcdbe1 chore: Form.useForm return same instance now (#21927)
  • e8876d5 fix: MenuItem with icon only will still have additional margin (#21925)
  • 36c05dd fix: Table expandIconColumnIndex with rowSelect (#21915)
  • afe0e3d 💄 Add less variable @form-item-label-height (#21912)
  • e6965c9 chore: Form.Item renderProps define (#21911)
  • 5bb8f58 add outline-fade less variable (#20227)

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 10, 2020

Deploy preview for footsteps-app ready!

Built with commit 2a1e4cc

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

@xlogix xlogix merged commit 862a853 into master Mar 14, 2020
@xlogix xlogix deleted the snyk-upgrade-4cf5668e9e4a4bcb916da688145af4fc branch March 17, 2020 06:41
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