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

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 +5 -4
  2. package/index.js +3 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,11 +4,12 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
- ### v0.3.2-beta.1
8
-
7
+ ### v0.3.2
9
8
  - 支持盘中权限
10
- - 盘中行权限:通过请求头处理展示无结果状态
11
- - 盘中字段权限:内容展示为雪花,点击 toast 提示
9
+ - 盘中行权限:无结果时,检查请求头是否包含盘中权限信息,有的话按照盘中无权限提示
10
+ - 盘中字段权限:内容展示为雪花,蓝色,可点击,点击后弹窗提示盘中无权限
11
+ - 复选框样式兼容处理:`appearance` 属性添加浏览器前缀
12
+ - 滚动节流逻辑优化:`touchstart` 的时候,`lastMoveTime` 应设置为0,确保首次 `touchmove` 能够完整执行
12
13
 
13
14
  ### v0.3.1
14
15