Releases: ZerryStack/react-formz
Releases · ZerryStack/react-formz
v0.3.0-beta
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
- Added more test coverage
- Exported hook versions of
Field
andDependentField
viauseField
anduseDependentField
- BREAKING reorganized generic type parameters for
Field
from<Key, Value>
to<Value, Key>
v0.1.4-beta
- 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
BREAKING CHANGES
- Removed
storeValue
prop fromField
to simplify usage of fields. - The generic
Key
parameter of aField
now comes after theValue
paramater making the signature<Value, Key, Element>
v0.0.16-beta
- Simplified typescript types for fields
- Added more documentation to website
- Added more test coverage
v0.0.14-beta
- Fixes an issue with array fields not validating
- Added more test coverage
v0.0.12-beta
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.