Skip to content

Releases: vueComponent/ant-design-vue

0.6.3

26 Jun 14:09
Compare
Choose a tag to compare

2018-6-26

  • 🐞 Fix Popover v-model not working#49

  • 🐞 修复Popoverv-model不生效问题#49

0.6.2

24 Jun 14:57
Compare
Choose a tag to compare

2018-6-24

  • 🌟 Form component data auto-checking support for template syntax7c9232
  • Select: 🐞 add focus blur methods52f6f5
  • Radio
    • 🐞 Fix Radiogroup disabled className9df74b
    • 🐞 Fix autoFoucs focus blur mouseenter mouseleave not workingf7886c
  • TimePicker: 🐞 Fix autoFoucs focus blur not working28d009

  • 🌟 Form组件数据自动校验功能支持template语法7c9232
  • Select: 🐞 添加focus blur方法52f6f5
  • Radio
    • 🐞 修复Radiogroup disabled className9df74b
    • 🐞 修复autoFoucs focus blur mouseenter mouseleave 不生效问题f7886c
  • TimePicker: 🐞 修复autoFoucs focus blur不生效问题28d009

0.6.1

17 Jun 03:30
Compare
Choose a tag to compare

2018-6-17

  • 🌟 Add List Component
  • Table
    • 🐞 Fix 'querySelectorAll error when updating height#33
    • 🐞 fix defaultChecked not workingec1999
    • columns key support number type9b7f5c
  • Tooltip: 🛠 update events API change to visibleChange
  • Textarea: 🐞 Fix autoFoucs not working787927
  • InputSearch: 🐞 Add focus blur methods3cff62
  • InputNumber: 🐞 Fix autoFoucs not working88f165
  • DatePicker: 🐞 Fix autoFoucs not working264abf
  • Cascader: 🐞 Fix autoFoucs not workingbe69bd
  • Rate: 🐞 Fix autoFoucs not working,and blur errorc2c984
  • RangePicker: 🐞 Fix value type check error problem228f44

  • 🌟 新增List列表组件
  • Table
    • 🐞 修复更新高度时报错问题#33
    • 🐞 修复defaultChecked不生效问题ec1999
    • columns key支持数字类型9b7f5c
  • Tooltip
    • 🛠 更新事件APIchangevisibleChange
  • Textarea: 🐞 修复autoFoucs不生效问题787927
  • InputSearch: 🐞 添加focus blur方法3cff62
  • InputNumber: 🐞 修复autoFoucs不生效问题88f165
  • DatePicker: 🐞 修复autoFoucs不生效问题264abf
  • Cascader: 🐞 修复autoFoucs不生效问题be69bd
  • Rate: 🐞 修复autoFoucs不生效问题,及blur报错问题c2c984
  • RangePicker: 🐞 修复值类型校验出错问题228f44

0.6.0

04 Jun 14:01
Compare
Choose a tag to compare

2018-6-4

  • 🌟 Add Anchor Component
  • Table
    • 🐞 Fix show emptyText problem when loading.spinning 17b9dc
    • 🐞 Fixed header style not working #30
  • 🐞 DatePicker: Fix the issue of change event repeatedly call when showTime is true 81ab82
  • 🐞 InputNumber: Fix placeholder not working ce39dc

  • 🌟 新增Anchor锚点组件
  • Table
    • 🐞 修复loading.spinning时显示emptyText问题17b9dc
    • 🐞 修复header style不生效问题#30
  • DatePicker: 🐞 修复属性showTimetrue时,重复调用change事件问题81ab82
  • InputNumber: 🐞 修复placeholder不生效问题ce39dc

0.5.4

26 May 02:23
Compare
Choose a tag to compare

2018-5-26

  • 🐞 Fix missing less file problem in dist directoryca084b9

  • 🐞 修复dist目录缺少less文件问题ca084b9

0.5.3

25 May 14:09
Compare
Choose a tag to compare

2018-5-25

  • 🐞 Fixed issue with building antd-with-locales.js containing test files90583a3

  • 🐞 修复构建antd-with-locales.js包含测试文件的问题90583a3

0.5.2

25 May 11:33
Compare
Choose a tag to compare

2018-5-25

  • 🐞 Timeline: Fix duplicated loading component bug fa5141b
  • Transfer
    • 🐞 Fix search box clear button does not work Problem 4582da3
    • 💄 Override property change listener logic to avoid unnecessary 0920d23
  • 💄 Select: Optimizing title display logic 9314957
  • Form
    • 🐞 Fixed Form component directive error #20
    • 🌟 Maintain an ref for wrapped component instance, use wrappedComponentRef c5e421c
  • 🐞 DatePicker: Fix calendar keyboard event does not work e9b6914
  • Avatar: Fixing font size adaptation issues #22
  • 🌟 Added single test for some components
  • 🌟 sorted component library dependencies and devDependencies, deleted unused packages, and added peerDependencies

  • 🐞 Timeline: 修复重复显示loading组件bugfa5141b
  • Transfer
    • 🐞 修复搜索框的清除按钮不起作用问题4582da3
    • 💄 重写了属性变化监听逻辑,避免不必要的0920d23
  • 💄 Select: 优化title显示逻辑9314957
  • Form
    • 🐞 修复Form组件指令报错问题#20
    • 🌟 优化获取Form包装组件实例功能c5e421c
  • 🐞 DatePicker: 修复日历键盘事件不起作用问题e9b6914
  • Avatar: 修复字体大小自适应问题#22
  • 🌟 添加了部分组件的单测
  • 🌟 整理了组件库依赖(dependencies、devDependencies),删除不再使用的包,并添加peerDependencies

0.5.1

10 May 11:28
Compare
Choose a tag to compare

2018-5-10

  • 🐞 Table: Fix customRow events not working#16

  • 🐞 Table: 修复 customRow 自定义事件不生效问题#16

0.5.0

08 May 03:48
Compare
Choose a tag to compare

2018-5-8

  • 🌟 Form: add Form component
  • 💄 Upload.Dragger: Modify name name to a-upload-dragger
  • 🐞 Upload: Fix name prop not working

  • 🌟 Form 新增Form表单组件
  • 💄 Upload.Dragger: 修改组件name名称为a-upload-dragger
  • 🐞 Upload: 修复Upload name属性失效问题

0.4.3

02 May 05:33
Compare
Choose a tag to compare

2018-5-2

  • 🐞 Fix component style loss problem
  • 🌟 site add babel-polyfill

  • 🐞 修复组件样式丢失问题
  • 🌟 站点添加babel-polyfill