@kyfe/ks-query-table 0.3.13 → 0.3.14

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 +2 -2
  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.14
8
+ - 个性设置列名搜索交互优化
9
+
7
10
  ### v0.3.13
8
11
  - 配置工具页面用 `sortablejs` 替换 `vuedraggable`,减少整体包大小(约30K)
9
12