@kyfe/ks-query-table 0.1.24 → 0.1.26

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 +8 -0
  2. package/index.js +3 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,14 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.1.26
8
+
9
+ - 解决滚动到底部拉起“没有更多了”之后,横向滑动不收起的问题
10
+
11
+ ### v0.1.25
12
+
13
+ - `beforeHttp`、`idsBeforeHttp`、`scrollBeforeHttp` 支持返回 `options` 参数,用于 http 请求
14
+
7
15
  ### v0.1.24
8
16
 
9
17
  - 释放单元格宽度拖拽变动事件 `cell-resize`