Skip to content

Commit

Permalink
chore(core): bump to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydenOrz committed Aug 17, 2023
1 parent bd9e88b commit 087e91b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [表单联动](./docs/Interaction.md)
- [自定义表单控件](./docs/Widget.md)
- [表单 Service](./docs/FormService.md)
- [CHANGELOG](./packages/core/CHANGELOG.zh-CN.md)

<br/>

Expand Down Expand Up @@ -80,6 +81,7 @@ const jsonConfig = {
export default jsonConfig;
```


## 在线编辑

[PlayGround](https://dtstack.github.io/dt-form-renderer/)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dt-form-renderer",
"version": "0.0.1",
"version": "0.0.2",
"description": "Render Interaction Form Via JSON",
"author": "Hayden",
"homepage": "https://github.com/DTStack/dt-form-renderer#readme",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<h1 align='center'> 更新日志 </h1>

## v0.0.2

`2023-8-17`

- 🐞 修正 JSON 配置校验器抛出的校验信息(([ba8c774](https://github.com/DTStack/dt-form-renderer/commit/ba8c774499bb8d0165bf24e3bf9f92c73657d5ac))
)。
- 🛠 为 `extraData.serviceLoading` 设置默认值,默认值为一个空对象。([d17c485](https://github.com/DTStack/dt-form-renderer/commit/d17c4857d2bbcf3f3a05aae01656b871653a81f6))
- 🛠 在组建挂载时,立即发布组建挂载事件以触发 `service`,而不是延迟执行。([94291d1](https://github.com/DTStack/dt-form-renderer/commit/94291d1318990d1739b9e1da39ba4e9f8e43d0db))
- 🆕 FormRenderer 新增 `onDerivedValuesChange` property。([263cac1](https://github.com/DTStack/dt-form-renderer/commit/263cac157711f5a843b5b2724da92889e223dd18))
- 🆕 JSON 配置中表单项新增 `required``noStyle` 属性。([50c6ebd](https://github.com/DTStack/dt-form-renderer/commit/50c6ebd9f06416580715f41151d2d241180c2b08))
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dt-form-renderer",
"version": "0.0.1",
"version": "0.0.2",
"description": "Render Interaction Form Via JSON",
"author": "Hayden",
"main": "esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dt-form-renderer-playground",
"version": "0.0.1",
"version": "0.0.2",
"description": "dt-form-renderer playground",
"author": "Hayden",
"homepage": "./",
Expand Down

0 comments on commit 087e91b

Please sign in to comment.