Skip to content
- 🎉 New component Empty, and improved empty data style of all components! 13651
- 🎉 Hindi locale added (hi_IN). #13776 @gurungrahul2
- 🎉 Kannada locale added (kn_IN). #13776 @gurungrahul2
- 🌟 Add
eye-invisible Icon. b8630b3
- 🌟 ConfigProvider component support prefixCls. #13389
- Less
- 🌟 Add more less variables for support custom colors definitions of some components. #13425 @amedora
- 🐞 Fixed font-family been reset in each component. #13969
- Input
- Modal
- 🌟 Add
small type Card component. #13180 @ndbroadbent
- Form
- 🌟 Add
name option to Form.create. 83b449b
- 🌟 FormItem support error message with reactNode. #13046
- 🌟 Add
preserve of Form getFieldDecorator option. f65fb28
- 🌟 Add
switcherIcon prop to Tree. #13592 @nick-ChenZe
- 🌟 Mention add
defaultSuggestion. #13695
- Dropdown
- 🌟 Dropdown.Button support
href prop. 607d080
- 🌟 Add
openClassName. c6f267d
- 🌟 Dropdown
overlay support function callback. #14003
- Button
- 🐞 Fixed Button throw error when use a custom type. #13915
- 🐞 Fixed plus and minus Icon style in Button on Windows. #13924
- Table
- 🌟 Add prop
sortDirections for Table and Table.Column. #13773 @elfman
- 🐞 Fixed Badge component display over the fixed table column. #13930
- 🐞 Fixed rowSelection columnWidth doesn't work. #14115 @dyygtfx
- DatePicker
- 🌟 Add new
renderFooter API for DatePicker. 3c007a8
- 🐞 Fixed
dateRender not supported at WeekPicker. #13957
- 🐞 Fixed disabled button style in DatePicker panel. #14098
- 🌟 support prop
renderExtraFooter in all mode. #13813 @elfman
- 🐞 Fixed month range display when start year equals end year. #14049 @meihuanyu
- TimePicker
- 🌟 TimePicker support new prop
popupStyle and onAmPmChange. 833c181
- 🐞 Fixed TimePicker Icon disappear when used with Input.Group. #13797 @mraiguo
- 🌟 Update
rc-tree-select to 2.5.0 to support use a ReactNode as notFoundContent in TreeSelect. 47b89e5
- 🌟 Rate component support
tooltips. 192e188
- 🐞 Fixed Drawer prop
style not working. #13850
- Upload
- 💄 Add new less var
upload-picture-card-border-style and Fixed upload-picture-card-size typo. #13919 #13929 @flexchen
- 🐞 Fixed
dpg file type is not recognizable as image in Upload component. #14013
- Popover
- 🐞 Fixed Radio style bug in Chrome. #3699
- 🐞 Fixed affix Menu flickering when scrolling. #13662
- 🐞 Fixed Steps style issue on IE9. #14001
- 🐞 Fixed nested Timeline last item missing line. #14108
- 🐞 Fixed spin never shows up when delay got initially set. #14100
- Badge
- 🐞 Fixed animation jump when count is ReactNode. #13800
- TypeScript
- 🎉 新的组件 Empty,同时优化了各个组件的空数据状态样式!13651
- 🎉 添加新的国际化资源北印度语(kn_IN)和坎那达语(kn_IN)。#13776 @gurungrahul2 #13776 @gurungrahul2
- 🌟 新增 Icon
eye-invisible。b8630b3
- 🌟 ConfigProvider 组件添加
prefixCls 属性。#13389
- Less
- Input
- Modal
- 🌟 Card 组件添加
small 类型。#13180 @ndbroadbent
- Form
- 🌟 添加
name 选项到 Form.create。83b449b
- 🌟 FormItem 支持错误提示信息为一个 reactNode。#13046
- 🌟 Form 的
getFieldDecorator 方法选项添加 preserve 参数。f65fb28
- 🌟 Tree 添加
switcherIcon 属性。#13592 @nick-ChenZe
- 🌟 Mention 添加
defaultSuggestion 属性。#13695
- Dropdown
- Button
- 🐞 修复 Button 使用自定义类型抛出时的问题。#13915
- 🐞 修复按钮中有 plus 和 minus 图标时在 Windows 下的样式问题。#13924
- Table
- DatePicker
- TimePicker
- 🌟 TimePicker 添加新的属性
popupStyle 和 onAmPmChange。833c181
- 🐞 修复 TimePicker 在跟 Input.Group 一起使用时图标会消失的问题。#13797 @mraiguo
- 🌟 更新
rc-tree-select 到 2.5.0,现在 TreeSelect 组件中的 notFoundContent 支持传入 ReactNode。47b89e5
- 🌟 组件 Rate 支持
tooltips。192e188
- 🐞 修复 Drawer 的属性
style 不生效的问题。#13850
- Upload
- 💄 添加新的 Less 变量
upload-picture-card-border-style 并修复 upload-picture-card-size 的拼写错误。#13919 #13929 @flexchen
- 🐞 修复在 Upload 组件中无法识别
dpg 后缀文件为图片的问题。#14013
- Popover
- 🐞 修复 Radio 组件在 Chrome 下的样式问题。#3699
- 🐞 修复 Steps 组件在 IE9 下的样式问题。#14001
- 🐞 修复嵌套的 TimeLine 最后一条线丢失的问题。 #14108
- 🐞 修复 Spin 组件初始设置
delay 属性后不显示的问题。#14100
- Badge
- 🐞 修复当
count 是一个 ReactNode 时动画跳动的问题。#13800
- TypeScript