Skip to content

antd 2.12.4

  • Fix Affix throw invalid calling object in IE. #7060
  • Make optimization for title display behavior of Badge. #7024
  • Card
  • Fix Collapse onChange parameter type definitions. pull/7084 @davidctj
  • Dropdown
  • Input
  • Fix InputNumber Formatter demo issue. pull/7098 @tim-soft
  • Menu
    • Fix abnormal performance of inlineCollapsed Menu. #7048 #7063
    • Fix SubMenu can't be highlighted if its children are selected. pull/7042 @atomgao
  • Fix notification type type definitions. #7073 @marswong
  • Fix Pagination showTotal type definitions. #7054
  • Fix RangePicker throw error after clear. #7077
  • Adds onFocus and onBlur type definitions for Select. pull/7082 @troynt
  • Fix Tabs tabBarExtraContent style issue in vertical mode. Upgrade rc-tabs to 9.0.2, refactor the dom structure of TabBar extraContent. #6578
  • Fix missing icon issue for TreeSelect. #7020
  • Fix error TS7016: Could not find a declaration file for module 'rc-util/lib/Dom/addEventListener'. #7033 @djyde
  • Translate patterns/list. list @zachguo

  • 修复了 Affix 在 IE 下调用对象无效的报错。#7060
  • 对 Badge 默认 title 的出现条件进行了优化。#7024
  • Card
    • 修改了文档中 onHovering 属性的错误描述。#7078
    • 修复了 children 的类型定义。pull/7030 @djyde
  • 修复了 Collapse onChange 属性参数的类型定义。pull/7084 @davidctj
  • Dropdown
    • 修复了 Dropdown.Button 的对齐问题。#7070
    • 补充了文档中缺失的 size 属性。pull/7071 @hansnow
  • Input
  • 修复了 InputNumber 格式化示例的报错问题。pull/7098 @tim-soft
  • Menu
    • 修复了 Menu 折叠并缩起时的不正常表现。#7048 #7063
    • 修复了子菜单被选中时 SubMenu 没有高亮的问题。pull/7042 @atomgao
  • 修复了 notification type 的类型定义。#7073 @marswong
  • 修复了 Pagination showTotal 的类型定义。#7054
  • 修复了 RangePicker 在清空后的报错问题。#7077
  • 补充了 Select 缺失的 onFocus onBlur 类型定义。pull/7082 @troynt
  • 修复了 Tabs 垂直模式下 tabBarExtraContent 样式错乱的问题。rc-tabs 升级到 9.0.2,对 TabBar 的 extraContent 的结构进行了重构。#6578
  • 修复了 TreeSelect 图标不能正常展示的问题。#7020
  • 修复了 error TS7016: Could not find a declaration file for module 'rc-util/lib/Dom/addEventListener' 的报错。#7033 @djyde
  • 完成了『模式-列表』的文档翻译。list @zachguo