antd 3.19.0
- New Components:
- 🔥🔥🔥 Mentions Provides Mentions component and origin Mention marked as deprecated.
- 🔥🔥🔥 Descriptions Display multiple read-only fields in groups.
- 🇱🇻 Add Latvian localization support. #16780 @kirbo
- 🌟 Drawer support close by press
ESC. #16694 - 🌟 Steps support click to switch. #16773
- 🌟 Calendar support
headerRenderto customize header。#16535 @abgaryanharutyun - 🌟 Slider support
tooltipPlacementto set tooltip position. #16641 @cmaster11 - 🌟 Slider support
getTooltipPopupContainerto customize tooltip container. #16717 - 🐞 Fix PageHeader horizontal divider style. #16684
- 🐞 Fix Carousel
initialSlidenot work whenchildrencount change. #16756 - 🐞 Fix Cascader
displayRendernot interactive. #16782 - 🐞 Fix Upload list still can be removed when
disabled. #16786 - 💄 Update Upload
disabledcursor style. #16799 @attacking - 💄 Correct Statistic font color. #16801
- TypeScript
- ⚡️ Update Upload
actionprop definition. #16716 @christophehurpeau - ⚡️ Update Upload
onRemoveprop definition. #16570 @christophehurpeau - ⚡️ Update Select
getPopupContainerprop definition. #16778 @chj-damon - ⚡️ Update InputNumber
parseprop definition. #16797 - ⚡️ Remove useless props definition. #16705 @sirlantis
- ⚡️ Update Upload
- 本月新增组件:
- 🔥🔥🔥 Mentions 新增提及组件并废弃原有 Mention 组件。
- 🔥🔥🔥 Descriptions 成组展示多个只读字段。
- 🇱🇻 新增拉脱维亚语支持。#16780 @kirbo
- 🌟 Drawer 支持
ESC关闭。#16694 - 🌟 Steps 支持点击切换功能。#16773
- 🌟 Calendar 支持
headerRender以自定义头部。#16535 @abgaryanharutyun - 🌟 Slider 支持
tooltipPlacement以定义提示所在位置。#16641 @cmaster11 - 🌟 Slider 支持
getTooltipPopupContainer以允许自定义提示所在容器。#16717 - 🐞 修复 PageHeader 中水平分割线样式问题。#16684
- 🐞 修复 Carousel
initialSlide在children数量变化时无效的问题。#16756 - 🐞 修复 Cascader 自定义渲染时元素无法交互的问题。#16782
- 🐞 修复 Upload 列表在
disabled时仍然可以移除的问题。#16786 - 💄 增加 Upload
disabled状态下鼠标样式。#16799 @attacking - 💄 修正 Statistic 的字体颜色。#16801
- TypeScript
- ⚡️ 完善 Upload 中
action属性的定义。#16716 @christophehurpeau - ⚡️ 完善 Upload 中
onRemove属性的定义。#16570 @christophehurpeau - ⚡️ 完善 Select 中
getPopupContainer属性的定义。#16778 @chj-damon - ⚡️ 完善 InputNumber 中
parser属性的定义。#16797 - ⚡️ 移除已经失效的属性定义。#16705 @sirlantis
- ⚡️ 完善 Upload 中