Skip to content

v1.1.0

Choose a tag to compare

@artalat artalat released this 07 Apr 18:43
· 157 commits to master since this release

1.1.0 (2019-04-07)

Bug Fixes

  • FormFields: name prop is auto generated if not provided (9d85d49)
  • FormRangeInput: Fixed type prop (0254f89)
  • FormTextInput: Fixed an issue where input wasnt working (284171f)
  • README: Fixed markdown issues (832e781)

Features

  • Initial Commit (e785a29)
  • Form: Form component is now native proof (08dfe45)
  • FormActions: Added Form Actions component (d66ab74)
  • FormFields: New FormFields component to render multiple fields (6965647)
  • FormSubmitButton: Added loading state (a5e5e30)
  • JsonForm: Added Checkbox & Switch support (dc1942a)
  • JsonForm: Now renders any component in place of a field (8440d6a)
  • JsonForm: Updated BaseFormField styles (a2f5f77)
  • JsonLayout: Added JsonLayout component (9180022)
  • JsonSchemaParser: Added JsonSchemaParser class (766688a)

Performance Improvements

  • JsonForm: Performance updates, avoid excessive rerenders (5abab94)