[Snyk] Upgrade antd from 3.23.6 to 3.25.1 #9
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 3.23.6 to 3.25.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.Release notes
@menu-icon-size
and@menu-icon-size-lg
not working. #19553 @yoyo837defaultExpandedAll
not working withtreeData
. #19646placement
prop is top or bottom. #19506 @shaodahongmargin-right
style is missing. #19635extraCommonProps
not working properly. #19572 @yoyo837sortOrder
throw error of inifinite loop. #19558defaultSortOrder
not working. #19558ListStyle
for Transfer. #19568 @lxnxbnq@menu-icon-size
和@menu-icon-size-lg
less 变量不生效的问题。#19553 @yoyo837defaultExpandedAll
在使用treeData
时不生效的问题。#19646placement
属性为 top 或 bottom 时内容溢出的问题。#19506 @shaodahongextraCommonProps
属性不生效的问题。 #19572 @yoyo837sortOrder
属性导致死循环的问题。#19558defaultSortOrder
属性不生效的问题。#19558ListStyle
的类型定义。#19568 @lxnxbnqlistStyle
support function callback. #19330 @lxnxbnqicon
of Avatar support ReactNode. #19368allowClear
. #19310 @Rustin-Liumethod
for request. #19533onChange
addXMLHttpRequest
as additional param. #19539 @hahmadiadefaultPickerValue
not works. #19141 @NightFox7onEsc is not a function
TypeError. #19474margin
collapsed issue. #19476 @wangweijun0418@input-number-hover-border-color
,@select-background
. #19546downloadFile
in all locale files. #19361 @DemetriusHRpreview
type. #19496 @chnliquanlistStyle
支持回调函数。#19330 @lxnxbnqicon
属性支持传递 ReactNode。#19368allowClear
。#19310 @Rustin-Liumethod
属性用于修改请求方式。#19533onChange
新增XMLHttpRequest
作为额外参数。#19539 @hahmadiadefaultPickerValue
不生效的问题。#19141 @NightFox7onEsc is not a function
错误。#19474margin
样式重合的问题。#19476 @wangweijun0418@input-number-hover-border-color
,@select-background
。#19546downloadFile
支持。#19361 @DemetriusHRpreview
定义。#19496 @chnliquancolumns
inside render. #19404gutter
not working. #19308non-boolean attribute
andunique key
. #19357@modal-header-color
variable. #19385columns
在 render 中会导致排序失效的问题。#19404gutter
失效的问题。#19308non-boolean attribute
和unique key
警告信息。#19357@modal-header-color
变量。#19385scroll.x
设置max-content
无效导致横向滚动消失的问题。#19284column.filterDropdown
作为新属性设置时报错的问题。#19302value
属性定义。#19300 @neung123mode
属性定义。#19286 @wlevencustomRequest
属性定义。#19278 @brodercolumn.filterDropdown
as new prop. #19302download
button trigger preview unexpectedly. #19268 @qq645381995value
types. #19300 @neung123mode
types. #19286 @wlevencustomRequest
types. #19278 @broderReact.createRef is not a function error
in old version of React . #19262React.createRef is not a function
的错误信息。#19262tableLayout
property fortable-layout
attribute. And usingtableLayout="fixed"
by default in scroll table to resolve align issue caused by cell content. #17284column.ellipsis
to ellipsize cell content.scroll.scrollToFirstRowOnChange
property to set whether to scroll to the top of the table after page changing. #18726filterDropdown
added avisible
parameter to get the display state of the dropdown box. #17614 @sedxtitle
added asortColumn
parameter to get the currently sorted column. #19012 @swillis12sorter
parameter ofonChange
will always containcolumn
information when sorting. #19226onChange
attribute to listen for changes to anchor links. #18715showDownloadIcon
attribute to display download icon. #18664 @qq645381995onRemove
control of upload interrupts. #18937 @ladjzeroloading
property to show the state in the load. #18771gutter
property added support for vertical spacing. Now you can set an array forgutter
and the second value of the array for vertical spacing. #18979zeroWidthTriggerStyle
property to control the style of the specialtrigger
that appears whencollapsedWidth
is0
. #19079drawerStyle
andheaderStyle
properties. #19109ghost
property to set whether white background is needed. #19100pageHeader
to globally control the style of PageHeader. #19100moment
can't be tree-shark. #19115removeIcon
andclearIcon
properties of TreeSelect didn't work. #18949switcherIcon
does not take effect after the Tree settingshowLine
. #18829 @MrHeerclassName
given toexpandIcon
. #19160 @gpetriolidefaultExpandAll
does not take effect when Tree.DirectoryTree component passedtreeData
. #19148placeholder
internationalization error. #19227 @kagawagao@typography-title-margin-top
,@typography-title-margin-bottom
. #18746autosize
property of Input.TextArea, useautoSize
instead. #19177tableLayout
属性,支持设置表格的table-layout
布局,并在固定表头/列下默认开启tableLayout="fixed"
,解决因为表格自动根据内容排版造成的列对齐问题。#17284column.ellipsis
支持单元格内容自动省略。scroll.scrollToFirstRowOnChange
属性,用于设置在翻页后是否滚动到表格顶部。#18726filterDropdown
新增visible
参数,用于获取下拉框的显示状态。#17614 @sedxtitle
方法新增sortColumn
参数,用于获取当前排序的列。#19012 @swillis12onChange
的sorter
参数将始终包含column
信息。#19226onChange
属性,用于监听锚点链接的改变。#18715showDownloadIcon
属性,用于展示下载图标。#18664 @qq645381995onRemove
对上传中断的控制。#18937 @ladjzeroloading
属性,用于展示加载中的状态。#18771gutter
属性新增垂直间距的支持,现在你可以给gutter
设置一个数组,数组的第二个值就表示垂直间距。#18979key
来更新内容。#18678zeroWidthTriggerStyle
属性以控制当collapsedWidth
为0
时,出现的特殊trigger
的样式。#19079drawerStyle
和headerStyle
属性。#19109ghost
属性,用于设置是否需要白底背景。#19100pageHeader
用于全局控制 PageHeader 的样式。#19100removeIcon
和clearIcon
属性不生效的问题。#18949showLine
后switcherIcon
不生效的问题。#18829 @MrHeerhandle
大小后定位错误的问题。#19120expandIcon
的className
会被覆盖的问题。#19160 @gpetriolitreeData
时defaultExpandAll
不生效的问题。#19148placeholder
国际化错误。#19227 @kagawagao@typography-title-margin-top
和@typography-title-margin-bottom
。#18746autosize
属性,请使用autoSize
代替。#19177🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs