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 9116039 commit ffbff25Copy full SHA for ffbff25
docs/drip-table/changelog/index.md
@@ -5,6 +5,11 @@ title: 更新日志
5
6
## 更新日志
7
8
+### 2022.03.31 `v1.3.8`
9
+
10
+* 🐞 修复 ref 引用逻辑混乱的问题。
11
+* 🆕 移除无意义的 DripTableProvider 组件。
12
13
### 2022.03.31 `v1.3.7`
14
15
* 🐞 修复生命周期函数没有执行的问题。
packages/drip-table/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "drip-table",
3
- "version": "1.3.8-alpha.0",
+ "version": "1.3.8",
4
"description": "A tiny and powerful enterprise-class solution for building tables.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
0 commit comments