@kyfe/ks-query-table 0.4.1 → 0.4.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 -0
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,11 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.4.2
8
+ - `afterHttp` 回调函数添加第二个参数,返回请求的 `url`、`params`、`options`
9
+ - `updateColumns` 方法的 `keepCollapseStatus` 设置为 `true` 时,手动折叠操作的数据可以被传入的覆盖
10
+ - 解决点击列表空白区域报错的问题
11
+
7
12
  ### v0.4.1
8
13
  - 支持单元格合并
9
14
  - 解决手指持续滑动超出表格范围后,表格不会继续滚动的问题