Skip to content
- 🌟 Add
afterClose prop for Alert to achieve smooth unmount. #9448 @Hughen
- 🌟 Add
validRange prop for Calendar to set the date range. 71f65a0 @Rohanhacker
- 🌟 Add
defaultActiveTabKey prop for Card to initial TabPane's active key. 30fe88d @u3u
DatePicker
- 🌟 Add
dropdownClassName prop to set the className of popup calendar. #7211
- 🐞 Fix the error of resolving
moment object. #9539
- 🐞 Fix uncorrect import of
turkish(tr_TR) locale file. #9373
- 🌟 Add
orientation prop for Divider to set the alignment of text in divider. #9275 @jrvboesch
- 🌟 Add
keyboard prop for Modal to set whether Modal could be closed by Esc key. #8818
- 🌟 Improve the TypeScript definition of
event param in onChange prop for Radio and Checkbox. #9574
Table
- 🌟 Add
position prop in pagination prop to set the position of pagination. #9357 @kanweiwei
- 🌟 Add event param of
onSelect prop in rowSelection prop. #9376 @kanweiwei
- 🌟 Add
columnWidth prop in rowSelection prop to set the column width of selection. #9474 @SimpleFrontend
- 🐞 Fix border radius issue in
Chrome for Table. af8e54f
- 🌟 Add
pendingDot prop for Timeline to set icon of ghost node. #9546 @SimpleFrontend
- 🌟 Add
inputReadOnly prop for TimePicker to set if it's read only. 4a69446 @JesperWe
- 🌟 Add
dropdownClassName prop for TreeSelect. 69b154f 56e4ce0
- 🌟 Improve the preview for
Upload when uploading the file of non-image format. #9621 @zswang
- 🐞 Fix
successPercent prop that cannot decide the success status for Progress. #9382
- 🐞 Fix font size for
Tabs. #9509
- 🐞 Fix that disabled parent node cannot spread for
Tree and TreeSelect. #9539
- 🌟
Alert 组件新增 afterClose 属性,用于实现更流畅的关闭效果。#9448 @Hughen
- 🌟
Calendar 组件新增 validRange 属性,用于设置显示的时间范围。71f65a0 @Rohanhacker
- 🌟
Card 组件新增 defaultActiveTabKey 属性,用于初始化选中面板的 key。30fe88d @u3u
DatePicker
- 🌟 新增
dropdownClassName 属性,用于设置弹出日历的 className。#7211
- 🐞 修复解析
moment 对象出错的问题。#9539
- 🐞 修复引入土耳其语
tr_TR 文件的问题。#9373
- 🌟
Divider 组件新增 orientation 属性,用于设置分割线内文本的对齐方式。#9275 @jrvboesch
- 🌟
Modal 组件新增 keyboard 属性,用于设置按下 Esc 键是否可以关闭 Modal。#8818
- 🌟 优化
Radio 和 Checkbox 组件 onChange 属性中的事件参数的 TypeScript 类型定义的问题。#9574
Table
- 🌟
Timeline 组件新增 pendingDot 属性,用于设置幽灵节点的图标。#9546 @SimpleFrontend
- 🌟
TimePicker 组件新增 inputReadOnly 属性,用于设置组件是否只读。4a69446 @JesperWe
- 🌟
TreeSelect 组件新增 dropdownClassName 属性。69b154f 56e4ce0
- 🌟 优化
Upload 组件在上传非图片格式文件时的预览效果。#9621 @zswang
- 🐞 修复
Progress 组件的 successPercent 属性无法决定组件是否处于 success 状态的问题。#9382
- 🐞 修复
Tabs 组件字体尺寸的问题。#9509
- 🐞 修复
Tree 和 TreeSelect 组件的父节点在 disabled 状态下无法展开的问题。#9539