Skip to content

Commit 087e91b

Browse files
committedAug 17, 2023
chore(core): bump to v0.0.2
1 parent bd9e88b commit 087e91b

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- [表单联动](./docs/Interaction.md)
1515
- [自定义表单控件](./docs/Widget.md)
1616
- [表单 Service](./docs/FormService.md)
17+
- [CHANGELOG](./packages/core/CHANGELOG.zh-CN.md)
1718

1819
<br/>
1920

@@ -80,6 +81,7 @@ const jsonConfig = {
8081
export default jsonConfig;
8182
```
8283

84+
8385
## 在线编辑
8486

8587
[PlayGround](https://dtstack.github.io/dt-form-renderer/)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dt-form-renderer",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Render Interaction Form Via JSON",
55
"author": "Hayden",
66
"homepage": "https://github.com/DTStack/dt-form-renderer#readme",

‎packages/core/CHANGELOG.zh-CN.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h1 align='center'> 更新日志 </h1>
2+
3+
## v0.0.2
4+
5+
`2023-8-17`
6+
7+
- 🐞 修正 JSON 配置校验器抛出的校验信息(([ba8c774](https://github.com/DTStack/dt-form-renderer/commit/ba8c774499bb8d0165bf24e3bf9f92c73657d5ac))
8+
)。
9+
- 🛠 为 `extraData.serviceLoading` 设置默认值,默认值为一个空对象。([d17c485](https://github.com/DTStack/dt-form-renderer/commit/d17c4857d2bbcf3f3a05aae01656b871653a81f6))
10+
- 🛠 在组建挂载时,立即发布组建挂载事件以触发 `service`,而不是延迟执行。([94291d1](https://github.com/DTStack/dt-form-renderer/commit/94291d1318990d1739b9e1da39ba4e9f8e43d0db))
11+
- 🆕 FormRenderer 新增 `onDerivedValuesChange` property。([263cac1](https://github.com/DTStack/dt-form-renderer/commit/263cac157711f5a843b5b2724da92889e223dd18))
12+
- 🆕 JSON 配置中表单项新增 `required``noStyle` 属性。([50c6ebd](https://github.com/DTStack/dt-form-renderer/commit/50c6ebd9f06416580715f41151d2d241180c2b08))

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dt-form-renderer",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Render Interaction Form Via JSON",
55
"author": "Hayden",
66
"main": "esm/index.js",

‎packages/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dt-form-renderer-playground",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "dt-form-renderer playground",
55
"author": "Hayden",
66
"homepage": "./",

0 commit comments

Comments
 (0)
Please sign in to comment.