@kyfe/ks-query-table 0.1.11-beta.5 → 0.1.11-beta.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.
Files changed (3) hide show
  1. package/README.md +8 -0
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,14 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.1.11-beta.7
8
+
9
+ - 解决表格滑动过程中突然卡住无法滑动的问题
10
+
11
+ ### v0.1.11-beta.6
12
+
13
+ - 关闭横屏方法 closeHorizontal 内添加判断当前是否是横屏状态
14
+
7
15
  ### v0.1.11-beta.5
8
16
 
9
17
  - 修复切换到横屏后跳转页面,返回原页面时宽高错误的问题