@gonsin/gview 1.1.16 → 1.1.18
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 +17 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -149,6 +149,23 @@ sessionStorage.setItem(config.LOCAL_USER, JSON.stringify(res.data));
|
|
|
149
149
|
|
|
150
150
|
## 版本更新日志
|
|
151
151
|
|
|
152
|
+
### 1.1.18 `2023-03-29`
|
|
153
|
+
|
|
154
|
+
- ✨ feat:
|
|
155
|
+
- 修改表单验证和动态显示逻辑
|
|
156
|
+
1. 修改区块动态显示使用v-if而不是样式隐藏
|
|
157
|
+
2. 修改表单验证获取当前表单项的来源
|
|
158
|
+
- example项目中添加 glicense
|
|
159
|
+
|
|
160
|
+
### 1.1.17 `2023-03-22`
|
|
161
|
+
|
|
162
|
+
- 🐛 fix:
|
|
163
|
+
- fix(GTable): 修复表格数据更新之后视图不更新的问题
|
|
164
|
+
- fix: 更新axios配置
|
|
165
|
+
- fix: 优化代码
|
|
166
|
+
- ✨ feat:
|
|
167
|
+
- feat: 添加 glicense
|
|
168
|
+
|
|
152
169
|
### 1.1.16 `2023-03-03`
|
|
153
170
|
|
|
154
171
|
- 🐛 fix:
|