@gonsin/gview 1.1.1 → 1.1.3

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,11 +1,11 @@
1
1
  # GView
2
2
 
3
+ GView 项目的前端部分,接收处理来自服务器的 JSON 格式数据快速生成对应的表单、表格等视图。
4
+
3
5
  <a href="https://www.npmjs.com/package/@gonsin/gview">
4
6
  <img src="https://img.shields.io/npm/v/@gonsin/gview.svg?sanitize=true" alt="Version">
5
7
  </a>
6
8
 
7
- GView 项目的前端部分,接收处理来自服务器的 JSON 格式数据快速生成对应的表单、表格等视图。
8
-
9
9
  ## 安装依赖
10
10
 
11
11
  ```sh
@@ -85,3 +85,27 @@ proxy: {
85
85
  // 引入提供的axios封装工具
86
86
  import { http } from "@gonsin/gview";
87
87
  ```
88
+
89
+ ## 版本更新日志
90
+
91
+ ### 1.1.0
92
+
93
+ - 使用 TypeScript + TDesign 重构项目代码,更换掉原来的组件库 ElementUI。
94
+
95
+ ### 1.1.1
96
+
97
+ - fix(7e6faa2): `GTab`/`GDialog` 修复 tab 和对话框动态加载组件出错问题
98
+ - fix(efe8365): `GForm`/`GTable` 修复 v 方法找不到导致动态渲染内容无法显示问题
99
+ - fix(e301593): `GLayout` 修复头部下拉框消失问题
100
+ - fix(840a93a): 修改打包构建配置
101
+
102
+ ### 1.1.2
103
+
104
+ - fix(06c7839): 修复 babel 依赖打包后报错问题
105
+
106
+ ### 1.1.3
107
+
108
+ - fix(f10e6e4): `GForm` 修改 TreeCheckBox 选中值模式包括父节点
109
+ - fix(c80791f): `GLayout` 修复切换 tab 菜单时丢失路径携带的参数导致页面空白的问题
110
+ - fix(f934526): `GTable` 完善表格视图的分页功能
111
+ - fix(9c90248): 完善路由守卫