@kyfe/ks-query-table 0.3.7 → 0.3.9

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.9
8
+ - 个性设置:小红点展示时,名称文案超长不会弹出气泡的问题修复
9
+
10
+ ### v0.3.8
11
+ - 添加 `autoResetScrollTop` 控制加载数据时是否滚动回顶部,默认为 `true`
12
+
7
13
  ### v0.3.7
8
14
  - 列初始化逻辑添加日志输出,可通过 `@logger` 事件接收
9
15