@kyfe/ks-query-table 0.4.5 → 0.4.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 +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.4.6
8
+ - 个性设置下线 配置工具 功能
9
+ - 表格配置 `config.url` 时,默认展示空白(而不是无结果)
10
+
7
11
  ### v0.4.5
8
12
  - 解决 `cell-click` 事件回传的 `rowData` 修改了无法同步变更页面的问题
9
13