Releases: iway1/react-ts-form
Releases · iway1/react-ts-form
v1.6.0 - Nested Field Support
Fields nested in z.object()
will now be recursively rendered if no matching schema is found
What's Changed
Full Changelog: 1.5.1...1.6.0
v1.5.1
What's Changed
- Lower required version of React in peerDependencies by @antcar112 in #99
New Contributors
- @antcar112 made their first contribution in #99
Full Changelog: 1.5.0...1.5.1
v1.5.0 - Schema Information Hooks
What's Changed
- add schema-aware field hooks by @tyler-mitchell in #95
New Contributors
- @tyler-mitchell made their first contribution in #95
Full Changelog: 1.4.5...1.5.0
v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1 - Form Layouts
What's Changed
- Feat: Add docs site by @kroucher in #77
- Revert "Recursive generation for objects and arrays" by @iway1 in #78
- fix(docs): Update Docs for consistency by @chukwumaokere in #79
- adds docs for form layouts, finalizes layouts api by @iway1 in #80
New Contributors
- @kroucher made their first contribution in #77
- @chukwumaokere made their first contribution in #79
Full Changelog: 1.4.0...1.4.1
v1.3.1
v1.3.0
Big shoutout to @scamden for coming up with a great solution to implementing custom layouts!
What's Changed
- enable custom layouts and maybe inter-field conditional display by @scamden in #66
- add MIT license by @scamden in #69
- pass promise to handleSubmit to fix submit state tracking by @scamden in #68
New Contributors
Full Changelog: 1.2.0...1.3.0