Skip to content

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

React 16 support for material-ui v1 version

07 Oct 08:46
Compare
Choose a tag to compare
2.0.0-beta.1

React 16 support.

React 16 support

07 Oct 08:30
Compare
Choose a tag to compare
1.0.1

React 16 support.

Split packages release

21 Sep 10:04
Compare
Choose a tag to compare

Breaking changes

Validation logic was moved into react-form-validator-core
You must install it in order to use ValidatorForm and ValidatorComponent

Experimental support form material-ui v1

12 Sep 07:30
Compare
Choose a tag to compare
1.0.0-beta.4

Bump version

0.5.1

01 Sep 14:37
Compare
Choose a tag to compare

Readme update

0.5.0

09 Jun 07:56
Compare
Choose a tag to compare
Added validatorListener for fields.

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.