Skip to content

Commit 836fb44

Browse files
committed
release: drip-table 1.3.6
1 parent 0932271 commit 836fb44

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/drip-table/changelog/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ title: 更新日志
55

66
## 更新日志
77

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+
817
### 2022.03.31 `v1.3.4`
918

1019
* 🐞 修复未知组件渲染时没有正确提示的问题。

packages/drip-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drip-table",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "A tiny and powerful enterprise-class solution for building tables.",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)