@kyfe/ks-query-table 0.3.10 → 0.3.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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/index.js +3 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,9 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.3.11
8
+ - 添加 `forceScrollYInHorizontal` 控制横屏时是否强制允许滚动
9
+
7
10
  ### v0.3.10
8
11
  - 解决固定列之间的间隙问题
9
12
  - 添加支持 `drawColumnOptions` 配置自定义渲染函数,功能覆盖 `rowCellRenderOptions`、`headerCellRenderOptions`,并额外支持配置单元格气泡的自定义渲染 `popoverContent`