@gonsin/gview 2.0.24 → 2.0.25

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 CHANGED
@@ -1,6 +1,9 @@
1
1
 
2
2
  # gview-next
3
3
 
4
+ 实现自己的前端自动化工具,使用批注定义前端的表格、表单字段内容,免去繁琐的前端代码编写。
5
+ 更详细的说明文档 <https://www.yuque.com/dengbuladuo/gview>
6
+
4
7
  ## 版本更新记录
5
8
 
6
9
  ### 2.0.21 ~ 2.0.25
@@ -13,6 +16,9 @@
13
16
  + `2.0.24` fix(GForm): 修改表单相关问题
14
17
  + `2.0.24` fix(socket): 添加 socket 注册参数
15
18
  + `2.0.24` fix(GTable): 修改表格图片显示
19
+ + `2.0.25` fix(DialogPlugin): 修改对话框样式
20
+ + `2.0.25` fix(GForm): 修改表单 props 问题
21
+ + `2.0.25` fix: 修复过渡动画
16
22
  + 🔨 chore:
17
23
  + `2.0.21` chore: 更新tdesign-vue-next版本
18
24
  + `2.0.24` chore: 整理代码