@gonsin/gview 1.1.11 → 1.1.12
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 +15 -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,21 @@ sessionStorage.setItem(config.LOCAL_USER, JSON.stringify(res.data));
|
|
|
141
141
|
|
|
142
142
|
## 版本更新日志
|
|
143
143
|
|
|
144
|
+
### 1.1.12 `2023-01-13`
|
|
145
|
+
|
|
146
|
+
- 🐛 fix:
|
|
147
|
+
- `GTable` 调整表格图片显示
|
|
148
|
+
- 批量操作时传递 props
|
|
149
|
+
- `socket` 修复 WebSocket 断开时报错
|
|
150
|
+
- 更新项目开发代理配置
|
|
151
|
+
- `GForm` 新增表单组件可清除功能
|
|
152
|
+
- ✨ feat:
|
|
153
|
+
- `GForm`:
|
|
154
|
+
- 添加表单验证功能
|
|
155
|
+
- 表单上传组件显示内容修改
|
|
156
|
+
- 修复表单选项不更新问题
|
|
157
|
+
- 请求头中添加 lang 字段
|
|
158
|
+
|
|
144
159
|
### 1.1.11 `2023-01-11`
|
|
145
160
|
|
|
146
161
|
- 🐛 fix:
|