@kyfe/ks-query-table 0.2.0-beta.1 → 0.2.0-beta.2
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.
- package/README.md +6 -1
- package/index.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,11 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
## Release Log
|
|
6
6
|
|
|
7
|
-
### v0.2.0-beta.
|
|
7
|
+
### v0.2.0-beta.2
|
|
8
8
|
|
|
9
9
|
- 个性设置支持多端同步
|
|
10
10
|
- 添加 customParams 入参,允许用户传入自定义的参数用于列渲染
|
|
11
11
|
|
|
12
|
+
### v0.1.21
|
|
13
|
+
|
|
14
|
+
- 调整 updateTableData 的数据唯一键 idsKey 的默认值为 'id'(原本是 'code')
|
|
15
|
+
- 调整字段解密的数据唯一键为 bizIdKey || idsKey
|
|
16
|
+
|
|
12
17
|
### v0.1.20
|
|
13
18
|
|
|
14
19
|
- 完善解密事件 decrypt 的透出参数,添加 isFixRow、decryptData
|