Skip to content

Releases: NewOldMax/react-material-ui-form-validator

0.4.0

06 Jun 10:11
Compare
Choose a tag to compare

Added onError callback for ValidatorForm. It will fire when some of validations fail.

0.3.2

29 May 14:11
Compare
Choose a tag to compare
'Value' prop can accept any type of value

Added 'object' prop type for 'value'

28 Apr 12:38
Compare
Choose a tag to compare

It was missing for AutoComplete/DatePicker/TimePicker

Moved to prop-types

19 Apr 14:02
Compare
Choose a tag to compare

Moved to prop-types.
Readme updated.
Handle errorText prop.

Fixed regexps with multiple ':'

05 Apr 09:44
Compare
Choose a tag to compare
  • carefully parse validator string to extract its name and param #6 (@ValYouW)

Travis and regexp fix

23 Mar 06:12
Compare
Choose a tag to compare
  • Added Travis to repository
  • Fixed matchRegexp validation #1 - @mrazicz

0.1.2

07 Mar 14:19
Compare
Choose a tag to compare
Added refs to inputs.

0.1.1

07 Mar 06:50
Compare
Choose a tag to compare
Value isn't required prop for now.

0.1.0

28 Feb 13:02
Compare
Choose a tag to compare
Fixed issue with ignored files.

0.0.7

28 Feb 11:13
Compare
Choose a tag to compare

Updated deps