Skip to content

antd 3.12.0

  • 🎉 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 forceRender support. f791a50
    • 🌟 Add destroyAll. #13409 @caolvchong
    • 🌟 Add icon to Modal.confirm/info/warning/error, iconType is deprecated. 5c26635
  • 🌟 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-invisibleb8630b3
  • 🌟 ConfigProvider 组件添加 prefixCls 属性。#13389
  • Less
    • 🌟 给部分组件添加更多的 Less 变量支持。#13425 @amedora
    • 🐞 修复 font-family 被重置的问题。#13969
  • Input
  • Modal
    • 🌟 添加 forceRender 属性。f791a50
    • 🌟 添加 destroyAll 方法。#13409 @caolvchong
    • 🌟 Modal.confirm/info/warning/error 新增 icon 属性。原有的 iconType 废弃。5c26635
  • 🌟 Card 组件添加 small 类型。#13180 @ndbroadbent
  • Form
    • 🌟 添加 name 选项到 Form.create83b449b
    • 🌟 FormItem 支持错误提示信息为一个 reactNode。#13046
    • 🌟 Form 的 getFieldDecorator 方法选项添加 preserve 参数。f65fb28
  • 🌟 Tree 添加 switcherIcon 属性。#13592 @nick-ChenZe
  • 🌟 Mention 添加 defaultSuggestion 属性。#13695
  • Dropdown
    • 🌟 Dropdown.Button 支持 href 属性。607d080
    • 🌟 添加 openClassName 属性。c6f267d
    • 🌟 Dropdown overlay 支持回调函数。#14003
  • Button
    • 🐞 修复 Button 使用自定义类型抛出时的问题。#13915
    • 🐞 修复按钮中有 plus 和 minus 图标时在 Windows 下的样式问题。#13924
  • Table
    • 🌟 添加属性 sortDirections 到 Table 和 Table.Column。#13773 @elfman
    • 🐞 修复 Badge 组件遮盖 Table 固定列的问题。#13930
    • 🐞 修复行选择器列的 columnWidth 设置不生效的问题。#14115 @dyygtfx
  • DatePicker
    • 🌟 DatePicker component 添加 renderFooter 属性。3c007a8
    • 🐞 修复 WeekPicker 不支持 dateRender 的问题。#13957
    • 🐞 修复禁用按钮在 DatePicker 面板中的样式问题。#14098
    • 🌟 在所有模式中支持 renderExtraFooter 属性。#13813 @elfman
    • 🐞 修复月份选择器在开始年份和结束年份相等时的显示问题。 #14049 @meihuanyu
  • TimePicker
    • 🌟 TimePicker 添加新的属性 popupStyleonAmPmChange833c181
    • 🐞 修复 TimePicker 在跟 Input.Group 一起使用时图标会消失的问题。#13797 @mraiguo
  • 🌟 更新 rc-tree-select 到 2.5.0,现在 TreeSelect 组件中的 notFoundContent 支持传入 ReactNode。47b89e5
  • 🌟 组件 Rate 支持 tooltips192e188
  • 🐞 修复 Drawer 的属性 style 不生效的问题。#13850
  • Upload
    • 💄 添加新的 Less 变量 upload-picture-card-border-style 并修复 upload-picture-card-size 的拼写错误。#13919 #13929 @flexchen
    • 🐞 修复在 Upload 组件中无法识别 dpg 后缀文件为图片的问题。#14013
  • Popover
    • 🐞 修复 Popover 组件的箭头的阴影问题。#13935 @crazyurus
    • 🐞 修复 Popover 上方的 border 在某些 IE9 下不显示的问题。#14064 @gyh9457
  • 🐞 修复 Radio 组件在 Chrome 下的样式问题。#3699
  • 🐞 修复 Steps 组件在 IE9 下的样式问题。#14001
  • 🐞 修复嵌套的 TimeLine 最后一条线丢失的问题。 #14108
  • 🐞 修复 Spin 组件初始设置 delay 属性后不显示的问题。#14100
  • Badge
    • 🐞 修复当 count 是一个 ReactNode 时动画跳动的问题。#13800
  • TypeScript
    • 🐞 修复 DatePicker 属性 disabledDate 的定义问题。#14008 @vnguyen94
    • 🐞 修复 Dropdown 属性的 onVisibleChange 的定义问题。#13988 @travikk