Skip to content

Releases: ZerryStack/react-formz

v0.3.0-beta

19 Sep 15:42
Compare
Choose a tag to compare

This release is a complete refactor of react-formz into 3 seperate packages:

  • core
  • web
  • native

React Formz now supports react native with an almost identical api!

You can install the native package using the name @zerry/react-formz-native. Updated documentation on the react native package will be coming soon.

v0.2.1-beta

13 Sep 17:36
Compare
Choose a tag to compare
  • Added more test coverage
  • Exported hook versions of Field and DependentField via useField and useDependentField
  • BREAKING reorganized generic type parameters for Field from <Key, Value> to <Value, Key>

v0.1.4-beta

13 Sep 00:31
Compare
Choose a tag to compare
  • Add schema validation capabilities
  • Add zod schema validation via @zerry/react-formz-validators-zod
  • Add tests
  • Fix minor bugs in logic

v.0.1.0-beta

12 Sep 00:20
Compare
Choose a tag to compare

BREAKING CHANGES

  • Removed storeValue prop from Field to simplify usage of fields.
  • The generic Key parameter of a Field now comes after the Value paramater making the signature <Value, Key, Element>

v0.0.16-beta

11 Sep 20:43
Compare
Choose a tag to compare
  • Simplified typescript types for fields
  • Added more documentation to website
  • Added more test coverage

v0.0.14-beta

10 Sep 20:26
Compare
Choose a tag to compare
  • Fixes an issue with array fields not validating
  • Added more test coverage

v0.0.12-beta

10 Sep 03:18
Compare
Choose a tag to compare

Beta version of react-formz released. Its' pretty stable at the moment however it's incomplete in functionality. More will be added over the coming weeks.