@gonsin/gview 1.1.16 → 1.1.17
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 +5 -3
package/README.md
CHANGED
|
@@ -149,6 +149,15 @@ sessionStorage.setItem(config.LOCAL_USER, JSON.stringify(res.data));
|
|
|
149
149
|
|
|
150
150
|
## 版本更新日志
|
|
151
151
|
|
|
152
|
+
### 1.1.17 `2023-03-22`
|
|
153
|
+
|
|
154
|
+
- 🐛 fix:
|
|
155
|
+
- fix(GTable): 修复表格数据更新之后视图不更新的问题
|
|
156
|
+
- fix: 更新axios配置
|
|
157
|
+
- fix: 优化代码
|
|
158
|
+
- ✨ feat:
|
|
159
|
+
- feat: 添加 glicense
|
|
160
|
+
|
|
152
161
|
### 1.1.16 `2023-03-03`
|
|
153
162
|
|
|
154
163
|
- 🐛 fix:
|