Version 0.1.5
Pre-release
Pre-release
Formularity Version 0.1.5 (alpha)
This release includes:
- Improved Type safety and inference - major TS tooling additions to the
<Field />
component for autocomplete and type safety - New Components
<SubmitButton />
and<ResetButton />
for easier form submission and resetting - Ability to use the library in standard Component mode, hook mode, or hybrid mode
- Initial strides towards adding validation library support
Updates to look forward to:
- Improvements to the values initializer
- Validation, validation, validation! Lots of improvements to current validation logic along with addition of field-level validation
- Disable-logic for submit button(s)
- Performance improvements
- Bug fixes