Skip to content

Update dependency antd to v3.17.0

Avalon Bot requested to merge renovate/antd-3.x into develop

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

Compare Source

  • 🎉 Breadcrumb.Item supports overlay props to define drop-down menus. #​16315
  • 🎉 Button added a new type link. #​16289
  • ️ Wrap List.Item under ul to enhance accessibility.#​15890
  • 🌟 TreeSelect support showSearch in multiple mode. #​15933
  • 🌟 Provides previewFile 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 supports icon props to customize icons. #​15996 @​DiamondYuan
  • 🌟 Support SkeletonAvatarProps size accept number. #​16128 @​MrHeer
  • 🌟 Notification.config now supports getContainer for custom dom rendering locations. #​16123 @​Nouzbe
  • 🌟 Drawer supports afterVisibleChange props, which fires when the drawer animation is complete. #​16228
  • 🌟 Form.Item supports htmlFor props. #​16278
  • 🌟 Collapse supports expandIconPosition props. #​16365
  • 🌟 Carousel supports the location of custom panel indicator points. #​16225 @​yociduo
  • 🌟 TreeNode supports the properties of checkable. #​16369
  • 🌟 🇭🇷 Added Croatian language pack. #​15641 @​fpintaric
  • 🐞 Fix Drawer wrong animation direction. #​16358
  • 🐞 Fix Slider mark text style will break line. #​15128
  • 🐞 Fix Checkbox.Group onChange 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.Group onChange 会包含移除值得问题。#​16392
  • 🐞 修正了多处 Typescript 的类型错误。#​16043 #​16341 #​16343 #​16360 #​16344

v3.16.6

Compare Source


v3.16.5

Compare Source

  • 🐞 Fix Table in Firefox miss bottom line when sorter enabled. #​16174
  • 🐞 Fix List crash when pagination is null. #​16231
  • TypeScript
    • 🐞 Fix typescript hoist-non-react-statics has no default export warning with allowSyntheticDefaultImports: false. #​16224

  • 🐞 修复 Firefox 中 Table 使用 sorter 丢失线框的样式问题。#​16174
  • 🐞 修复 List 中设置 paginationnull 时报错的问题。#​16231
  • TypeScript
    • 🐞 修复 allowSyntheticDefaultImports: falsehoist-non-react-statics 报错的问题。#​16224

v3.16.4

Compare Source

  • 🐞 Fix circle button responding mouse event when loading. #​16063 @​gxvv
  • 🐞 Fix issue that Form.Item's labelAlign does not work. #​16067
  • 🐞 Fix issue that tailing debounce call rasing error when Spin unmount. #​16081 @​raybooysen
  • 🐞 Fix issue that List's defaultPageSize 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's target does not work after it's value changing. #​16146
  • 🐞 Fix the Modal's animation issue Modal on first rendering. #​15795
  • 🐞 Fix issue that Table's rowSelection.columnWidth does not work. #​16163
  • 🐞 Fix type definition of Form.create. #​16095
  • 🐞 Fix type definition of Icon's aria-hidden. #​16202
  • 🐞 Fix type definition of PageHeader's tags. #​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
  • 🐞 修复 Icon aria-hidden 的类型定义。#​16202
  • 🌟 新增 less 变量 @text-selection-bg;#​16155

v3.16.3

Compare Source

  • 🐞 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 when status is undefined. #​15951
  • 🐞 Fix Tooltips not work when Menu collapsed. #​15948
  • 🐞 Fix Switch can't be trigger by click of form label. #​15923
  • 🐞 Fix Directory onSelect info not correct. #​15967
  • 🐞 Fix Menu defaultOpenKeys not work as expect. #​15970
  • 🐞 Fix Nested Table with middle 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 Pagination showLessItems TS definition. #​15952

  • 🐞 修复 Button TS 类型定义。#​15938
  • ️ DatePicker 新增当日期不合法的提示。#​15920
  • 🐞 修复 Menu 箭头在老 IE 版本上不显示的问题。#​15932
  • 🐞 修复 Progress 当 statusundefined 时的展示。#​15951
  • 🐞 修复 Menu 折叠时 Tooltip 的问题。#​15948
  • 🐞 修复 Switch 应该被 Label 触发的问题。#​15923
  • 🐞 修复 Directory onSelect 无法使用的问题。#​15967
  • 🐞 修复 Menu defaultOpenKeys 不工作。#​15970
  • 🐞 修复内嵌的 Table sizemiddle 时的样式。#​16008
  • 🐞 修复 Tab display: none 时高亮线条丢失的问题。#​16013
  • 🐞 修复 Empty IE 展示的问题。#​16016
  • 🐞 修复通过修改 @tree-title-height 的值会导致 tree-switcher-loading-icon 位置不再居中的问题。#​15962
  • 💄 修复默认的 selection column width 无法被样式覆盖的问题。#​15990
  • TypeScript
    • 🐞 修复 Pagination showLessItems TS 类型定义。#​15952

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Avalon Bot

Merge request reports