Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

[Snyk] Upgrade antd from 4.19.3 to 4.19.5 #188

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade antd from 4.19.3 to 4.19.5.

merge advice
ℹ️ 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 21 days ago, on 2022-04-02.
Release notes
Package name: antd
  • 4.19.5 - 2022-04-02
    • 🐞 Fix Form that not keep store value when unmount and mount again. #34845
    • 🐞 Fix Pagination under <ConfigProvider componentSize="large" /> should display middle size Select. #34756
    • 🐞 fix Skeleton to unable to render childten of non-react element. #34751 @ 1247748612
    • 💄 Fix Tag @ tag-border-radius less variable not work. #34741

    • 🐞 修复 Form 在整个被 unmount 后再次 mount,原 Form 的值会被重置的问题。#34845
    • 🐞 修复 Pagination 在 <ConfigProvider componentSize="large" /> 下的 Select 大小问题。#34756
    • 🐞 修复 Skeleton 不渲染非 react element 类型的 children 问题。#34751 @ 1247748612
    • 💄 修复 Tag @ tag-border-radius less 变量不生效的问题。#34741
  • 4.19.5-alpha.0 - 2022-03-28
    No content.
  • 4.19.4 - 2022-03-27
    • 🐞 Fix when fullscreen of the Calendar is false, the element returned by dateFullCellRender cannot be interactive. #34614 @ imoctopus
    • 🐞 fix BackTop responsive in RTL. #34626 @ hmz22
    • 🐞 Fix text position in Steps with small size and dot mode. #34651
    • 🐞 Fix Descriptions contentStyle not working when children is 0. #34696 @ zhao-huo-long
    • 🐞 Fix notification prevent interaction on elements which under it. #34716

    • 🐞 修复当 Calendar 的 fullscreenfalse 时,dateFullCellRender 返回的元素不可交互的问题。#34614 @ imoctopus
    • 🐞 修复 BackTop 的部分 rtl 样式问题。#34626 @ hmz22
    • 🐞 修复小尺寸 Steps dot 模式下文字位置偏移的问题。#34651
    • 🐞 修复 Descriptions 内容为 0 时 contentStyle 不生效的问题。#34696 @ zhao-huo-long
    • 🐞 修复 notification 会遮挡后面元素交互的问题。#34716
  • 4.19.3 - 2022-03-21
    • 🐞 Fix TextArea clearIcon color. #34610
    • 🐞 Fix: apply scale transform to disabled star. #34547 @ Unuuuuu
    • 🐞 Fix Tooltip arrow color with preset. #34548
    • 🐞 Fixed number abnormal position display in Badge RTL mode. #34545
    • 💄 Fix numeric Row and Col class styles when using prefixCls. #34494 @ mic-web
    • 🐞 Fix Editable Textarea height jump in Firefox and Editable Typography.Title confirm icon position. #34518
    • 💄 Fix missing status style in RangePicker. #34509
    • 🛎 Add warning for Input getting blurred when dynamically add hasFeedback. #34475
    • 🐞 Fix missing classname in input when Input has prefix or suffix. #34474
    • 🇱🇹 Updated lt_LT locale for typeTemplate. #34567 @ Anizcus
    • 🇮🇹 Updated it_iT locale for Table. #34566 @ freshgiammi

    • 🐞 修复 TextArea clearIcon 的颜色问题。#34610
    • 🐞 修复 Rate 下 disabled 时依然有 hover 效果的问题。#34547 @ Unuuuuu
    • 🐞 修复 Tooltip 使用预设颜色时 arrow 颜色错误的问题。#34548
    • 🐞 修复 Badge 数字 RTL 模式下异常位置显示。#34545
    • 💄 修复使用 prefixCls 时的数字 Row 和 Col 类样式问题。#34494 @ mic-web
    • 🐞 修复 Typography editable 切换时在 Firefox 下高度跳动 和 Typography.Title editable 确定图标错位的问题。#34518
    • 💄 修复 RangePicker status 相关样式丢失的问题。#34509
    • 🛎 为动态改变 Form.Item 的 hasFeedback 时 Input 焦点丢失添加警告。#34475
    • 🐞 修复 Input 有 prefix 或者 suffix 时 input 缺少某些 className 的问题。#34474
    • 🇱🇹 更新 lt_LT 的 locale。#34567 @ Anizcus
    • 🇮🇹 更新 it_iT 的 locale。#34566 @ freshgiammi
from antd GitHub release notes
Commit messages
Package name: antd
  • 11d09f8 docs: 4.19.5 changelog (#34851)
  • baade86 fix: Form unmount miss origin store value (#34845)
  • 80c1391 docs: Add faq (#34830)
  • dd13e80 chore: minify themes css (#34824)
  • 1e06f6c docs: patch 4.19.3 change log (#34821)
  • 1b12107 Update faq.zh-CN.md
  • 550f60f docs: update draggable demo with rtl mode (#34785)
  • f5c6379 fix: correct className (#34791)
  • c0304cc fix: Pagination should display middle size Select when ConfigProvider componentSize is large (#34756)
  • 2733977 chore: React 18 test case (#34781)
  • c89e33d test: update snapshot
  • ceba0d5 chore: comiple use matrix (#34770)
  • ff02a4e docs: replace grid design img (#34771)
  • 0c4281f test: Update snapshot (#34758)
  • 0299966 fix: skeleton cannot display children (#34751)
  • 5ec9aa2 chore: bump 4.19.5-alpha.0
  • 96ddf2e chore: more less variables (#34746)
  • 9c7c424 fix: tag-border-radius not work (#34741)
  • 4491592 docs: changelog 4.19.4 (#34734)
  • 8a3ee71 chore: add control-radius (#34727)
  • 9af935f refactor: use useContext in skeleton (#34699)
  • 1935ece fix: notification prevent interaction on elements which under it (#34716)
  • c7553c2 docs: fix type of style in tabs component (#34706)
  • 5b1fa4c ci: update pr merge branch

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant