Releases: vueComponent/ant-design-vue
Releases · vueComponent/ant-design-vue
1.0.2
2018-8-4
- 🎉 Modify the component library name to
ant-design-vue
- 🌟 The official site supports IE9 accessa8a5f8
- 🐞 Fix reminder issues caused by exporting undefined variables#87
- 🐞 Fix some component classname duplicatesb48bbac
- 🐞 Fix
Select
component label does not update the problemda1b924
- 🛠 Corrected some documentation errors
- 🎉 修改组件库名称为
ant-design-vue
- 🌟 官方站点支持IE9访问a8a5f8
- 🐞 修复导出未定义变量引起的提醒问题#87
- 🐞 修复部分组件类名重复问题b48bbac
- 🐞 修复
Select
组件label不更新问题da1b924
- 🛠 更正了若干文档错误
1.0.1
2018-7-27
- 🌟 Optimize Chinese input for
Input
components(just support v-model) 4a5154
- 🐞 Fix
treeSelect
treeData[i].children
throw error when null#81
- 🐞 Fix
Calendar
change event call twice#82
- 🐞 Fix the
description
and title
slot attribute of the Card
component does not work#83
- 🐞 Fix
dropdownClassName
attribute of DataPicker
component does not working02ab242
- 🌟 针对
Input
组件优化中文输入(仅在v-model绑定时生效) 4a5154
- 🐞 修复
TreeSelect
treeeData[i].children
为null
时报错问题#81
- 🐞 修复
Calendar
组件的 change 事件触发两次的问题#82
- 🐞 修复
Card
组件的description
和title
属性slot不生效问题#83
- 🐞 修复
DataPicker
组件的dropdownClassName
属性不生效问题02ab242
1.0.0
2018-7-21
- 🌟 Add
Carousel
component edddbd
- modify some error document
- 🌟 新增
Carousel 走马灯
组件edddbd
- 更正了若干文档错误
0.7.1
2018-7-11
- 🐞 fix
Tooltip
containing disabled button does not show and style#73
- 🐞 add
Table
panagation deep watch#b464c6
- 🐞 修复
Tooltip
包含Button
时的样式及功能问题#73
- 🐞 add
Table
panagation deep watch#b464c6
0.7.0
2018-7-11
- 🌟 Add
TreeSelect
component
- 🌟
Select
add options
, Easy to generate a selection list directly#37
- 🐞 Fix
blur
event error when using Select
component in Tooltip
#67
- 🐞 Modify the
Upload
component action
attribute to optional#66
- 🌟 新增
TreeSelect
组件
- 🌟
Select
组件新增options
,方便直接生成选择列表#37
- 🐞 修复
Tooltip
中使用Select
组件时,blur
事件报错问题#67
- 🐞 修改
Upload
组件action
属性为可选#66
0.6.8
2018-7-5
- 🐞 Fix
notification
h is not defined#63
- 🐞 Fix
Transfer
local-provider miss titles
#64
- 🐞 修复
notification
h is not defined#63
- 🐞 修复
Transfer
国际化缺少titles问题#64
0.6.7
2018-7-3
- 🐞 Fix
Form
component cannot be updated when using template syntax#62
0.6.6
2018-7-3
- 🐞 Fix
Upload
type validation error issue and update related demo#61
- 🐞 Fix
Upload
image preview does not jump correctly1584b3
- 🐞 修复
Upload
的类型校验错误问题并更新相关demo#61
- 🐞 修复
Upload
图片预览不能正确跳转问题1584b3
0.6.5
2018-7-1
- 🐞 Fix
Select
getPopupContainer
not working #56
- 🐞 Fix
Select
popup position is not updated8254f7
- 🐞 修复
Select
的getPopupContainer
不生效问题#56
- 🐞 修复
Select
的弹出框位置不更新问题8254f7
0.6.4
2018-6-28
- 🐞 Fix
InputSearch
v-model
return wrong value#53
- 🐞 修复
InputSearch
的v-model
返回值错误问题#53