[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
+14
View File
@@ -59,3 +59,17 @@ Vue.use(NoticeBar);
| 事件名 | 说明 | 参数 |
|-----------|-----------|-----------|
| click | 点击事件回调 | - |
### 更新日志
| 版本 | 类型 | 内容 |
|-----------|-----------|-----------|
| 1.1.3 | improvement | 优化 ref 检测 |
| 1.0.2 | improvement | 修正内边距 |
| 0.12.2 | bugfix | 修复 text 属性变化时未重新计算的问题 |
| 0.11.9 | bugfix | 修复 animationend 事件兼容问题 |
| 0.10.6 | bugfix | 修复页面返回时文字消失的问题 |
| 0.10.4 | feature | 新增 color 属性 |
| 0.10.4 | feature | 新增 left-icon 属性 |
| 0.10.4 | feature | 新增 background 属性 |
| 0.8.7 | feature | 新增组件 |