[Doc] add component changelog (#1816)

This commit is contained in:
neverland
2018-09-17 15:10:07 +08:00
committed by GitHub
parent 47aaf254b9
commit bde9f5adb2
55 changed files with 1102 additions and 383 deletions
+11
View File
@@ -77,3 +77,14 @@ export default {
| 事件名称 | 说明 | 回调参数 |
|-----------|-----------|-----------|
| change | 当绑定值变化时触发的事件 | 当前选中项的 name |
### 更新日志
| 版本 | 类型 | 内容 |
|-----------|-----------|-----------|
| 1.2.0 | improvement | 优化样式 |
| 1.1.13 | feature | 新增 label-position 属性 |
| 1.1.13 | feature | 新增 label-disabled 属性 |
| 1.0.5 | feature | name 属性支持任意类型 |
| 0.12.1 | bugfix | 修复图标无法点击的问题 |
| 0.11.6 | bugfix | 修复禁用态样式错误 |