@hzab/list-render 0.0.12 → 0.0.13

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/CHANGELOG ADDED
@@ -0,0 +1,32 @@
1
+ # @hzab/list-render@0.0.12
2
+
3
+ - ListRender filters 支持 Grid 嵌套
4
+ - DataModel 支持设置 默认 axios
5
+
6
+ # @hzab/list-render@0.0.9
7
+
8
+ - DataModel response.data.data 为空报错问题处理
9
+
10
+ # @hzab/list-render@0.0.8
11
+
12
+ - 编辑中的详情请求,支持配置是否使用 id 作为入参的
13
+
14
+ # @hzab/list-render@0.0.7
15
+
16
+ - 修复 query display 问题
17
+ - query allowClear: true
18
+
19
+ # @hzab/list-render@0.0.3
20
+
21
+ - 支持 FormGrid 表单项
22
+
23
+ # @hzab/list-render@0.0.2
24
+
25
+ - DidMount 问题修复
26
+ - dialog catch
27
+ - form render components
28
+ - data-model
29
+
30
+ # @hzab/list-render@0.0.1
31
+
32
+ 组件初始化
package/README.md CHANGED
@@ -233,7 +233,6 @@ async function test() {
233
233
  - 发布目录:
234
234
  - lib
235
235
  - src
236
- - example
237
236
 
238
237
  ### 迭代发布命令
239
238