Skip to content

antd 3.8.0

Thanks to 24 contributors who send pull request to 3.8.0!

  • 💄 Support TypeScript 3 and improve lots of definitions.
  • 💄 Use tabular-nums font variant instead of monospaced numberic font family Tahoma. #11567 @tibdex
  • 🌟 Timeline support mode="left|right|alternate" now. #11490 @jrvboesch
  • 🌟 Button added block prop which allow to fit parent container. #11500 @ilanus
  • Tree
    • 💄 Better accessibility support.
    • 🐞 Fixed that some tree nodes disapear after dragged. #11492
    • 🐞 Fixed a vertical align style issue of draggable tree. #11458
  • Table
  • Avatar
  • 🌟 Card added headStyle prop. #11407 @emersonlaurentino
  • 🐞 Fixed that Tooltip not working with DatePicker. #11451 @yociduo
  • 🐞 Fixed that Tooltip not working with Input.Group. #11532 @yociduo
  • 🐞 Fixed that DatePicker time panel text jumping when hovering. #11460
  • 🐞 Fixed Tabs display issue when switch focus elements bettween panels. #11261
  • Select
    • 💄 Support data-* attributes.
    • 🐞 Fixed that selected item don't display correct position in dropdown menu items. #11268
  • 🌟 Calendar added onChange prop. #11476 @tangjinzhou
  • 🌟 Popconfirm added icon prop. #11191 @nuintun
  • Modal
    • 🌟 Added centered prop to set vertical center position of modal. #11537 @yoyo837
    • 🐞 Fixed that closing all modals when pressing ESC once, now they will be closed one by one. #11394 @yoyo837
    • 🐞 Fixed issue resulting title of Model.confirm shows scrollbar again. #11568 @cheshireoctopus
  • 🌟 Progress added strokeLinecap to customize shape of edge. #11547 @blatinier
  • 🌟 Drawer added className and deprecated wrapClassName. #11609 @fergiar

非常感谢在 3.8.0 上提交 PR 的 24 位贡献者!

  • 💄 支持 TypeScript 3,并优化了大量组件定义。
  • 💄 使用 font-variant-numeric 优化了等宽数字的实现方式,解决了数字字体和其他字体不一致的问题。#11567 @tibdex
  • 🌟 Timeline 现在支持左/右/交替三种布局形式。#11490 @jrvboesch
  • 🌟 Button 增加 block 属性用于撑满父容器宽度。#11500 @ilanus
  • Tree
    • 💄 优化了组件可访问性。
    • 🐞 修复一个拖拽后节点失踪的问题。#11492
    • 🐞 修复一个在拖拽后节点位置没有垂直居中的问题。#11458
  • Table
  • Avatar
  • 🌟 Card 新增 headStyle 属性用于定制标题样式。#11407 @emersonlaurentino
  • 🐞 修复 DatePicker 上无法使用 Tooltip 的问题。#11451 @yociduo
  • 🐞 修复 Input.Group 上无法使用 Tooltip 的问题。#11532 @yociduo
  • 🐞 修复一个 DatePicker 中时间面板 hover 时数字跳动的问题。#11460
  • 🐞 Tabs 修复了一个切换焦点异常的问题。#11261
  • Select
    • 🌟 支持 data-* 属性。
    • 🐞 修复一个选中项在列表中没有聚焦的问题。#11268
  • 🌟 Calendar 新增了 onChange 作为日期改变的回调。#11476 @tangjinzhou
  • 🌟 Popconfirm 新增 icon 支持自定义图标。#11191 @nuintun
  • Modal
    • 🌟 新增 centered 属性用于设置对话框垂直居中。#11537 @yoyo837
    • 🐞 修复了多个对话框会被 ESC 一次性全部关掉的问题。#11394 @yoyo837
    • 🐞 再次修复 Model.confirm 的标题区域某些情况下会显示滚动条的问题。#11568 @cheshireoctopus
  • 🌟 Progress 新增 strokeLinecap 属性用于调整边缘形状。#11547 @blatinier
  • 🌟 Drawer 新增 className 并废弃 wrapClassName#11609 @fergiar