fix(deps): update dependency antd to v5 #678
Open
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.
This PR contains the following updates:
^4.0.0
->^5.0.0
Release Notes
ant-design/ant-design (antd)
v5.21.6
Compare Source
not-allowed
in thedisabled
state whenvariant
of the Input was set toborderless
. #51387 @ustcfuryindeterminate
to enhance accessibility experience. #51350 @SpaNb4title
of the Empty preset svg image to improve accessibility experience. #51368variant
设置borderless
时,disabled
状态下指针样式未设置not-allowed
的问题。#51387 @ustcfuryindeterminate
提升无障碍体验。#51350 @SpaNb4title
提升无障碍体验。#51368v5.21.5
Compare Source
limit
set tofalse
. #51263 @dongbanbanonRefresh
property not working properly. #51315 @kiner-tanglimit
属性设置false
不生效的问题。#51263 @dongbanbanonRefresh
属性不生效的问题。#51315 @kiner-tangv5.21.4
Compare Source
hoverBorderColor/activeBorderColor
token for hover/active states. #51226 @iqingtingtextHoverBg
hover background tocolorFillTertiary
. #51187 @coding-iceeventHandler
. #51165 @thinkasanyhoverBorderColor/activeBorderColor
修改边框颜色的问题。#51226 @iqingtingtextHoverBg
悬浮状态下的背景色为colorFillTertiary
。#51187 @coding-iceeventHandler
类型。#51165 @thinkasanyv5.21.3
Compare Source
id
prop is not supported.useLayoutEffect does nothing on the server
warning whenextractStyle
is invoked.onChange
function receiving incorrect sorter value. #51114 @nathanlaoreact
andreact-dom
peerDependencies. #51079 @chentsulineventName
. #51156 @thinkasanyid
属性的问题。extractStyle
时抛出useLayoutEffect does nothing on the server
警告信息的问题。onChange
函数接收到错误的 sorter 值的问题。#51114 @nathanlaoreact
和react-dom
添加进 peerDependencies。#51079 @chentsulineventName
类型。#51156 @thinkasanyv5.21.2
Compare Source
copyable
icon align issue. #51066 @afc163activeBorderColor
token when variant is filled. #51054 @coding-ice4px
to3px
. #51069 @afc163copyable
图标位置偏上的问题。#51066 @afc163variant="filled"
时activeBorderColor
token 失效的问题。#51054 @coding-ice4px
调整到3px
。#51069 @afc163v5.21.1
Compare Source
type="link"
incorrectly usedcolorPrimary
. #50962 @coding-icefilterCheckall
in Table component. #51000 @ytahirkosetype="link"
错误使用colorPrimary
的问题。#50962 @coding-icefilterCheckall
的土耳其语文案。#51000 @ytahirkosev5.21.0
Compare Source
variant
andcolor
properties for more combination styles. #50051 @coding-icetextColor
,textHoverColor
andtextActiveColor
tokens. #47870 @madoctoplacement
property, allowing menus to pop up from multiple directions. #50407 @li-jia-nanhtmlType
prop. #50892 @li-jia-nanz-index
withuseZIndex
to improve compatibility with other popup components. #50311 @li-jia-nanmenu
supportsextra
prop now. #50431 @coding-icepopupStyle
not working on SubMenu. #50922 @Wxh16144minWidth
for columns. #50416 @linxianxitype
to help handle some case need number only. #50811 @zombieJavoid using aria-hidden on a focused element or its ancestor
. #50823 @afc163closable.disabled
prop now. #50522 @Ke1syname
prop to<input type="file" />
. #50652 @Wxh16144showUploadList.showXxxIcon
accept a function value now. #50245 @guoyunhevalue
to allow control mode withonChangeComplete
scenarios. #50785 @zombieJzIndex
too large when using themodal
with having popup component method viauseApp
. #50829 @zombieJshowSizeChanger
accepts Select props now. #50952 @afc163allowClear
andvariant="filled"
. #50916 @thinkasanyvertical
property and improves accessibility. #50708 @liangchaofeiblock
prop now. #50828 @yuanliu147className
andstyle
properties of the Splitter component. #50855 @li-jia-nanonActive
totoolbarRender
for toggling images . #50812 @madoctoclassNames
andstyles
for semantic style customization. #50557 @wanpan11copyable
with arraychildren
has additional,
string issue. #50813 @zombieJja_JP
locale for DatePicker'sshortWeekDays
andshortMonths
text. #50893 @harapekoar_EG
text for Image preview feature. #50851 @nathanlaoes_ES
text for the Tour component. #50805 @thinkasanyand
onBlur` in type definition. #50842 @huiliangShenvariant
变体和color
颜色属性,以支持更多组合样式。#50051 @coding-icetextColor
、textHoverColor
和textActiveColor
三个 token。#47870 @madoctoplacement
属性,支持从四个方向弹出菜单。(实现方式改为position: absolute
+ flex 布局,可能会对你现有的布局造成 breaking change,请注意兼容)#50407 @li-jia-nanz-index
加入useZIndex
管理,兼容弹层类组件。#50311 @li-jia-nanhtmlType
属性。#50892 @li-jia-nanextra
属性。#50431 @coding-icepopupStyle
在 SubMenu 上失效的问题。#50922 @Wxh16144minWidth
属性。#50416 @linxianxitype
属性以支持只需要输入数字的场景。#50811 @zombieJavoid using aria-hidden on a focused element or its ancestor
警告的问题。#50823 @afc163closable.disabled
属性以禁用关闭按钮。#50522 @Ke1syname
属性将透传给<input type="file" />
。#50652 @Wxh16144showUploadList.showXxxIcon
选项支持传入函数。#50245 @guoyunhevalue
锁定从而允许与onChangeComplete
配合使用的受控场景。#50785 @zombieJuseApp
调用modal
方法时,填入弹层组件会警告zIndex
过大的问题。#50829 @zombieJdirection
配置。#50246 @li-jia-nanshowSizeChanger
属性现在支持传入 Select 属性对象。#50952 @afc163font-family
样式。#50808 @afc163allowClear
和variant="filled"
时清除图标多余的白色背景的问题。#50916 @thinkasanyvertical
属性以支持垂直模式,并优化了可访问性。#50708 @liangchaofeiblock
属性以撑满一行。#50828 @yuanliu147className
和style
属性。#50855 @li-jia-nanonActive
到toolbarRender
以切换图片 。#50812 @madoctoref
属性。#50772 @Asanio06classNames
和styles
属性。#50557 @wanpan11children
使其成为真正的自定义节点。#50278 @afc163copyable
对数组children
复制时会有额外,
字符的问题。#50813 @zombieJja_JP
语言环境的shortWeekDays
和shortMonths
文案。#50893 @harapekoar_EG
阿拉伯语文案。#50851 @nathanlaoonFocus
和onBlur
类型定义。#50842 @huiliangShenv5.20.6
Compare Source
size
. #50734 @afc163onChange
arguments. #50754 @yuanliu147size
变化的问题。#50734 @afc163onChange
的函数入参类型。#50754 @yuanliu147v5.20.5
Compare Source
defaultExpandAll
logic to only add internalexpandedKeys
whichtreeNode
has children instead to avoid perf issue when with large data orloadData
case. #50689 @zombieJmultiple
. #50689ellipsis.tooltip.title
with ReactNode will cause dead loop. #50688 @zombieJdefaultExpandAll
的行为,仅将有子节点的treeNode
加入expandedKeys
以防止在大数据与loadData
异步的情况下引发的性能问题。#50689 @zombieJmultiple
下搜索不会显示父节点作为选项的问题。#50689ellipsis.tooltip.title
配置 ReactNode 会导致死循环的问题。#50688 @zombieJv5.20.4
Compare Source
itemPaddingInline inoperative
not working. #50663 @coding-icehover
transition style. #50624 @afc163Transfer.deselectAll
locale. #50672 @coding-iceitemPaddingInline
token 不生效的问题。#50663 @coding-icehover
时背景色切换渐变效果丢失的问题。#50624 @afc163Transfer.deselectAll
本地化文本。#50672 @coding-icev5.20.3
Compare Source
onChangeComplete
not correct when click directly without move on the picker panel. #50501 @zombieJonChangeComplete
返回值不正确的问题。#50501 @zombieJv5.20.2
Compare Source
rule.message
supports skipping variable substitution through\\${}
. #50412 @zombieJgetPopcontainer={node=node.parentNode}
. #50382 @afc163arrow.pointAtCenter
property. #50260 @Wxh16144rule.message
支持通过\\${}
跳过变量替换。#50412 @zombieJgetPopcontainer={node=node.parentNode}
时箭头图标 hover 后会消失的问题。#50382 @afc163arrow.pointAtCenter
属性时箭头未对齐错误。#50260 @Wxh16144v5.20.1
Compare Source
@ant-design/fast-color
. #50293 @afc163zIndexTableFixed
token not support CSS var. #50355 @li-jia-nanzIndexPopupBase
token. #50349 @Yuzu-iotooltip
not show with precision issue ofellipsis
. #50315 @zombieJpreserve={false}
should not triggershouldUpdate
rerender. #50283 @zombieJz-index
not followzIndexPopup
token issue. #50300 @zombieJlocale
should overridelocale
from ConfigProvider. #50236 @Asanio06percent
. #50277 @Wxh16144az_AZ
locale. #50238 @thinkasany@ant-design/fast-color
编译报错问题。#50293 @afc163zIndexTableFixed
token 不支持传入 CSS 变量的问题。#50355 @li-jia-nanzIndexPopupBase
token 的问题。#50349 @Yuzu-ioellipsis
因为精度问题导致tooltip
无法显示的问题。#50315 @zombieJpreserve={false}
会触发shouldUpdate
rerender 的问题。#50283 @zombieJz-index
没有使用zIndexPopup
token 的问题。#50300 @zombieJlocale
没有正确覆盖 ConfigProviderlocale
的问题。#50236 @Asanio06percent
时未水平居中的问题。#50277 @Wxh16144az_AZ
本地化文案缺少空格的问题。#50238 @thinkasanyv5.20.0
Compare Source
@ctrl/tiny-color
with@ant-design/fast-color
. #49846showUploadList
supportextra
for additional content. #50098 @guoyunheswitcherLoadingIcon
. #49716 @coding-icerange.editable
to dynamic add/remove handles. #49923range.editable
supportminCount
andmaxCount
. #49987dashed
,dotted
orsolid
. #49654 @pinaki-08suffix
prop. #49674 @coding-iceonClear
prop. #49905 @li-jia-nantopLeft
,topRight
,bottomLeft
,bottomRight
zoom in transform origin not correct when target element width is too large. #50134Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.