@kyfe/ks-query-table 0.2.8 → 0.2.10

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 +8 -0
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,14 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.2.10
8
+
9
+ - 抽屉布局边界判断调整,增加 1px 冗余计算
10
+
11
+ ### v0.2.9
12
+
13
+ - 滚动连锁调整:滚动到边界后,不会直接滚动容器,而是要再次滑动才会滚动容器
14
+
7
15
  ### v0.2.8
8
16
 
9
17
  - 滚动连锁:表格滚动到边界后,才开始滚动容器