Skip to content

Commit efc9ead

Browse files
committed
Update changelog for react-zorm v0.8.0
1 parent 28f9e34 commit efc9ead

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

packages/react-zorm/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v0.8.0
2+
3+
2023-03-28
4+
5+
- Support multiple issues on a single field [#41](https://github.com/esamattis/react-zorm/pull/41)
6+
- Example <https://codesandbox.io/s/github/esamattis/react-zorm/tree/master/packages/codesandboxes/boxes/render-function?file=/src/App.tsx>
7+
- Add onFormData() helper [#44](https://github.com/esamattis/react-zorm/pull/44)
8+
- Example <https://codesandbox.io/s/github/esamattis/react-zorm/tree/master/packages/codesandboxes/boxes/formdata-event?file=/src/App.tsx>
9+
- Expose field type to the render function on the fields chain [#39](https://github.com/esamattis/react-zorm/pull/39)
10+
- See <https://github.com/esamattis/react-zorm/issues/25#issuecomment-1485653466>
11+
- Upgrade Remix example [#40](https://github.com/esamattis/react-zorm/pull/40)
12+
- See <https://github.com/esamattis/react-zorm/blob/master/packages/remix-example/app/routes/server-side-validation.tsx>
13+
14+
All changes https://github.com/esamattis/react-zorm/compare/react-zorm/v0.7.0...react-zorm/v0.8.0
15+
116
## v0.7.0
217

318
2023-03-25

0 commit comments

Comments
 (0)