Skip to content

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

Exclude custom props from input

28 Jun 06:37
Compare
Choose a tag to compare

Exclude withRequiredValidator

@material-ui/core support

15 May 06:47
Compare
Choose a tag to compare
Pre-release

OId material/ui v1 will not supported anymore

2.0.0-beta.9

19 Apr 07:24
Compare
Choose a tag to compare
2.0.0-beta.9 Pre-release
Pre-release

Update deps

1.1.4

19 Apr 06:45
Compare
Choose a tag to compare

Sync with react-form-validator-core version

React 16.3 support

10 Apr 09:32
Compare
Choose a tag to compare
2.0.0-beta.8

Fix wrong build.

React 16.3 support

10 Apr 09:33
Compare
Choose a tag to compare
1.1.3

Fix wrong build.

New features release

01 Feb 09:06
Compare
Choose a tag to compare
  • AutocompleteValidator was removed because material-ui v1 doesn't have built-in implementation. You must implement your own Validator component in order to validate Autocomplete
  • core validations was moved to react-form-validator-core so you can use latest validation features in your forms

Expose components release

01 Feb 08:54
Compare
Choose a tag to compare

Now you don't need to install react-form-validator-core, compatible version will be installed automatically. 🍦
Just import all required components from react-material-ui-form-validator

- import { ValidatorForm } from 'react-form-validator-core';
- import { TextValidator } from 'react-material-ui-form-validator';
+ import { ValidatorForm, TextValidator } from 'react-material-ui-form-validator';

`debounce` release

16 Jan 09:32
Compare
Choose a tag to compare

Update deps to have debounce feature

1.0.5

03 Jan 07:14
Compare
Choose a tag to compare

update deps