Open
Conversation
Snyk has created this PR to upgrade antd from 5.7.2 to 5.20.4. See this package in npm: antd See this project in Snyk: https://app.snyk.io/org/shaiqa-nadeem/project/73a9dab4-29f1-4b6d-8c22-6a1fae3cfd0a?utm_source=github&utm_medium=referral&page=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade antd from 5.7.2 to 5.20.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 70 versions ahead of your current version.
The recommended version was released on 22 days ago.
Release notes
Package name: antd
-
5.20.4 - 2024-09-02
- Menu
- 🐞 Fix Menu token
- 🐞 Fix Menu missing
- 💄 Badge add transition effect to count node. #50607 @ afc163
- 💄 Fix Table column header move with unexpected transition. #50605 @ afc163
- 🛠 Refactor Typography code to optimize internal logic. #50561 @ afc163
- 🐞 Disable the Rate component within Form.Item when the form is disabled. #50594 @ nikzanda
- 🌐 Patch tr_TR
- Menu
- 🐞 修复 Menu 的
- 🐞 修复 Menu
- 💄 给 Badge 增加一个动画缓动效果。#50607 @ afc163
- 💄 修复 Table 列头切换状态时多余的的移动缓动动画。#50605 @ afc163
- 🛠 重构 Typography 代码以优化内部实现逻辑。#50561 @ afc163
- 🐞 当表单被禁用时,禁用 Form.Item 中的 Rate 组件。#50594 @ nikzanda
- 🌐 补充土耳其
-
5.20.3 - 2024-08-26
- 🐞 Refactor Typography native css ellipsis measure logic to handle precision edge case. #50514 @ zombieJ
- 🐞 Fix ColorPicker
- 🐞 Fix FloatButton.Group with controlled mode warning for nest updating issue. #50500 @ zombieJ
- 🐞 重构 Typography 在使用 css 原生省略时的检查逻辑,以解决屏幕缩放等情况下的精度问题。#50514 @ zombieJ
- 🐞 修复 ColorPicker 组件在面板上不拖拽直接点击的时候,
- 🐞 修复 FloatButton.Group 在受控模式下 React 会警告递归更新的问题。#50500 @ zombieJ
-
5.20.2 - 2024-08-19
- 💄 Fix the suffix style problem of InputNumber without control. #50450 @ coding-ice
- 🆕 Form
- 🐞 Fixed the issue where the rounded corners of the trigger element are missing when the FloatButton component has shape="square" and in menu mode when the menu pops up. #50408 @ li-jia-nan
- 🐞 Fixed the problem that Upload.Dragger does not work when dragging and dropping upload folders. #50394 @ huiliangShen
- 🐞 Fixed the issue where the arrow icon disappears after hovering when Select specifies
- 🐞 Fixed the arrow misalignment error when Popover sets the
- 📖 Transfer adds Russian and Ukrainian localization copy. #50429 @ alexlag
- TypeScript
- 🤖 Roll back the Table partial generic constraint object to any to reduce break changes caused by #50351. #50372 @ crazyair
- 💄 修复 InputNumber 没有控件的后缀样式问题。#50450 @ coding-ice
- 🆕 Form
- 🐞 修复了 FloatButton 组件当 shape=“square” 时,并且在菜单模式下,菜单弹出时 trigger 元素圆角缺失的问题。#50408 @ li-jia-nan
- 🐞 修复 Upload.Dragger 拖拽上传文件夹时不工作问题。#50394 @ huiliangShen
- 🐞 修复 Select 指定
- 🐞 修复 Popover 设置
- 📖 Transfer 补充俄罗斯语和乌克兰语本地化文案。#50429 @ alexlag
- TypeScript
- 🤖 将 Table 部分泛型约束 object 回滚为 any,以减少 #50351 造成的 break change。#50372 @ crazyair
-
5.20.1 - 2024-08-11
- ColorPicker
- 🐞 Fix ColorPicker compile error of
- 💄 Fix ColorPicker not adjust border style when under Space.Compact. #50291 @ zombieJ
- 💄 Fix Table
- 🐞 Fix FloatButton don't support
- 🐞 Fix Typography
- 🐞 Fix Form
- 🐞 Fix Tour default
- 🐞 Fix Calendar
- 🐞 Fix Spin align issue when setting
- 🐞 Fix Tree switcher position not ping at top when title break the line. #50313 @ zombieJ
- 🌐 Locales
- 🇦🇿 Fix missing spaces of
- TypeScript
- 🤖 Refine Table all Record types from any to Object. #50351 @ li-jia-nan
- ColorPicker
- 🐞 修复 ColorPicker 出现
- 💄 修复 ColorPicker 在 Space.Compact 下圆角样式不会调整的问题。#50291 @ zombieJ
- 💄 修复 Table
- 🐞 修复 FloatButton 不支持
- 🐞 修复 Typography 的
- 🐞 修复 Form
- 🐞 修复 Tour 默认
- 🐞 修复 Calendar
- 🐞 修复 Spin 组件设置
- 🐞 修复 Tree 展开按钮在标题折行时没有顶上对齐的问题。#50313 @ zombieJ
- 🌐 本地化
- 🇦🇿 修复
- TypeScript
- 🤖 优化 Table 中所有的 Record 类型从 any 约束为 Object 类型。#50351 @ li-jia-nan
-
5.20.0 - 2024-08-03
- 🛠 Replace ColorPicker internal
- 🆕 ConfigProvider support indicator property for Spin. #50183 @ coding-ice
- 🆕 Upload
- 🆕 Tree support custom loading icon for tree nodes with new prop
- 🆕 Slider support
- 🆕 Slider
- 🆕 Support custom status render in QRCode. #49563 @ kiner-tang
- 🆕 Table component supports custom Filter dropdown box empty status. #49613 @ Wxh16144
- 🆕 Allow user to add the Divider style of
- 🆕 InputNumber supports
- 🆕 ColorPicker support gradient color type and fix controlled mode not working. #50050
- 🆕 Input/TextArea/Mentions support
- ⌨️ Optimize Input be changed repeatedly when hold the enter key in multi-mode. rc-input#72 @ crazyair
- 🐞 Fix the issue where line-height is not effective in cssinjs mode for ColorPicker. #50220 @ vagusX
- 🐞 Fix cursor disabled state for ColorPicker. #50217 @ coding-ice
- 🐞 Fix grouping columns does not apply sorting for Table. #50086 @ Zyf665
- 🐞 Fix Popover/PopConfirm/Tooltip with
- 💄 Fix Tree filter node style lost. #49773 @ wanpan11
- 💄 Optimize ColorPicker when selecting a color from the
- TypeScript
- 🤖 Component Token support string and number. #49837 @ thinkasany
- 🤖 Improve Radio export types. #50203 @ baicie
- 🌐 Locales
- 🇪🇸 Improve Spanish translation. #50179 @ sergioalmela
- 🇺🇦 Add missed translation in uk_UA. #50178 @ Andrik264
- 🛠 替换 ColorPicker 内部使用的
- 🆕 ConfigProvider 支持配置 Spin 的 indicator 属性。#50183 @ coding-ice
- 🆕 Upload
- 🆕 Tree 新增
- 🆕 Slider 支持
- 🆕 Slider
- 🆕 在 QRCode 中支持自定义状态渲染。#49563 @ kiner-tang
- 🆕 Table 组件支持自定义过滤器下拉框空状态。 #49613 @ Wxh16144
- 🆕 Divider 支持添加
- 🆕 InputNumber 支持
- 🆕 ColorPicker 支持渐变色选择,并修复受控模式不生效的问题。#50050
- 🆕 Input/TextArea/Mentions 组件支持
- ⌨️ 优化 Input 下长按回车会不断触发变更的问题。rc-input#72 @ crazyair
- 🐞 修复 ColorPicker 在 cssinjs 模式下 line-height 失效的问题。#50220 @ vagusX
- 🐞 修复 ColorPicker 在 disabled 状态下的光标问题. #50217 @ coding-ice
- 🐞 修复 Table 中列存在分组时,排序不生效的问题。#50086 @ Zyf665
- 🐞 修复 Popover/PopConfirm/Tooltip 在目标元素宽度过大时,使用
- 💄 修复 Tree 组件 filter-node 节点高亮样式丢失。#49773 @ wanpan11
- 💄 优化 ColorPicker 当从
- TypeScript
- 🤖 Component Token 支持 string 或 number。#49837 @ thinkasany
- 🤖 改进 Radio 类型导出。#50203 @ baicie
- 🌐 Locales
- 🇪🇸 改进西班牙语本地化文案。#50179 @ sergioalmela
- 🇺🇦 补全
-
5.19.4 - 2024-07-30
- 🐞 Fix the internal elements of Form.Item did not inherit the row height. #50020 @ Wanpan
- 🐞 Fix Overlay is still displayed when both Popover
- 🐞 Fix the Token of Empty setting
- 💄 Fix Tour overflowed the screen on mobile devices. #50082
- 💄 Fix hover style of Checkbox
- 💄 Fix DatePicker selection style is not intuitive under rtl. #50045 @ Layouwen
- 💄 Fix Descriptions overflowing the container in
- 🛠 MISC: Migrate common style tools to
- 🌐 Locales
- 🇵🇱 Add DatePicker locales for pl_PL. #50023 @ ang33l
- 🇧🇪🇫🇷 Add Modal Tour locales for fr_BE fr_FR. #50058 @ JaccoGoris
- 🐞 修复 Form.Item 内部元素没有继承行高的问题。#50020 @ Wanpan
- 🐞 修复 Popover
- 🐞 修复 Empty Token 设置
- 💄 修复 Tour 在移动端下溢出屏幕的问题。#50082
- 💄 修复 Checkbox
- 💄 修复 DatePicker 在 rtl 下选择样式不符直觉。#50045 @ Layouwen
- 💄 修复 Descriptions 在
- 🛠 MISC:将通用样式工具迁移到
- 🌐 国际化
- 🇵🇱 为 pl_PL 补充 DatePicker 国际化。#50023 @ ang33l
- 🇧🇪🇫🇷 为 fr_BE fr_FR 补充 Modal Tour 国际化。#50058 @ JaccoGoris
-
5.19.3 - 2024-07-19
- 🐞 Fix Table sorter argument of
- 🐞 Fix Pagination
- 🐞 Fix List wrong align style of pagination. #49925 @ coding-ice
- 🐞 Fix Image cannot exit preview, when click blank area on both sides of aciton bar. #49915 @ wanpan11
- 🐞 Fix Card border radius cannot works for non-img elements from
- 💄 Fix Dropdown menu item wrong wrap style at edge of viewport. #49899
- 💄 Fix Descriptions items may too close with each other. #49895 @ crazyair
- ⌨️ Optimize Select be changed repeatedly when hold the enter key in multi-mode. #49963 @ crazyair
- 🇪🇬 Add missing translation for the Arabic language(Egypt) (ar_EG). #49852 @ ahmedsamirdev
- TypeScript
- 🤖 Reuse Tooltips type definitions for ColorPicker. #49949 @ Wxh16144
- 🐞 修复 Table 的
- 🐞 修复 Pagination
- 🐞 修复 List 默认分页位置错误的问题。#49925 @ coding-ice
- 🐞 修复 Image 预览操作栏两侧空白区域被点击时,无法关闭预览的问题。#49915 @ wanpan11
- 🐞 修复 Card 圆角对
- 💄 修复 Dropdown 菜单内容在视口边缘换行的问题。#49899
- 💄 修复 Descriptions 子项之间可能没有边距的问题。#49895 @ crazyair
- ⌨️ 优化 Select 多选模式下长按回车会不断触发变更的问题。#49963 @ crazyair
- 🇪🇬 添加阿拉伯文(埃及) (ar_EG) 的翻译。#49852 @ ahmedsamirdev
- TypeScript
- 🤖 复用 Tooltips 的定义以简化 ColorPicker 的类型声明。#49949 @ Wxh16144
-
5.19.2 - 2024-07-15
-
5.19.1 - 2024-07-05
-
5.19.0 - 2024-07-01
-
5.18.3 - 2024-06-19
-
5.18.2 - 2024-06-17
-
5.18.1 - 2024-06-12
-
5.18.0 - 2024-06-03
-
5.17.4 - 2024-05-27
-
5.17.3 - 2024-05-19
-
5.17.2 - 2024-05-14
-
5.17.1 - 2024-05-14
-
5.17.0 - 2024-05-02
-
5.16.5 - 2024-04-28
-
5.16.4 - 2024-04-22
-
5.16.3 - 2024-04-21
-
5.16.2 - 2024-04-15
-
5.16.1 - 2024-04-05
-
5.16.0 - 2024-03-31
-
5.15.4 - 2024-03-25
-
5.15.3 - 2024-03-16
-
5.15.2 - 2024-03-11
-
5.15.1 - 2024-03-06
-
5.15.0 - 2024-03-02
-
5.14.2 - 2024-02-23
-
5.14.1 - 2024-02-13
-
5.14.0 - 2024-02-03
-
5.13.3 - 2024-01-28
-
5.13.2 - 2024-01-19
-
5.13.1 - 2024-01-15
-
5.13.0 - 2024-01-13
-
5.12.8 - 2024-01-05
-
5.12.7 - 2024-01-02
-
5.12.6 - 2023-12-30
-
5.12.5 - 2023-12-22
-
5.12.4 - 2023-12-19
-
5.12.3 - 2023-12-18
-
5.12.2 - 2023-12-11
-
5.12.1 - 2023-12-04
-
5.12.0 - 2023-12-04
-
5.11.5 - 2023-11-27
-
5.11.4 - 2023-11-24
-
5.11.3 - 2023-11-22
-
5.11.3-alpha.0 - 2023-11-22
-
5.11.2 - 2023-11-17
-
5.11.1 - 2023-11-09
-
5.11.0 - 2023-11-03
-
5.10.3 - 2023-10-30
-
5.10.2 - 2023-10-20
-
5.10.1 - 2023-10-15
-
5.10.0 - 2023-10-10
-
5.9.4 - 2023-09-28
-
5.9.3 - 2023-09-25
-
5.9.2 - 2023-09-19
-
5.9.1 - 2023-09-15
-
5.9.0 - 2023-09-08
-
5.8.6 - 2023-09-02
-
5.8.5 - 2023-08-28
-
5.8.4 - 2023-08-18
-
5.8.3 - 2023-08-11
-
5.8.2 - 2023-08-04
-
5.8.1 - 2023-08-02
-
5.8.0 - 2023-08-01
-
5.7.3 - 2023-07-24
-
5.7.2 - 2023-07-20
from antd GitHub release notesitemPaddingInline inoperativenot working. #50663 @ coding-icehovertransition style. #50624 @ afc163Transfer.deselectAlllocale. #50672 @ coding-iceitemPaddingInlinetoken 不生效的问题。#50663 @ coding-icehover时背景色切换渐变效果丢失的问题。#50624 @ afc163Transfer.deselectAll本地化文本。#50672 @ coding-iceonChangeCompletenot correct when click directly without move on the picker panel. #50501 @ zombieJonChangeComplete返回值不正确的问题。#50501 @ zombieJrule.messagesupports skipping variable substitution through\\${}. #50412 @ zombieJgetPopcontainer={node=node.parentNode}. #50382 @ afc163arrow.pointAtCenterproperty. #50260 @ Wxh16144rule.message支持通过\\${}跳过变量替换。#50412 @ zombieJgetPopcontainer={node=node.parentNode}时箭头图标 hover 后会消失的问题。#50382 @ afc163arrow.pointAtCenter属性时箭头未对齐错误。#50260 @ Wxh16144@ ant-design/fast-color. #50293 @ afc163zIndexTableFixedtoken not support CSS var. #50355 @ li-jia-nanzIndexPopupBasetoken. #50349 @ Yuzu-iotooltipnot show with precision issue ofellipsis. #50315 @ zombieJpreserve={false}should not triggershouldUpdatererender. #50283 @ zombieJz-indexnot followzIndexPopuptoken issue. #50300 @ zombieJlocaleshould overridelocalefrom ConfigProvider. #50236 @ Asanio06percent. #50277 @ Wxh16144az_AZlocale. #50238 @ thinkasany@ ant-design/fast-color编译报错问题。#50293 @ afc163zIndexTableFixedtoken 不支持传入 CSS 变量的问题。#50355 @ li-jia-nanzIndexPopupBasetoken 的问题。#50349 @ Yuzu-ioellipsis因为精度问题导致tooltip无法显示的问题。#50315 @ zombieJpreserve={false}会触发shouldUpdatererender 的问题。#50283 @ zombieJz-index没有使用zIndexPopuptoken 的问题。#50300 @ zombieJlocale没有正确覆盖 ConfigProviderlocale的问题。#50236 @ Asanio06percent时未水平居中的问题。#50277 @ Wxh16144az_AZ本地化文案缺少空格的问题。#50238 @ thinkasany@ ctrl/tiny-colorwith@ ant-design/fast-color. #49846showUploadListsupportextrafor additional content. #50098 @ guoyunheswitcherLoadingIcon. #49716 @ coding-icerange.editableto dynamic add/remove handles. #49923range.editablesupportminCountandmaxCount. #49987dashed,dottedorsolid. #49654 @ pinaki-08suffixprop. #49674 @ coding-iceonClearprop. #49905 @ li-jia-nantopLeft,topRight,bottomLeft,bottomRightzoom in transform origin not correct when target element width is too large. #50134transparentstate, it defaults to using a bright color instead of black color to enhance the user interaction experience. #50148@ ctrl/tiny-color为@ ant-design/fast-color。#49846showUploadList添加extra以支持渲染额外信息。#50098 @ guoyunheswitcherLoadingIcon属性以支持自定义树节点的加载图标#49716 @ coding-icerange.editable以动态添加/删除节点。#49923range.editable支持minCount与maxCount以配置可编辑节点树。#49987dashed(虚线)、dotted(点线)或solid(实线)的样式。#49654 @ pinaki-08suffix属性。#49674 @ coding-iceonClear回调,便于区分点击 x 清除和手动清除这两个行为。#49905 @ li-jia-nantopLeft,topRight,bottomLeft,bottomRight的弹出动画起始缩放中心有所偏移的问题。#50134transparent状态进行颜色选取时,默认使用亮色以代替原本的纯黑色以提升用户交互体验。#50148uk_UA本地化文案。#50178 @ Andrik264titleandcontentdo not exist. #50064 @ LLmoskkopacityImagedoes not take effect. #50066 @ thinkasanyindeterminatestate. #50083borderedmode. #49946 @ leefinder@ ant-design/cssinjs-utils. #50030 @ YumoImertitle和content都不存在时 Overlay 仍显示的问题。#50064 @ LLmoskkopacityImage不生效的问题。#50066 @ thinkasanyindeterminate状态的 hover 样式。#50083bordered模式下溢出容器的问题。#49946 @ leefinder@ ant-design/cssinjs-utils。#50030 @ YumoImeronChangewith unexpected value. #49533 @ Zyf665token.itemBgnot working. #49933coverproperty. #49862 @ coding-iceonChange事件中排序器参数错误的问题。#49533 @ Zyf665token.itemBg设置不生效的问题。#49933cover属性中的非 img 元素不生效的问题。#49862 @ coding-iceImportant
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: