@kyfe/ks-query-table 0.2.9 → 0.2.11
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.
- package/README.md +8 -4
- package/index.js +3 -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.11
|
|
8
|
+
|
|
9
|
+
- 抽屉布局横屏后表格不滚动问题修复
|
|
10
|
+
|
|
11
|
+
### v0.2.10
|
|
12
|
+
|
|
13
|
+
- 抽屉布局边界判断调整,增加 1px 冗余计算
|
|
14
|
+
|
|
7
15
|
### v0.2.9
|
|
8
16
|
|
|
9
17
|
- 滚动连锁调整:滚动到边界后,不会直接滚动容器,而是要再次滑动才会滚动容器
|
|
@@ -119,11 +127,7 @@
|
|
|
119
127
|
|
|
120
128
|
### v0.1.12
|
|
121
129
|
|
|
122
|
-
- 解决表格切横屏跳转下级页面,返回后卡死的问题
|
|
123
|
-
- 解决从上级页面进入本页面,切横屏,展开折叠屏不能关闭横屏模式的问题
|
|
124
|
-
- 解决表格滑动过程中突然卡住无法滑动的问题
|
|
125
130
|
- 关闭横屏方法 `closeHorizontal` 内添加判断当前是否是横屏状态
|
|
126
|
-
- 修复切换到横屏后跳转页面,返回原页面时宽高错误的问题
|
|
127
131
|
- 加解密
|
|
128
132
|
- 点击解密后发出 `decrypt` 事件
|
|
129
133
|
- 内置支持 监控 字段展示为蓝色
|