Skip to content

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

Redo Select validator release

11 Dec 13:37
Compare
Choose a tag to compare

Breaking change

For now SelectValidator uses TextField component in select mode, to migrate you should remove formControl and inputLabel props and use label prop

<SelectValidator
    ...
-    formControl={FormControl}
-    inputLabel={InputLabel}
+    label="Label title"
/>

1.0.4

05 Dec 07:34
Compare
Choose a tag to compare

Update react-form-validator-core to ^0.2.0

Fix React 16 version

28 Nov 07:16
Compare
Choose a tag to compare
1.0.3

Bump version.

Improve React 16 support

13 Oct 09:53
Compare
Choose a tag to compare
Pre-release
  • remove refs from inputs

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.