@kyfe/ks-query-table 0.3.15 → 0.3.16

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 +4 -0
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.3.16
8
+ - 个性设置支持列配置 `expand` 控制默认折叠状态
9
+ - 单元格气泡逻辑优化,即使单元格拖拽过大小,也能保证气泡展示位置准确
10
+
7
11
  ### v0.3.15
8
12
  - 兼容列配置 `width` 属性为字符串的场景,解决气泡位置计算错误的问题
9
13
  - 支持通过 `KsQueryTable.config` 全局配置表格内接口的 `headers`