Skip to content

Commit 70f34d3

Browse files
committed
feat(fr):v1.9.9
2 parents a24b127 + 31e3034 commit 70f34d3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Diff for: packages/form-render/CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# Changelog
22

3-
## 1.9.8
3+
## 1.9.9
44

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

7+
## 1.9.8
8+
9+
- [+] 更新`virtualList`样式
10+
711
## 1.9.7
812

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

1115
## 1.9.6
1216

1317
- [+] 更新`schema`类型声明
14-
18+
1519
## 1.9.5
1620

1721
- [+] 扩展`watch`的能力

Diff for: packages/form-render/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "form-render",
3-
"version": "1.9.8",
3+
"version": "1.9.9",
44
"description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成",
55
"keywords": [
66
"Form",

Diff for: packages/form-render/src/form-render-core/src/core/RenderChildren/RenderList/VirtualList.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const VirtualList = ({
161161

162162
<Table
163163
rowKey="index"
164-
scroll={{ y: scrollY, x: 'max-content' }}
164+
scroll={{ y: scrollY }}
165165
components={vt}
166166
size="small"
167167
columns={columns}

0 commit comments

Comments
 (0)