Skip to content

Releases: nmbrone/refova

v0.3.0

17 Aug 11:19
Compare
Choose a tag to compare
  • Rename option validateWhenPropsChange to initialValidation: b7bbedb
  • Added new injected property isValid to injected props: 6690fea
  • Added new injected handler handleSubmit: f6224ad

v0.2.2

15 Aug 12:12
Compare
Choose a tag to compare
  • Fix helpers test: 96b5d25
  • Provided callback for setValue/setValues methods: 5c2cfb5

v0.2.1

15 Aug 11:32
Compare
Choose a tag to compare
  • Added support for checkboxes in built-in handlers: 7e48ce2

v0.2.0

14 Aug 06:54
Compare
Choose a tag to compare

Method 'validateValue' was improved and renamed to 'validate'. Now it returns a Boolean value to indicate whether all stored values are valid.