Skip to content

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

New Context release!

28 Jul 12:58
Compare
Choose a tag to compare

This package was switched to new Context API in order to use future versions of React, but projects with legacy context will keep working

Dependencies update

29 Jan 07:54
Compare
Choose a tag to compare
2.0.10

2.0.10 release

Material UI v4 support

10 Jun 07:09
Compare
Choose a tag to compare

Also added removeValidationRule function

Persist submit event release

18 Apr 06:57
Compare
Choose a tag to compare

Now you can use event from submit function as well

Regression fix release

28 Feb 08:35
Compare
Choose a tag to compare

Fixed form submit in Promise using case
isFormValid now returns Promise

Promise support release

19 Feb 12:21
Compare
Choose a tag to compare

You can use promises in your custom validations!

Debounced forms reset fix

04 Dec 06:45
Compare
Choose a tag to compare
2.0.3

Update lock file

Fix npm audit

20 Sep 08:27
Compare
Choose a tag to compare

Also update deps

2.0.1

17 Jul 06:27
Compare
Choose a tag to compare

Allow setting error externally - #80 (@kmarple1)

Stable release for material-ui v1

28 Jun 06:38
Compare
Choose a tag to compare
2.0.0

Exclude withRequiredValidator from input props.