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