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.9.1 to 4.9.4 #2654

Closed

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade antd from 4.9.1 to 4.9.4.

:sparkles: Snyk has automatically assigned this pull request, [set who gets assigned](https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094/settings/integration?utm_source=github&utm_medium=upgrade-pr/settings/integration).

ℹ️ 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 3 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-12-16.
Release notes
Package name: antd
  • 4.9.4 - 2020-12-16
    • 🐞 Fix Menu delayed hover color transition in Chrome. #28372
    • 🐞 Fix Tree node connection line position problem. #28354 @ maksnester
    • 💄 Fix Table fixed column z-index which makes Dropdown not showing on top. #28346
    • TypeScript
      • 🤖 Fix message.loading() return type. #28362

    • 🐞 修复 Menu 在 Chrome 下 hover 色延迟变化的问题。#28372
    • 🐞 修复 Tree 的节点连接线在滚动时位置偏移的问题。#28354 @ maksnester
    • 💄 修复 Table 固定列 z-index 样式让 Dropdown 无法展示在最顶层的问题。#28346
    • TypeScript
      • 🤖 修复 message.loading() 返回函数的定义。#28362
  • 4.9.3 - 2020-12-14
    • 💄 Fix Badge standalone motion blink when show/hide. #28240
    • 🐞 Fix Table filters not support number and boolean type. #28220 @ Meowu
    • 💄 Remove Tree hover background color when selectable={false}. #28269
    • 💄 Fix Statistics decimal font size. #28223
    • TypeScript

    • 💄 修复 Badge 独立使用时展示/收起动画跳动的问题。#28240
    • 🐞 修复 Table filters 不支持数字和 boolean 类型的问题。#28220 @ Meowu
    • 💄 修复 Tree 当 selectable={false} 时节点依然有 hover 背景色的问题。#28269
    • 💄 修复 Statistics 小数点字体大小问题。#28223
    • TypeScript
  • 4.9.2 - 2020-12-07
    • Table
      • 🐞 Fix Table selecting crash sometimes. #28193 @ yanguoyu
      • 💄 Fix Table selection column header align issue. #28173
    • Dropdown
      • 💄 Fix Dropdown subMenu arrow style. #28181
      • 🐞 Fix Dropdown click area not matched. #28180
    • 🐞 Fix overlayInnerStyle not work in Tooltip. #27682 @ jasepellerin
    • 💄 Fix Layout overflow style for Table sticky. #28176
    • 💄 Fix Steps progressDot broken style of first step. #28126 @ ZeroTo0ne
    • 💄 Optimize Modal useModal performance by isolating elements render to avoid the component to rerender. #28122 @ TotooriaHyperion
    • 💄 Fix TextArea showCount style while using with Form. #28130 @ AlanCutFlim
    • 💄 Fix Tag cursor style in Tree node. #28219
    • 🛠 Remove @ ant-design/css-animation for better bundle size. #28201
    • RTL
    • TypeScript

    • Table
      • 🐞 修复 Table 选择功能有时会 crash 的问题。#28193 @ yanguoyu
      • 💄 修复 Table 选择列标题的对齐样式问题。#28173
    • Dropdown
      • 💄 修复 Dropdown 下拉菜单箭头样式。#28181
      • 🐞 修复 Dropdown 点击触发区域不匹配的问题。#28180
    • 🐞 修复 Tooltip overlayInnerStyle 属性无效。#27682 @ jasepellerin
    • 💄 修复 Layout 内部使用 Table sticky 属性失效的问题。#28176
    • 💄 修复 Steps progressDot 第一个步骤点错位的问题。#28126 @ ZeroTo0ne
    • 💄 优化 Modal useModal 性能,避免元素渲染导致组件渲染。#28122 @ TotooriaHyperion
    • 💄 修复 TextArea 结合 Form 使用时的字数提示样式问题。#28130 @ AlanCutFlim
    • 💄 修复 Tree 里使用 Tag 时鼠标手型样式问题。#28219
    • 🛠 移除对 @ ant-design/css-animation 的依赖以优化包体积。#28201
    • RTL
    • TypeScript
      • 🤖 修复 Table SelectionSelectFn 类型定义中 selectedRows 属性改为 T 范型。#28206 @ weiyuc
      • 🤖 Breadcrumb 的 BreadcrumbItem 中增加 className 类型。#28182 @ ccloveak
      • 🤖 Form.List initialValue 增加类型支持。#28153 @ Debiancc
      • 🤖 修复 Carousel 中 dontAnimate 参数为可选类型。#28090 @ jarretmoses
  • 4.9.1 - 2020-12-01
    • TypeScript

    • TypeScript
      • 🤖 修复 Collapse.Panel 可折叠属性 collapsible 为可选。#28092 @ sammarks
from antd GitHub release notes
Commit messages
Package name: antd
  • 440d87e docs: add 4.9.4 changelog (#28376)
  • 80c2f3e fix: Menu title hover transition bug in Chrome (#28372)
  • 9948d2f docs: add FAQ about custom form control
  • e63856b docs: Remove Upload `transformFile` prop (#28365)
  • a3a64dc fix: message.loading return hide type (#28362)
  • a08eb58 chore: fix gitleaks.yml (#28363)
  • d2c1310 fix(Tree): leaf-line should set relative position (#28354)
  • 3f2f697 docs: add English translations in customize-theme (#28347)
  • 857cbe1 fix: Fixed columns z-index issue (#28346)
  • 17be61f docs(✨): changelog for 4.9.3 (#28341)
  • b68ffc6 docs: optimize trigger of Form.Item (#28197)
  • 0059e54 docs: fix AutoComplete allowClear description
  • 48ceda4 chore(:up:): upgrade intersection-observer
  • 4255f0c test: fix demo snapshot
  • 7057556 refactor: Transfer demo to hooks
  • e625488 fix: titles of TransferProps type to ReactNode (#28326)
  • d372028 docs: Update complex-form-control.md (#28311)
  • 32470b2 fix: improve message.then type (#28304)
  • 50d4b18 chore(deps-dev): bump @ types/react-copy-to-clipboard from 4.3.0 to 5.0.0 (#28295)
  • 481335b chore: wave component isHidden function has not invaild hidden css attribute (#28291)
  • a8fbd22 fix: Image.PreviewGroup typescript definition (#28263)
  • f4d29bf chore: statisc suffix fontsize inherit from value style (#28223)
  • 775d180 chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 7.0.0 (#28253)
  • e408593 docs: remove gitter & add discussion (#28278)

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

👩‍💻 Set who automatically gets assigned

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@bsekachev
Copy link
Member

Upgrading to 4.10.2 #2669

@bsekachev bsekachev closed this Jan 14, 2021
@bsekachev bsekachev deleted the snyk-upgrade-031030688f4441326712e40410683154 branch January 20, 2021 09:38
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