@kyfe/ks-query-table 0.3.1 → 0.3.2-beta.1

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.
Files changed (3) hide show
  1. package/README.md +6 -0
  2. package/index.js +3 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,12 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.3.2-beta.1
8
+
9
+ - 支持盘中权限
10
+ - 盘中行权限:通过请求头处理展示无结果状态
11
+ - 盘中字段权限:内容展示为雪花,点击 toast 提示
12
+
7
13
  ### v0.3.1
8
14
 
9
15
  - `beforeHttp` 支持返回 `params.orderByClauses` 自定义请求时的排序参数