@cniot/mdd-editor 0.2.0-beta.54 → 0.2.0-beta.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.MD CHANGED
@@ -1,15 +1,25 @@
1
+ # 0.2.0-beta.56
2
+
3
+ - feat: 批量输入框(batchInput)新增 valueType 配置属性,支持选择返回值类型为 string("a,b,c")或 list["a","b","c"]
4
+
5
+ # 0.2.0-beta.55
6
+
7
+ - feat: 新增行详情是否能展示全部配置
8
+
1
9
  # 0.2.0-beta.54
2
10
 
3
- - feat: form 的表单项支持左右自定义渲染
11
+ - feat: form 的表单项支持左右自定义渲染
4
12
 
5
13
  # 0.2.0-beta.53
6
14
 
7
15
  - feat: 可编辑表格支持 上传文件
8
16
 
9
17
  # 0.2.0-beta.51 ~ 52
18
+
10
19
  - 可编辑表格地址选择器添加默认国家、是否先选择国家属性配置
11
20
 
12
21
  # 0.2.0-beta.49
22
+
13
23
  - fix: upload 没有读取 multiple 属性
14
24
 
15
25
  # 0.2.0-beta.47 ~ 0.2.0-beta.48