zhytech-ui 1.3.7 → 1.3.9

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
@@ -90,6 +90,22 @@ npm install --legacy-peer-deps
90
90
 
91
91
  > #### 版本更新清单:
92
92
 
93
+ **V 1.3.9**
94
+ ```html
95
+ 1.输入框组件支持搜索时,添加回车搜索功能
96
+ 2.设置动态http请求时,绑定组件列表排除label类型组件
97
+ 3.动态http请求参数替换时,空值不转json,非数组不转json
98
+ 4.修复模板导入,带入的模板名称未添加sourceFormID属性问题
99
+ ```
100
+
101
+ **V 1.3.8**
102
+ ```html
103
+ 1.回传值时,人员、岗位、部门组件增加valueContent属性
104
+ 2.优化人员组件下拉框模式的宽度
105
+ 3.修复网格组件初始化时报错
106
+ 4.修复部门组件为多选时,动态http请求参数错误问题
107
+ ```
108
+
93
109
  **V 1.3.7**
94
110
  ```html
95
111
  1.修复从模板导入的组件,增加设置的fixedItemID属性,无法返回问题