@kyfe/ks-query-table 0.3.5 → 0.3.7
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/README.md +8 -0
- package/index.js +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.3.7
|
|
8
|
+
- 列初始化逻辑添加日志输出,可通过 `@logger` 事件接收
|
|
9
|
+
|
|
10
|
+
### v0.3.6
|
|
11
|
+
- 边框不触发事件
|
|
12
|
+
- 修改导出 pe-table 的方式,并添加常用方法的导出
|
|
13
|
+
- 修改 `beforeHttp` 返回的 `params.orderByClauses` 支持的类型,改成只支持传入有长度的数组
|
|
14
|
+
|
|
7
15
|
### v0.3.5
|
|
8
16
|
- 高亮行改成 `pointerdown` + `pointerup` 组合模拟的点击事件触发,而不是直接通过 `pointerup` 事件触发,避免滑动时直接高亮
|
|
9
17
|
|