Skip to content

0.5.0

Compare
Choose a tag to compare
@vthinkxie vthinkxie released this 09 Sep 16:55
· 2626 commits to master since this release

Build

  • 重写了打包逻辑,提供了规范的package格式,兼容了更多打包工具 #240 Trotyl Yu

Features

  • Table支持可展开和树形数据展示 #259
  • Table支持固定表头,自定义筛选,增加远程排序、表格行列排序、可编辑行等DEMO #210
  • Input支持nzReadOnly属性 #236 SangKa.Z
  • Input支持nzAutoResize属性 #251 Hsuan Lee
  • Menu支持缩起内嵌菜单 #225 Hsuan Lee
  • GridCol支持属性内嵌 #247

Bug Fixes

  • Form修复了多种组件在表单中不必要的Control触发逻辑 #257
  • CheckBox修复了在safari中的选中问题 #256 SangKa.Z
  • Carousel修复了高度计算的问题 #242
  • DropdownButton修复了下拉菜单无法选中的问题 #237 LongYinan
  • Datepicker修复了与React版本顺序不一致的问题 #243 Nickbing Lao
  • InputNumber修复了数据校验逻辑 #230
  • Cascader修复了在nzOptions变化时不刷新的问题 #221 fbchen
  • Form修复了多种组件中setDisabledState不生效的问题 #188 Zhaoming Li
  • Select,Datepicker,Timepicker修复了当disable时下拉菜单不收起的问题 #222 Zhaoming Li
  • Select, Datepicker, Timepicker, Radio, Checkbox, InputNumber修复了touched状态不生效的问题 #248 Zhaoming Li
  • Input修复了nzSize不生效的问题 #209 laobeiV5
  • 修改了对DOCUMENT的错误依赖 #233 Trotyl Yu

Refactor