Skip to content

v0.9.1

Compare
Choose a tag to compare
@tkrotoff tkrotoff released this 05 Jul 22:59
· 221 commits to master since this release

Features

  • <Input> component for field styling
  • Material-UI integration with react-form-with-constraints-material-ui
  • hasFeedbacks() to implement reset button

Breaking Changes

  • FieldFeedback uses <span style="display: block"> instead of <div> in order to be a child of <p>
  • HTML: styling done on FieldFeedback with classes props instead of FormWithConstraints.fieldFeedbackClassNames
  • React Native: styling done on FieldFeedback with theme props instead of FormWithConstraints.fieldFeedbackStyles
  • Rename TypeScript Input to InputElement