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 0932271 commit 836fb44Copy full SHA for 836fb44
docs/drip-table/changelog/index.md
@@ -5,6 +5,15 @@ title: 更新日志
5
6
## 更新日志
7
8
+### 2022.03.31 `v1.3.6`
9
+
10
+* 🐞 修复 render-html 组件渲染可能白屏的问题。
11
12
+### 2022.03.31 `v1.3.5`
13
14
+* 🐞 修复 TypeScript 注释消失的问题。
15
+* 🆕 增加 Schema 控制表格 className 与 style 的功能。
16
17
### 2022.03.31 `v1.3.4`
18
19
* 🐞 修复未知组件渲染时没有正确提示的问题。
packages/drip-table/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "drip-table",
3
- "version": "1.3.5",
+ "version": "1.3.6",
4
"description": "A tiny and powerful enterprise-class solution for building tables.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
0 commit comments