@kyfe/ks-query-table 0.3.17 → 0.3.19-beta.0

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 +7 -0
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,13 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.3.19-beta.0
8
+ - 拖拽列宽长按失效监控
9
+
10
+ ### v0.3.18
11
+ - 解决表格滚动到右边界时,拖拽调小列宽导致右侧出现空白的问题
12
+ - 优化拖拽列宽长按的逻辑,保证长按充足的时间后必定触发拖拽
13
+
7
14
  ### v0.3.17
8
15
  - 全局配置 `KsQueryTable.config` 扩展到所有内部接口
9
16
  - 拖拽列宽逻辑优化,确保内部数据的一致性,解决手动修改列宽不生效的问题