Skip to content

Commit

Permalink
release: drip-table 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Mar 31, 2022
1 parent 0932271 commit 836fb44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/drip-table/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ title: 更新日志

## 更新日志

### 2022.03.31 `v1.3.6`

* 🐞 修复 render-html 组件渲染可能白屏的问题。

### 2022.03.31 `v1.3.5`

* 🐞 修复 TypeScript 注释消失的问题。
* 🆕 增加 Schema 控制表格 className 与 style 的功能。

### 2022.03.31 `v1.3.4`

* 🐞 修复未知组件渲染时没有正确提示的问题。
Expand Down
2 changes: 1 addition & 1 deletion packages/drip-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drip-table",
"version": "1.3.5",
"version": "1.3.6",
"description": "A tiny and powerful enterprise-class solution for building tables.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 836fb44

Please sign in to comment.