@kyfe/ks-query-table 0.2.0 → 0.2.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 +5 -0
  2. package/index.js +3 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,11 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.2.1
8
+
9
+ - 支持 `beforeInitColumns` 钩子,可以在初始化列的时候修改最终展示的列数据
10
+ - 支持 `settingsSaveOnlyModified` 参数,可使个性设置点“确认”时,仅在列的数据变更时才提交后台
11
+
7
12
  ### v0.2.0
8
13
 
9
14
  - 个性设置支持多端同步