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 3.19.7 to 3.26.14 #2

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 3.19.7 to 3.26.14.

ℹ️ 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 49 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2020-03-23.
Release notes
Package name: antd
  • 3.26.14 - 2020-03-23
    • 🐞 修复 Descriptions 在小尺寸下无法自适应的问题。#22407
    • 🐞 修复 TextArea autoSize 时在 Firefox 下不会自动滚动到底的问题。#22014
    • 🐞 修复 TextArea 样式在 react@16.13 下会报警告的问题。#21703
    • Typescript

    • 🐞 Fix Descriptions cannot fit to small container width. #22407
    • 🐞 Fix TextArea autoSize don't scroll bottom in Firefox. #22014
    • 🐞 Fix TextArea style get warning in react@16.13. #21703
    • Typescript
  • 3.26.13 - 2020-03-07
    • 🐞 Fix Result status cannot assigned to string or number type. #21691
    • 🐞 Fix Badge animation when switch between 10 and 11. #21887 @wendellhu95
    • 🐞 Fix DatePicker disabled icon cursor style. #21655 @jhoneybee
    • 🐞 Fix Grid multiple Rows margin overlapping. #21518 @felipeptcho
    • 🐞 Fix Table filter menu max height with many items. #21602

    • 🐞 修复 Result status 属性不能赋值 string 或者 number 类型的问题。#21691
    • 🐞 修复 Badge 数字在 10 和 11 切换时的动画错误。#21887 @wendellhu95
    • 🐞 修复 DatePicker 日历图标在禁用时的手型。#21655 @jhoneybee
    • 🐞 修复 Grid 多个 Row 之间的边距叠加问题。#21518 @felipeptcho
    • 🐞 修复 Table 筛选菜单高度溢出屏幕的问题。#21602
  • 3.26.12 - 2020-02-24
  • 3.26.11 - 2020-02-17
  • 3.26.10 - 2020-02-17
  • 3.26.9 - 2020-02-08
  • 3.26.8 - 2020-02-03
  • 3.26.7 - 2020-01-14
  • 3.26.6 - 2020-01-03
  • 3.26.5 - 2019-12-29
  • 3.26.4 - 2019-12-23
  • 3.26.3 - 2019-12-14
  • 3.26.2 - 2019-12-10
  • 3.26.1 - 2019-12-09
  • 3.26.0 - 2019-12-01
  • 3.25.3 - 2019-11-25
  • 3.25.2 - 2019-11-17
  • 3.25.1 - 2019-11-10
  • 3.25.0 - 2019-11-04
  • 3.24.3 - 2019-10-27
  • 3.24.2 - 2019-10-19
  • 3.24.1 - 2019-10-17
  • 3.24.0 - 2019-10-16
  • 3.23.6 - 2019-10-05
  • 3.23.5 - 2019-09-29
  • 3.23.4 - 2019-09-21
  • 3.23.3 - 2019-09-17
  • 3.23.2 - 2019-09-06
  • 3.23.1 - 2019-09-03
  • 3.23.0 - 2019-09-02
  • 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
from antd GitHub release notes
Commit messages
Package name: antd
  • 282c792 docs: 3.26.14 changelog (#22518)
  • ba2ef53 fix: Make events non-optional for Popconfirm (#22438)
  • 0792ac8 test: fix 3.x test case (#22447)
  • aabf605 fix: Descriptions should be able to fit width (#22407)
  • f520032 🐛 Fix TextArea[autoSize] don't scroll bottom in Firefox (#22014)
  • b0146a2 cherry pick #21703
  • 68b948b docs: Update demo link
  • bece430 docs: ❇️ release 3.26.13 (#21967)
  • 2e8205b fix(module:badge): fix toggling animation (#21887)
  • b81e3e9 fix: Date Picker disabled style (#21655)
  • 045059f test: fix packtracker token (#21805)
  • a473770 🔷 Fix Result status type to string & number (#21691)
  • 92b7902 fix: Grid rows overlapping when using vertical gutter (#21518)
  • 9ee1a90 docs: lock riddle & codepen antd version
  • 5e7a31d docs: update demo links
  • 27c9c08 🐛 Table filter menu should have max-height (#21602)
  • 046f394 docs: fix wrong link
  • 2ae5efa release: 3.26.12 (#21547)
  • e85ec40 avoid reading innerText (#21217)
  • bb335bc uniq (#21522)
  • 26dd6f7 💄 tweak Upload showDownloadIcon default value (#21496)
  • 91a5947 docs: 📝 Added expandIconColumnIndex property description of Table. (#21495)
  • be19e4e fix: Input with readOnly should not clearable (#21492)
  • ef7bb37 docs: 3.26.11 changelog (#21405)

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
1 participant