@kyfe/ks-query-table 0.3.19-beta.0 → 0.3.19-beta.1

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 -1
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,8 +4,11 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
- ### v0.3.19-beta.0
7
+ ### v0.3.19-beta.1
8
8
  - 拖拽列宽长按失效监控
9
+ - 个性设置弹窗宽度自适配优化
10
+ - 新增 `settings.widthInWidescreen` 属性,支持传入:`50%`-(默认)指定宽度、`auto`-按显示内容适配(折叠收起不计算)、`max-content`-按最大内容适配(包含计算折叠收起部分)
11
+ - 废弃 `settingDialogWidth` 属性,使用 `settings.widthInWidescreen` 替代
9
12
 
10
13
  ### v0.3.18
11
14
  - 解决表格滚动到右边界时,拖拽调小列宽导致右侧出现空白的问题