2019-10-14
- 🎉 New component Empty, and improved empty data style of all components!
- 🎉 New component Statistic.
- 🎉 Hindi locale added (hi_IN).
- 🎉 Kannada locale added (kn_IN).
- 🌟 ConfigProvider component support prefixCls.
- Button
- 🌟 Button support round shape.
- Collapse
- 🌟 Add
expandIcon
to allow customization of Collapse icon.
- 🌟 Add
- ConfigProvider
- 🌟 Support Content Security Policy (CSP) config.
- 🌟 Support
autoInsertSpaceInButton
to remove space between 2 Chinese characters on Button.
- Icon
- 🌟 Icon component add
aria-label
prop to enhance accessibility. - 🌟 Add
rotate
to allow icon rotate as specified degrees. - 🌟 Add
eye-invisible
icon.
- 🌟 Icon component add
- Input
- 🌟 Add Input.Password.
- 🌟 support
allowClear
。
- Modal
- 🌟 Add
forceRender
support. - 🌟 Add
destroyAll
method. - 🌟 Add
icon
to Modal.confirm/info/warning/error,iconType
is deprecated. - 🌟 Add
mask
property support for Modal method. - 🌟 Add
transitionName
andmaskTransitionName
property support for Modal method. - 🐞 Fix the problem that the mouse moves to the mask layer to close automatically #842
- 🌟 Add
- 🌟 Add
small
type Card component. - Form
- 🌟 Add switcherIcon prop to Tree.
- Dropdown
- 🌟 Dropdown.Button support
href
. - 🌟 Add
openClassName
.
- 🌟 Dropdown.Button support
- Table
- 🌟 Add prop
sortDirections
for Table and Table.Column. - 🐞 Fixed Badge component display over the fixed table column.
- 🐞 Fixed rowSelection columnWidth doesn't work.
- 🌟 Add prop
- DatePicker
- 🌟 Will read format as default format in locale if provided.
- 🌟 Add new
renderFooter
API for DatePicker. - 🐞 Fixed
dateRender
not supported at WeekPicker. - 🐞 Fixed disabled button style in DatePicker panel.
- 🌟 support prop
renderExtraFooter
in all mode. - 🐞 Fixed month range display when start year equals end year.
- TimePicker
- 🌟 TimePicker support new prop
popupStyle
and new eventamPmChange
. - 🐞 Fixed TimePicker Icon disappear when used with Input.Group.
- 🌟 Deprecated
allowEmpty
prop and useallowClear
instead. Sync style with DatePicker.
- 🌟 TimePicker support new prop
- 🌟 Rate component support
tooltips
. - Upload
- 💄 Add new less var
upload-picture-card-border-style
and Fixedupload-picture-card-size
typo. - 🐞 Fixed
dpg
file type is not recognizable as image in Upload component.
- 💄 Add new less var
- Spin
- 🐞 Fix Spin style issue in IE 10.
- Progress
- 🌟 All types support
successPercent
prop.
- 🌟 All types support
- Pagination
- 🐞 Fix ellipsis misalignment.
- 🐞 Fixed Radio style bug in Chrome.
- 🐞 Fixed Steps style issue on IE9.
- 🐞 Fixed nested Timeline last item missing line.
- 🐞 Fixed spin never shows up when delay got initially set.
- 🐞 Fix wave style issue in Edge.
- 🎉 新的组件
Empty
,同时优化了各个组件的空数据状态样式! - 🎉 新增
Statistic
统计/倒计时组件。 - 🎉 添加新的国际化资源北印度语(kn_IN)和坎那达语(kn_IN)。
- 🌟 ConfigProvider 组件添加
prefixCls
属性。 - Button
- 🌟 Button 添加圆边形状。
- Collapse
- 🌟 新增
expandIcon
属性,允许用户自定义 Collapse 折叠图标。
- 🌟 新增
- ConfigProvider
- 🌟 支持 Content Security Policy (CSP) 配置。
- 🌟 提供
autoInsertSpaceInButton
属性以移除按钮中 2 个汉字时字间的空格。
- DatePicker
- 🌟 将会读取本地化格式配置作为默认日期格式。
- Icon
- 🌟 Icon 组件添加
aria-label
属性以提升无障碍体验。 - 🌟 新增
rotate
属性,允许用户修改图标旋转角度。 - 🌟 新增 Icon
eye-invisible
。
- 🌟 Icon 组件添加
- Input
- 🌟 添加 Input.Password 密码输入组件。
- 🌟 支持
allowClear
。
- Modal
- 🌟 添加
forceRender
属性。 - 🌟 添加
destroyAll
方法。 - 🌟 Modal.confirm/info/warning/error 新增
icon
属性。原有的iconType
废弃。
- 🌟 添加
- 🌟 Card 组件添加
small
类型。 - Form
- 🌟 Tree 添加
switcherIcon
属性。 - Dropdown
- 🌟 Dropdown.Button 支持
href
属性。 - 🌟 添加
openClassName
属性。
- 🌟 Dropdown.Button 支持
- Table
- 🌟 添加属性
sortDirections
到 Table 和 Table.Column。 - 🐞 修复 Badge 组件遮盖 Table 固定列的问题。
- 🐞 修复行选择器列的
columnWidth
设置不生效的问题。
- 🌟 添加属性
- DatePicker
- 🌟 DatePicker component 添加
renderFooter
属性。 - 🐞 修复 WeekPicker 不支持
dateRender
的问题。 - 🐞 修复禁用按钮在 DatePicker 面板中的样式问题。
- 🌟 在所有模式中支持
renderExtraFooter
属性。 - 🐞 修复月份选择器在开始年份和结束年份相等时的显示问题。
- 🌟 DatePicker component 添加
- TimePicker
- 🌟 TimePicker 添加新的属性
popupStyle
和事件amPmChange
。 - 🐞 修复 TimePicker 在跟 Input.Group 一起使用时图标会消失的问题。
- 🌟 废弃
allowEmpty
属性,改用allowClear
替代。并与 DatePicker 统一样式。
- 🌟 TimePicker 添加新的属性
- 🌟 组件 Rate 支持
tooltips
。 - Upload
- 💄 添加新的 Less 变量
upload-picture-card-border-style
并修复upload-picture-card-size
的拼写错误。 - 🐞 修复在 Upload 组件中无法识别
dpg
后缀文件为图片的问题。
- 💄 添加新的 Less 变量
- Modal
- 🌟 Modal 函数组件新增
mask
属性支持。 - 🌟 Modal 函数组件新增
transitionName
和maskTransitionName
属性支持。 - 🐞 修复鼠标移动到遮罩层自动关闭的问题 #842
- 🌟 Modal 函数组件新增
- Spin
- 🐞 修复 Table 在低版本 IE 中 spinning 会遮挡操作的问题。
- Progress
- 🌟 所有类型都支持
successPercent
属性。
- 🌟 所有类型都支持
- Pagination
- 🐞 修复省略号不居中的样式问题。
- 🐞 修复 Radio 组件在 Chrome 下的样式问题。
- 🐞 修复 Steps 组件在 IE9 下的样式问题。
- 🐞 修复嵌套的 TimeLine 最后一条线丢失的问题。
- 🐞 修复 Spin 组件初始设置
delay
属性后不显示的问题。 - 🐞 修复水波纹在 Edge 下的样式问题。