We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e51078 commit a42dfdaCopy full SHA for a42dfda
docs/drip-table/changelog.md
@@ -5,6 +5,10 @@ title: 更新日志
5
6
## 更新日志
7
8
+### 2022.06.22 `v1.4.0`
9
+
10
+* 🆕 增加 tableInfo 表格数据透传属性。
11
12
### 2022.06.15 `v1.3.15`
13
14
* 🆕 Schema.pagination.pageSize 允许为空。
packages/drip-table/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "drip-table",
3
- "version": "1.3.15",
+ "version": "1.4.0",
4
"description": "A tiny and powerful enterprise-class solution for building tables.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
0 commit comments