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 5.0.3 to 5.0.4 #58

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

mholthausen
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade antd from 5.0.3 to 5.0.4.

ℹ️ 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 21 days ago, on 2022-12-05.
Release notes
Package name: antd
  • 5.0.4 - 2022-12-05
    • Modal
    • 🐞 Fix Tree config checkable and blockNode not makes title stretch issue. #39209 @ Wxh16144
    • 🐞 Fix Dropdown sub menu missing motion. #39235
    • 💄 Fix RangePicker time panel padding style. #39228
    • 🐞 Fix Card action button round style. #39210 @ muxin
    • 🐞 Fix Badge wave effect color not follow color. #39182 @ li-jia-nan
    • 🐞 Fix Radio disabled status check style. #39165 @ Wxh16144
    • 🐞 Fixed TextArea count style when resize is not none. #39121 @ 51wangping
    • 🐞 Fix Transfer clicking the checkbox position cannot be unchecked and onSelectChange is triggered twice. #39078 @ edc-hui
    • 🐞 Fix Steps set size="small" with progress not fully display. #39100 @ Wxh16144
    • 🐞 Fix Form horizontal layout with xs responsive config not work. #39130
    • 🐞 Fix message position not correct in RTL. #39248 @ Yuiai01
    • 🐞 Fix Switch only set with checkedChildren or unCheckedChildren content not display. #39262

    • Modal
      • 🐞 修复 Modal 文字内容过多会超出框体的样式问题。#39249 @ MuxinFeng
      • 🐞 修复 Modal.info 没有图标时,内容宽度不正确的问题。#39047 @ owjs3901
    • 🐞 修复 Tree checkableblockNode 配合时,title 元素不拉伸的问题。#39209 @ Wxh16144
    • 🐞 修复 Dropdown 二级菜单丢失动画的问题。#39235
    • 💄 修复 RangePicker 内时间面板的 padding 样式。#39228
    • 🐞 修复 Card 的按钮组圆角样式。#39210 @ muxin
    • 🐞 修复了 Badge 自定义颜色的时候,波纹的颜色不会跟着小圆点颜色发生变化的问题。#39182 @ li-jia-nan
    • 🐞 修复 Radio 禁用状态选中样式。#39165 @ Wxh16144
    • 🐞 修复 TextArea resize 不是 none 时计数文字的样式问题。#39121 @ 51wangping
    • 🐞 修复 Transfer 组件 点击复选框位置不可以取消选中,并触发了两次 onSelectChange 问题。#39078 @ edc-hui
    • 🐞 修复 Steps size="small" 第一项带有进度时,进度条显示不全的问题。#39100 @ Wxh16144
    • 🐞 修复 Form 水平布局下 xs 的响应式布局不生效的问题。#39130
    • 🐞 修复 message 在 RTL 下位置不正确的问题。#39248 @ Yuiai01
    • 🐞 修复 Switch 在只设置 checkedChildrenunCheckedChildren 时,其内容不会显示的问题。#39262
  • 5.0.3 - 2022-11-30
    • 🐞 Fix Spin alignment when using tip. #38923 @ sribich
    • Menu
      • 🐞 Fix Menu Submenu style when overflowed. #39093
      • 🐞 Fix Menu.Item hover area when trigger active color change. #39077 @ Pulset
    • 🐞 Fix Input.TextArea resize behavior by adding reset style. aa92f02
    • 🐞 Fix Upload default icon color. #39114 @ MARKX97
    • 🐞 Fix ssr warning in dev mode caused by dynamic hashId. #39069
    • 🐞 Fix FloatButton.Group flicking on closing. #39061
    • 🐞 Fix Card.Meta that width is not 100%. #39026 @ justanotheranonymoususer

    • 🐞 修复 Spin 包裹模式时的样式偏移问题。#38923 @ sribich
    • Menu
      • 🐞 修复 Menu 溢出时下拉菜单的样式问题。#39093
      • 🐞 修复 hover 在 Menu.Item 外面时颜色变蓝的问题。#39077 @ Pulset
    • 🐞 修复 Input.TextArea 没有重置样式导致 resize 行为和 4.x 不一致的问题。aa92f02
    • 🐞 修复 Upload 默认图标颜色。#39114 @ MARKX97
    • 🐞 修复 dev 下动态 hashId 导致的 ssr 注水失败的问题。#39069
    • 🐞 修复 FloatButton.Group 关闭时闪烁的问题。#39061
    • 🐞 修复 Card.Meta 宽度没有默认填满容器的问题。#39026 @ justanotheranonymoususer
from antd GitHub release notes
Commit messages
Package name: antd
  • 1f8c047 docs: 5.0.4 changelog (#39256)
  • 93c1416 fix(switch): only one of the two props `checkedChildren` or `unCheckedChildren` will not work (#39262)
  • fbab5df docs: update Layout demo (#39255)
  • 7b92c1a test: fix argo-ci skipped demo (#39245)
  • 506c400 fix(Message): fix message RTL display location error (#39248)
  • e975e5d chore: update tree snapshot (#39242)
  • e35c05d chore: fix npm start in window (#39252)
  • ecd2b73 style(Modal): fix content break lines (#39249)
  • 325225e chore(tree): remove flex style (#39209)
  • 48a0cf3 chore: force trigger CI
  • 9e204c2 docs: fix table drag demo style is incorrect (#39236)
  • fe60528 fix: Dropdown sub-menu missing motion (#39235)
  • 3d9046d docs: improve preview interaction (#38802)
  • 86de756 style: fix TimePicker panel style inside RangePicker (#39228)
  • 0d6e46b docs: fix extra line in index.md (#39225)
  • 3c3d6df chore: enable bundlesize github checks (#39220)
  • 2c7360d site: fix theme-editor link (#39224)
  • 33e06a2 chore(Drawer): Improve warning message wording and demo doc (#39207)
  • 4679790 🤖 TEST: Use bundlesize2 instead (#39216)
  • f9b9789 fix(Card): fix card actions' style (#39210)
  • 5309b68 docs: Update index.zh-CN.md (#39213)
  • 4d33b74 docs: Add more desc & warning (#39201)
  • 4e460cd docs: fix demo card icons color (#39191)
  • eb77c5a fix: fix Badge Wave borderColor error (#39182)

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

@mholthausen mholthausen merged commit 9b68c38 into master Mar 23, 2023
@mholthausen mholthausen deleted the snyk-upgrade-3efba6e47649642e9a0949a3877b1780 branch March 23, 2023 22:03
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