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 bc93d89 commit 0a6b176Copy full SHA for 0a6b176
docs/drip-table/changelog/index.md
@@ -5,6 +5,11 @@ title: 更新日志
5
6
## 更新日志
7
8
+### 2022.03.31 `v1.3.7`
9
+
10
+* 🐞 修复生命周期函数没有执行的问题。
11
+* 🆕 注册函数统一增加当前表格信息参数用于处理子表调用。
12
13
### 2022.03.31 `v1.3.6`
14
15
* 🐞 修复 render-html 组件渲染可能白屏的问题。
packages/drip-table/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "drip-table",
3
- "version": "1.3.6",
+ "version": "1.3.7",
4
"description": "A tiny and powerful enterprise-class solution for building tables.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
0 commit comments