Skip to content

v1.0.6

Choose a tag to compare

@glasserc glasserc released this 10 Jan 03:52
a9afe48

Minor features

  • Add prepare script to package.json. (#1071)
  • Add support for onFocus and onBlur for BooleanField. (#1065)
  • Add submit method on Form for programmatic submission. (#1058)
  • Add a disabled prop to Form. (#1056)
  • Support references in dependencies. (#1005)
  • Add preliminary support for additionalDependencies. (#1021)

Bug fixes

  • Update README with useful information about templates, fields, and widgets. (#1053)
  • Make call to Form#onSubmit synchronous. (#1068)
  • Add wrapper element around required asterisk in TitleField, making it consistent with SchemaField. (#1001)