Skip to content

Commit

Permalink
v9.0.0-beta8
Browse files Browse the repository at this point in the history
  • Loading branch information
cpylua committed Nov 9, 2020
1 parent 76161d4 commit 719b915
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/zent/RELEASE_v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 9.0.0-beta7 (2020-11-09)

- 🦀️ 视图模式下 `normalizeBeforeSubmit` 可选

## 9.0.0-beta7 (2020-11-09)

- [breaking change] 修改 `FormSelectField` props 的传递方式,所有 `Select` 的属性都通过 `props.props` 传递,和其他 `Field` 一致,受影响的只有 `multiple``options` 两个属性
-`Form` 视图模式增加 `normalizeBeforeSubmit` 支持
- 🦀️ 修复 model builder `normalizeBeforeSubmit` 运行时报错的问题
Expand Down
2 changes: 1 addition & 1 deletion packages/zent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zent",
"version": "9.0.0-beta7",
"version": "9.0.0-beta8",
"description": "一套前端设计语言和基于React的实现",
"bugs": "https://github.com/youzan/zent/issues",
"repository": {
Expand Down

0 comments on commit 719b915

Please sign in to comment.