@hzab/form-render 1.6.3 → 1.6.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # @hzab/form-render@1.6.3
2
+
3
+ fix: 修复LocationListPicker组件的Pupup弹窗在某些时候漂移的bug。
4
+
1
5
  # @hzab/form-render@1.6.2
2
6
 
3
7
  feat:自增列表组件新增删除二次确认功能
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hzab/form-render",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "",
5
5
  "main": "src",
6
6
  "scripts": {