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.23.3 to 5.24.1 #198

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

Conversation

tomlebl
Copy link
Contributor

@tomlebl tomlebl commented Mar 17, 2025

snyk-top-banner

Snyk has created this PR to upgrade antd from 5.23.3 to 5.24.1.

ℹ️ 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.

Release notes
Package name: antd
  • 5.24.1 - 2025-02-17

    • 🐞 修复 Button 配置 colorprimary 并且 varianttextlink 时,没有取用正确的色板的问题。#52812 @ zombieJ
    • 💄 修复 Input.Group 与 Input.OTP 由于 css 变量未定义导致样式异常的问题。#52799 @ afc163
    • 🐞 修复 DatePicker 的 prefix 内容多时会换行的问题。#52776 @ guoyunhe
    • 🐞 修复 Table 列标题在排序时丢失 aria-label 的问题。#52772 @ mellis481
    • 🐞 修复 Alert.ErrorBoundary 在 @ types/[email protected] 中无法作为 JSX 组件使用的类型错误问题。#52766 @ afc163
    • 💄 修复 Segmented 设置 size 时,shape 不生效的问题。#52757 @ yellowryan
  • 5.24.0 - 2025-02-11

    • 🆕 Notification 支持 actions 属性并废弃 btn 属性。#52703 @ thinkasany
    • 🆕 Carousel 支持展示指示点进度。#52672 @ yellowryan
    • 🆕 Input.OTP 支持 separator 属性。#52668 @ HaceraI
    • 🆕 Descriptions 增加 labelColor 组件 token。#52700 @ guoyunhe
    • 🆕 Segmented 支持 shape="round" 的胶囊形状的样式。#52685 @ afc163
    • 🆕 ConfigProvider 支持 Card 组件的 variant 配置。#52552 @ thinkasany
    • 🆕 Progress/Step 支持使用 rounding 属性自定义取整方法。#52017 @ yanghoxom
    • 🆕 Divider 的 orientation 属性支持 startend.#52567 @ li-jia-nan
    • 🆕 为 Input、InputNumber、Mentions、Form、Select、Cascader、TreeSelect、DatePicker、TimePicker 组件的 variant 添加 underlined 属性。#52546 @ ustcfury
    • 🆕 ConfigProvider 支持 Modal centered 全局配置。#52343 @ guoyunhe
    • 🆕 为 Checkbox 和 Radio 增加 label 类名。#52322 @ guoyunhe
    • 🐞 修复 Tooltip/Popover/Popconfirm/Dropdown 在 React 19 下 children 为自定义组件时弹层位置错乱的问题。react-component/util#623 @ zombieJ
    • 🐞 修复 DatePicker.RangePicker 弹出窗体自动调整位置时,面板的箭头位置不正确的问题。#52719 @ zombieJ
    • 🐞 修正 locale 中 filterCheckallfilterCheckAll#52517 @ thinkasany
    • 🐞 修复 Form scrollToFieldscrollToFirstError 无法聚焦 antd 组件的问题。#52726 @ Wxh16144
    • 💄 修复 Button 预设值按钮的阴影色在暗色背景下显示突兀的问题。#52701 @ afc163
    • 💄 修复 Segmented 组件在暗黑模式下的动画过渡效果不自然的问题。#52708 @ yellowryan
    • 💄 拆分 Input 和 TextArea 样式。#52570 @ guoyunhe
    • 💄 修复 Input 和 Select 在 css var 模式下的样式问题。#52554 @ li-jia-nan
    • ⌨️ Form field error 移除 role="alert" 以提升可访问性。#52661 @ mellis481
    • ⌨️ 优化无障碍体验,为空表头和面板按钮添加本地化标签。#52689 @ aojunhao123
    • ⌨️ 优化 Tabs 组件的可访问性,修复 Certain ARIA roles must contain particular children 的报错。#52677 @ afc163
    • ⌨️ 为 Tooltip 添加读屏器支持。#52293 @ aojunhao123
    • TypeScript
  • 5.23.4 - 2025-02-05

    First release in the Year of the Snake, wishing you a prosperous start! 🐍

    • 🐞 Fixed Pagination accessibility issue by supplementing missing ARIA attributes support. #52616 @ aojunhao123
    • 🐞 Added Input.TextArea component support in Space.Compact. #52639 @ Can-Chen
    • 🐞 Fixed Menu with theme="dark" and mode="horizontal" identical text/background color issue. #52617 @ afc163
    • 🇦🇪 Add Tour Arabic translation. #52642 @ Sagie501
    • 🇮🇱 Add Tour Hebrew translation. #52641 @ Sagie501

    蛇年第一个版本,开工大吉!🐍

    • 🐞 修复 Pagination 可访问性问题,补充缺失的 ARIA 属性支持。#52616 @ aojunhao123
    • 🐞 Space.Compact 支持 Input.Textarea 组件。#52639 @ Can-Chen
    • 🐞 修复 Menu theme="dark" 时水平菜单的文字色和背景色同色的问题。#52617 @ afc163
    • 🇪🇬 Tour 增加阿拉伯文 (埃及) 的翻译。 #52642 @ Sagie501
    • 🇮🇱 Tour 增加希伯来语(以色列)的国际化翻译。#52641 @ Sagie501
  • 5.23.3 - 2025-01-28

    Last version of the Dragon Year, Happy Chinese New Year! 🐲

    • ⌨️ MISC: Add accessibility tests for all component demos to ensure compliance with accessibility standards. Optimize accessibility support for some components, improving compatibility with screen readers and keyboard operations. #51372 @ aojunhao123
    • 🐞 MISC: Fix importing antd/dist/reset.css file issue. #52559 @ CaptainVolcom
    • 🐞 Fix Button throwing error when loading is null. #52508 @ li-jia-nan
    • 🐞 Fix Table last row border color transition issue. #52549 @ DDDDD12138
    • 💄 Fix Cascader checkbox cursor style in disabled state. #52539 @ aojunhao123
    • 💄 Fix ConfigProvider not correctly modifying icon style priority when StyleProvider configures layer. #52533 @ zombieJ
    • 🐞 Fix Layout sidebar toggle button style missing in non-cssVar mode. #52537 @ afc163
    • 🐞 Fix Tree checkbox cursor style in disabled state. #52525 @ aojunhao123
    • notification
      • 🐞 Fix notification useNotification closeIcon configuration not working. #52516 @ typenoob
      • 🐞 Fix notification component display flicker issue under App component. #52499 @ afc163
    • RTL

    龙年最后一版,祝各位新春愉快!🐲

    • ⌨️ MISC: 为所有组件的示例添加了可访问性测试,确保符合无障碍标准。并优化了部分组件的可访问性支持,改进了对屏幕阅读器和键盘操作的兼容性。#51372 @ aojunhao123
    • 🐞 MISC: 修复导入 antd/dist/reset.css 文件的问题。#52559 @ CaptainVolcom
    • 🐞 修复 Button loadingnull 时抛错的问题。#52508 @ li-jia-nan
    • 🐞 修复 Table 最后一行边框颜色过渡问题。#52549 @ DDDDD12138
    • 💄 修复 Cascader 组件禁用状态下复选框的鼠标指针样式问题。#52539 @ aojunhao123
    • 💄 修复 ConfigProvider 在 StyleProvider 配置 layer 时不会正确修改图标对应样式优先级的问题。#52533 @ zombieJ
    • 🐞 修复 Layout 切换侧边栏按钮在非 cssVar 模式下样式丢失的问题。. #52537 @ afc163
    • 🐞 修复 Tree 组件禁用状态下复选框的鼠标指针样式问题。#52525 @ aojunhao123
    • notification
      • 🐞 修复 notification useNotificationcloseIcon 配置无效的问题。#52516 @ typenoob
      • 🐞 修复 notification 组件在 App 组件下的显示闪烁问题。#52499 @ afc163
    • RTL
from antd GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Snyk has created this PR to upgrade antd from 5.23.3 to 5.24.1.

See this package in npm:
antd

See this project in Snyk:
https://app.snyk.io/org/tomlebl/project/72941f4e-bb01-4849-83bc-7a555b2b885c?utm_source=github&utm_medium=referral&page=upgrade-pr
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