Update dependency antd to v3.17.0
This MR contains the following updates:
Package | Type | Update | Change | References |
---|---|---|---|---|
antd | dependencies | minor | 3.16.2 -> 3.17.0 |
homepage, source |
Release Notes
ant-design/ant-design
v3.17.0
-
🎉 Breadcrumb.Item supportsoverlay
props to define drop-down menus. #16315 -
🎉 Button added a new typelink
. #16289 -
⌨ ️ Wrap List.Item underul
to enhance accessibility.#15890 -
🌟 TreeSelect supportshowSearch
in multiple mode. #15933 -
🌟 ProvidespreviewFile
to customize preview logic. #15984 -
🌟 Added the@table-selected-row-color
variable to customize the color selected by the table. #15971 @hextion -
🌟 Added@form-warning-input-bg
and@form-error-input-bg
variables to customize the background color when the form is in error state. #15954 @hextion -
🌟 Dropdown.Button supportsicon
props to customize icons. #15996 @DiamondYuan -
🌟 Support SkeletonAvatarPropssize
accept number. #16128 @MrHeer -
🌟 Notification.config now supportsgetContainer
for custom dom rendering locations. #16123 @Nouzbe -
🌟 Drawer supportsafterVisibleChange
props, which fires when the drawer animation is complete. #16228 -
🌟 Form.Item supportshtmlFor
props. #16278 -
🌟 Collapse supportsexpandIconPosition
props. #16365 -
🌟 Carousel supports the location of custom panel indicator points. #16225 @yociduo -
🌟 TreeNode supports the properties ofcheckable
. #16369 -
🌟 🇭🇷 Added Croatian language pack. #15641 @fpintaric -
🐞 Fix Drawer wrong animation direction. #16358 -
🐞 Fix Slider mark text style will break line. #15128 -
🐞 Fix Checkbox.GrouponChange
pass removed value. #16392 -
🐞 Fixed multiple Typescript type errors. #16043 #16341 #16343 #16360 #16344
-
🎉 Breadcrumb.Item 支持overlay
props 来定义下拉菜单。#16315 -
🎉 Button 的增加了新的类型link
。#16289 -
⌨ ️ 用ul
包裹 List.Item,以增加可访问性。#15890 -
🌟 TreeSelect 的showSearch
支持多选模式。#15933 -
🌟 Upload 提供previewFile
props 以自定义预览逻辑。#15984 -
🌟 添加了@table-selected-row-color
变量来自定义表格选中的颜色。#15971 @hextion -
🌟 添加了@form-warning-input-bg
和@form-error-input-bg
变量来自定义表单错误状态时的背景颜色。#15954 @hextion -
🌟 Dropdown.Button 支持icon
props 来自定义图标。#15996 @DiamondYuan -
🌟 SkeletonAvatarProps 的size
props 支持传入数字。#16128 @MrHeer -
🌟 notification.config 现在支持getContainer
来进行自定义 dom 渲染位置。#16123 @Nouzbe -
🌟 Drawer 支持afterVisibleChange
props,在抽屉动画完成后触发。#16228 -
🌟 Form.Item 支持了htmlFor
props. #16278 -
🌟 Collapse 支持expandIconPosition
props。#16365 -
🌟 Carousel 支持自定义面板指示点的位置。#16225 @yociduo -
🌟 TreeNode 支持checkable
的属性。#16369 -
🌟 🇭🇷 新增克罗地亚语言包。#15641 @fpintaric -
🐞 修复 Drawer 组件的弹出动画闪烁的问题。#16358 -
🐞 修复 Slider 的文字会换行的问题。#15128 -
🐞 修复 Checkbox.GrouponChange
会包含移除值得问题。#16392 -
🐞 修正了多处 Typescript 的类型错误。#16043 #16341 #16343 #16360 #16344
v3.16.6
-
⌨ ️ Improve PageHeaderbackIcon
keyboard accessibility. #16038 -
🇮🇹 Optimize Italian localization. #16093 @yp #16172 @afelicioni -
🐞 Fix Select withshowSearch
not triggeronSearch
when blur it. #16235 -
🐞 Fix Selecte active item's hover background color. #16238 @yociduo -
🐞 Fix unexpected pressed style of disabled Switch. #16251 @atomoo -
🐞 Fix small size Table header background. #16266 -
🐞 Fix Tabs missing border whentabPosition="bottom"
. #16130 @rinick -
🐞 Fix Typography.Title not supporttype
. #16275 -
🐞 Fix Typography editable mode not supportclassName
. #16307 -
🐞 Fix Listactions
misplaced. #16239 -
🐞 Fix long word Modal title display problem. #16267 @yoyo837 -
🐞 Fix Pagination active item background color. #16306 -
🐞 Fix acore-js@<2.6.5 is no longer maintained
install warning. #16325 - Typescript
-
🐞 FixForm.create()
don't work. #16242 -
🐞 Fix TooltipclassName
definition. #16195 @swillis12
-
-
⌨ ️ 优化 PageHeaderbackIcon
的键盘可访问性。#16038 -
🇮🇹 调整意大利语文案。#16093 @yp #16172 @afelicioni -
🐞 修复 SelectshowSearch
模式下取消选择时没有触发onSearch
的问题。#16235 -
🐞 修复 Select 当前选项的 hover 样式。#16238 @yociduo -
🐞 修复 Switch 失效状态下依然有按下样式的问题。#16251 @atomoo -
🐞 修复小号 Table 表头背景样式。#16266 -
🐞 修复 Tabs 在底部时的边框样式问题。#16130 @rinick -
🐞 修复 Typography.Title 不支持type
的问题。#16275 -
🐞 修复 Typography.Paragraph 编辑模式className
失效的问题。#16307 -
🐞 修复一个 Listactions
错位问题。#16239 -
🐞 修复一个超长 Modal 标题的展现问题。#16267 @yoyo837 -
🐞 修正 Pagination 当前项的背景色。#16306 -
🐞 修复core-js@<2.6.5 is no longer maintained
的安装警告。#16325 - Typescript
-
🐞 修复Form.create()
报错。#16242 -
🐞 修复 TooltipclassName
的定义。#16195 @swillis12
-
v3.16.5
-
🐞 Fix Table in Firefox miss bottom line when sorter enabled. #16174 -
🐞 Fix List crash whenpagination
isnull
. #16231 - TypeScript
-
🐞 Fix typescripthoist-non-react-statics
has no default export warning withallowSyntheticDefaultImports: false
. #16224
-
-
🐞 修复 Firefox 中 Table 使用 sorter 丢失线框的样式问题。#16174 -
🐞 修复 List 中设置pagination
为null
时报错的问题。#16231 - TypeScript
-
🐞 修复allowSyntheticDefaultImports: false
下hoist-non-react-statics
报错的问题。#16224
-
v3.16.4
-
🐞 Fix circle button responding mouse event when loading. #16063 @gxvv -
🐞 Fix issue that Form.Item'slabelAlign
does not work. #16067 -
🐞 Fix issue that tailing debounce call rasing error when Spin unmount. #16081 @raybooysen -
🐞 Fix issue that List'sdefaultPageSize
does not work. #16100 -
🐞 Fix error moment call in DatePicker. [#16109])(#16109) -
🐞 Fix Radio does not in center on Firefox. #16039 -
🐞 Fix issue that Affix'starget
does not work after it's value changing. #16146 -
🐞 Fix the Modal's animation issue Modal on first rendering. #15795 -
🐞 Fix issue that Table'srowSelection.columnWidth
does not work. #16163 -
🐞 Fix type definition of Form.create. #16095 -
🐞 Fix type definition of Icon'saria-hidden
. #16202 -
🐞 Fix type definition of PageHeader'stags
. #16092 -
🌟 Add new less variable@text-selection-bg;
. #16155
-
🐞 修复圆形 Button 在loading
时还会响应鼠标事件的问题。#16063 @gxvv -
🐞 修复 Form.Item 的labelAlign
不生效的问题。#16067 -
🐞 修复 Spin 在 unmount 时遗留的 debounce 调用导致的报错问题。#16081 @raybooysen -
🐞 修复 List 的defaultPageSize
不生效的问题。#16100 -
🐞 修复 PageHeader 的tags
类型错误。#16092 -
🐞 修复 DatePicker 中 moment 报错的问题。[#16109])(#16109) -
🐞 修复 Radio 在 Firefox 上没有垂直居中的问题。#16039 -
🐞 修复 Affix 的target
变化后不能工作的问题。#16146 -
🐞 修复 Modal 在首次渲染时的动画问题。#15795 -
🐞 修复 Table 的rowSelection.columnWidth
不工作的问题。#16163 -
🐞 修复 Form.create 的类型定义。#16095 -
🐞 修复 Iconaria-hidden
的类型定义。#16202 -
🌟 新增 less 变量@text-selection-bg;
。#16155
v3.16.3
-
🐞 Fix Button TypeScript definition. #15938 -
⚠ ️ Add DatePicker warning when time invalidate. #15920 -
🐞 Fix Menu arrow not display in old version of IE. #15932 -
🐞 Fix Progress success UI whenstatus
isundefined
. #15951 -
🐞 Fix Tooltips not work when Menu collapsed. #15948 -
🐞 Fix Switch can't be trigger by click of form label. #15923 -
🐞 Fix DirectoryonSelect
info not correct. #15967 -
🐞 Fix MenudefaultOpenKeys
not work as expect. #15970 -
🐞 Fix Nested Table withmiddle
size
style not correct. #16008 -
🐞 Fix nest Tabs ink bar style issue. #16013 -
🐞 Fix Empty in IE not fully render. #16016 -
🐞 Fix Switcher loading icon and checkbox should be vertical align when@tree-title-height
is modified. #15962 -
💄 Default selection column width can be overrided in css. #15990 - TypeScript
-
🐞 Fix PaginationshowLessItems
TS definition. #15952
-
-
🐞 修复 Button TS 类型定义。#15938 -
⚠ ️ DatePicker 新增当日期不合法的提示。#15920 -
🐞 修复 Menu 箭头在老 IE 版本上不显示的问题。#15932 -
🐞 修复 Progress 当status
为undefined
时的展示。#15951 -
🐞 修复 Menu 折叠时 Tooltip 的问题。#15948 -
🐞 修复 Switch 应该被 Label 触发的问题。#15923 -
🐞 修复 DirectoryonSelect
无法使用的问题。#15967 -
🐞 修复 MenudefaultOpenKeys
不工作。#15970 -
🐞 修复内嵌的 Tablesize
为middle
时的样式。#16008 -
🐞 修复 Tabdisplay: none
时高亮线条丢失的问题。#16013 -
🐞 修复 Empty IE 展示的问题。#16016 -
🐞 修复通过修改@tree-title-height
的值会导致 tree-switcher-loading-icon 位置不再居中的问题。#15962 -
💄 修复默认的 selection column width 无法被样式覆盖的问题。#15990 - TypeScript
-
🐞 修复 PaginationshowLessItems
TS 类型定义。#15952
-
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Avalon Bot