Skip to content

Releases: iway1/react-ts-form

v1.6.0 - Nested Field Support

31 Mar 23:44
dbf9064
Compare
Choose a tag to compare

Fields nested in z.object() will now be recursively rendered if no matching schema is found

What's Changed

  • Fix recursive form generation typescript perf by @scamden in #98

Full Changelog: 1.5.1...1.6.0

v1.5.1

31 Mar 17:22
94398d0
Compare
Choose a tag to compare

What's Changed

  • Lower required version of React in peerDependencies by @antcar112 in #99

New Contributors

Full Changelog: 1.5.0...1.5.1

v1.5.0 - Schema Information Hooks

29 Mar 22:38
8e4700d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.5...1.5.0

v1.4.5

14 Mar 21:59
e80f5df
Compare
Choose a tag to compare

What's Changed

  • now supports passing both form and default values by @iway1 in #91

Full Changelog: 1.4.4...1.4.5

v1.4.4

14 Mar 19:48
5d3b6f6
Compare
Choose a tag to compare

What's Changed

  • Revert "fixes issue when passing defaultValues and 'form' prop" by @iway1 in #90

Full Changelog: 1.4.3...1.4.4

v1.4.3

14 Mar 14:25
d909692
Compare
Choose a tag to compare

What's Changed

  • fixes issue when passing defaultValues and 'form' prop by @iway1 in #89

Full Changelog: 1.4.2...1.4.3

v1.4.2

12 Mar 22:12
0e5e6d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

v1.4.1 - Form Layouts

11 Mar 01:08
8928909
Compare
Choose a tag to compare

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

Full Changelog: 1.4.0...1.4.1

v1.3.1

07 Mar 03:02
cc57a01
Compare
Choose a tag to compare

What's Changed

  • fixes bug where hidden ids weren't found when using optional etc by @iway1 in #76

Full Changelog: 1.3.0...1.3.1

v1.3.0

01 Mar 04:44
534acc1
Compare
Choose a tag to compare

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