@kyfe/ks-query-table 0.3.6 → 0.3.8

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.8
8
+ - 添加 `autoResetScrollTop` 控制加载数据时是否滚动回顶部,默认为 `true`
9
+
10
+ ### v0.3.7
11
+ - 列初始化逻辑添加日志输出,可通过 `@logger` 事件接收
12
+
7
13
  ### v0.3.6
8
14
  - 边框不触发事件
9
15
  - 修改导出 pe-table 的方式,并添加常用方法的导出