Skip to content

antd 3.1.0

2017-12-29

  • 🐞 Fix ant-spin-container overflow resizing for Spin component. #8602 @jhsu
  • 🐞 Fix extra padding in Table small with fixed columns. #8724
  • 🐞 Fix Checkbox.Group align issue in Form. #8739
  • 🐞 Fix unexpected scrollbar in Affix. #8606
  • 🌟 Add onKeyUp TypeScript definition to Input component. #8705 @delesseps
  • 🌟 Add showArrow for disabling arrow icon in collapse panel. #8536 @apieceofbart
  • 🌟 Rate add allowClear for reset when click again. #8627
  • 🌟 Add responsive for BackTop. #8719 @JetRunner
  • 🌟 Add destroyOnClose to Modal component to support unmount child compenents on onClose. #8769 @Rohanhacker
  • 🌟 Pagination add hideOnSinglePage for support hide it when only one page. #8615 @camsong
  • 🌟 Support customize spin for List component.
  • 👻 Support open official demo in CodeSandbox.

  • 🐞 修复组件 Spin 可能出现跳动的问题。#8602 @jhsu
  • 🐞 修复 Table 在设置 size=small 的情况下出现多余 padding 的问题。#8724
  • 🐞 修复 Checkbox.Group 在 Form 中和 label 的对齐问题。#8739
  • 🐞 修复 Affix 组件出现滚动条的问题。#8606
  • 🌟 为 Input 添加 onKeyUp。#8705 @delesseps
  • 🌟 折叠面板 Collapse 添加 showArrow 来支持隐藏箭头。#8536 @apieceofbart
  • 🌟 评分 Rate 组件添加 allowClear,支持再次点击后重置。#8627
  • 🌟 优化 BackTop 组件的响应式效果。#8719 @JetRunner
  • 🌟 Modal 组件添加 destroyOnClose 支持关闭时销毁 Modal 里的子元素。#8769 @Rohanhacker
  • 🌟 组件 Pagination 添加 hideOnSinglePage 支持当只有一页时隐藏组件。#8615 @camsong
  • 🌟 支持 List 组件自定义加载动画。
  • 👻 你现在可以通过 CodeSandbox 来打开官方文档中的示例了。