[changelog] 1.3.5

This commit is contained in:
陈嘉涵
2018-10-10 20:54:04 +08:00
parent 41ccb72234
commit b3d320fdf7
5 changed files with 41 additions and 1 deletions
+1
View File
@@ -119,6 +119,7 @@ export default {
| 版本 | 类型 | 内容 |
|-----------|-----------|-----------|
| 1.3.6 | feature | 新增 disabled 属性 |
| 1.2.1 | feature | 新增 icon 属性 |
| 1.2.1 | feature | 新增 label 属性 |
| 1.2.1 | feature | 新增 value 属性 |
+1 -1
View File
@@ -69,7 +69,7 @@ import TreeSelect from './tree-select';
import Uploader from './uploader';
import Waterfall from './waterfall';
const version = '1.3.4';
const version = '1.3.5';
const components = [
Actionsheet,
AddressEdit,
+1
View File
@@ -95,4 +95,5 @@ export default {
| 版本 | 类型 | 内容 |
|-----------|-----------|-----------|
| 1.3.6 | feature | 新增 height 属性 |
| 1.1.5 | improvement | 支持 string 类型 id |