[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

View File

@@ -61,3 +61,13 @@ Vue.use(Progress);
| text-color | 进度条文字颜色 | `String` | `#fff` |
| pivot-text | 文字显示 | `String` | 百分比文字 |
| pivot-color | 文字背景色 | `String` | 与进度条颜色一致 |
### 更新日志
| 版本 | 类型 | 内容 |
|-----------|-----------|-----------|
| 1.1.12 | bugfix | 修复文字为空时样式错误的问题 |
| 1.1.5 | bugfix | 修复文字超出边界的问题 |
| 1.1.4 | feature | 支持渐变色 |
| 0.10.8 | feature | 新增 show-pivot 属性 |
| 0.8.7 | improvement | 简化 DOM 结构 |