Skip to content

antd 2.9.2

  • Alert Fix props of banner mode can't be overrided. #5800
  • AutoComplete Fix can't add onKeyDown event listener with customized input component. #5487
  • Button New style for danger Button. #5815
  • DatePicker
    • Improve user experience of RangePicker, rc-calendar upgrade to ~8.0.0. #4985
    • Fix RangePicker not aligned after customizing the size of input. pull/5718 @leadream
  • Form Add a less variable to opt out of form item colons. pull/5855 @megawac
  • Icon Add displayName. pull/5643 @handycode
  • Input
    • Fix Input.Search style issue when be used in Input.Group. #5743
    • Fix AutoComplete style issue when be used in Input.Group. #5832
    • Fix Select size when be used in Input.Group. #5754
    • Change suffix color. pull/5820 @megawac
  • InputNumber Update docs and demos for how to use parser to work with formatter. #5683
  • Layout
  • LocaleProvider Allow for seamless access to less variables. #5712 @lionkeng
  • Menu Override the default a:focus style when it nested in Menu component. #5707
  • Notification Auto adjust style for singleline message. #5846
  • Radio Add less variables for setting color and background color of Radio.Button. pull/5791 @megawac
  • Table
    • Add less variables for setting head background color and row background hover color. #5706 @kappa-gooner
    • Improve the Grouping table head demo style. #5697
  • Tabs Fix the position of the scrolling arrow in vertical mode. #5765 @dicklwm
  • TreeSelect Fix arrow rotate bug. #5693
  • TypeScript
  • Global Optimization
  • Site

  • Alert 修复 banner 型属性无法覆盖的问题。#5800
  • AutoComplete 修复自定义输入组件无法监听 onKeyDown 事件的问题。#5487
  • Button 危险按钮使用新的样式。#5815
  • DatePicker
    • 优化了 RangePicker 的体验,rc-calendar 升级至 ~8.0.0#4985
    • 修复了 RangePicker 自定义高度后文字不能上下居中的问题。pull/5718 @leadream
  • Form 增加样式变量来控制表单项标题冒号的展示。pull/5855 @megawac
  • Icon 增加 displayName 属性。pull/5643 @handycode
  • Input
    • 修复了 Input.Search 在 Input.Group 下的样式问题。#5743
    • 修复了 AutoComplete 在 Input.Group 下的样式问题。#5832
    • 修复了 Select 在 Input.Group 下的 size 问题。#5754
    • 调整了 suffix 的颜色。pull/5820 @megawac
  • InputNumber 更新了 parserformatter 配合使用的文档及示例。#5683
  • Layout
  • LocaleProvider 自动引入样式变量以便自定义。#5712 @lionkeng
  • Menu 去掉 Menu 组件中 a 标签默认的 focus 下划线样式。#5707
  • Notification 样式自适应单行文案。#5846
  • Radio 新增 Radio.Button 颜色及背景色样式变量。pull/5791 @megawac
  • Table
    • 增加了头部背景及行 hover 背景样式变量。#5706 @kappa-gooner
    • 修复了表头分组示例的展示问题。#5697
  • Tabs 修复了垂直模式下滚动按钮的位置问题。#5765 @dicklwm
  • TreeSelect 修复了下拉箭头方向不能改变的问题。#5693
  • TypeScript
  • 全局性优化
  • 网站