@gonsin/gview 1.1.9 → 1.1.10
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 +9 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -141,6 +141,15 @@ sessionStorage.setItem(config.LOCAL_USER, JSON.stringify(res.data));
|
|
|
141
141
|
|
|
142
142
|
## 版本更新日志
|
|
143
143
|
|
|
144
|
+
### 1.1.10 `2023-01-09`
|
|
145
|
+
|
|
146
|
+
- 🐛 fix:
|
|
147
|
+
- `GForm` 修改表单区块显示内容
|
|
148
|
+
- `GTable` 修改表格单元列宽度根据权重调整
|
|
149
|
+
- `GTable` 修复表格表单字段错乱导致提交出错问题
|
|
150
|
+
- ✨ feat:
|
|
151
|
+
- `GDialog` 添加对话框过渡动画
|
|
152
|
+
|
|
144
153
|
### 1.1.9 `2023-01-06`
|
|
145
154
|
|
|
146
155
|
- 🐛 fix:
|