@kyfe/ks-query-table 0.2.5 → 0.2.6

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 +3 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,13 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.2.6
8
+
9
+ - 调整内置的固定布局实现
10
+ - 修改事件监听方式,改成仅监听内置的布局容器
11
+ - 修改滚动事件的逻辑,表格和布局滚动时,阻止冒泡,仅在触顶和触底时正常冒泡,避免表格和布局滚动时拖动到外部(如:下拉刷新)
12
+ - 修改监听尺寸变化的实现,直接通过 `$refs` 的方式引用元素,确保引用元素的准确(用固定布局嵌套表格,`querySelector` 会查错元素)
13
+
7
14
  ### v0.2.5
8
15
 
9
16
  - 列配置的过滤器 `filter` 支持传入数组:按顺序执行,后一个过滤器以前一个过滤器的返回值作为入参