Skip to content

v2.1.0

Compare
Choose a tag to compare
@CodeStix CodeStix released this 30 Apr 08:36
· 38 commits to master since this release

New:

  • The <Field/> component, a compact, form field component that replaces FormInput, FormSelect and FormInput.
  • The <FieldError/> component, the ultimate replacement for FormError.
  • <AnyListener/> now renders a JSON representation of the form if no render function is provided.
  • <Listener/> now renders the field value if no render functin is provided
  • Better naming: renamed useArrayForm -> useArrayField, useChildForm -> useObjectField