Skip to content

Commit

Permalink
feat(fr):v1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
siyi98 committed Mar 23, 2022
2 parents a24b127 + 31e3034 commit 70f34d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions packages/form-render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Changelog

## 1.9.8
## 1.9.9

- [+] 更新`schema`类型声明

## 1.9.8

- [+] 更新`virtualList`样式

## 1.9.7

- [+] 对嵌套的`对象类型`组件扩展`schema`,新增`collapsed`属性用于控制面板折叠。

## 1.9.6

- [+] 更新`schema`类型声明

## 1.9.5

- [+] 扩展`watch`的能力
Expand Down
2 changes: 1 addition & 1 deletion packages/form-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-render",
"version": "1.9.8",
"version": "1.9.9",
"description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成",
"keywords": [
"Form",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const VirtualList = ({

<Table
rowKey="index"
scroll={{ y: scrollY, x: 'max-content' }}
scroll={{ y: scrollY }}
components={vt}
size="small"
columns={columns}
Expand Down

0 comments on commit 70f34d3

Please sign in to comment.