Skip to content

Releases: NewOldMax/react-form-validator-core

React 18 support

07 Jun 14:35
Compare
Choose a tag to compare
1.1.2

Add react 18 support

Move away from async/await

04 Feb 05:17
Compare
Choose a tag to compare
1.1.1

Move away from async

Fix duplicated validations

03 Feb 06:21
Compare
Choose a tag to compare
1.1.0

Fix duplicated validations

React 17 support

22 Jan 06:06
Compare
Choose a tag to compare
1.0.1

Add react 17 support

New Context release!

28 Jul 13:01
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
You should modify your components to use 1.x version. Check the Migration Guide section in Readme

Rules management update

16 Jun 09:34
Compare
Choose a tag to compare
0.7.0

Fix file validators, add new rules functions, update readme

Dependencies update

29 Jan 07:55
Compare
Choose a tag to compare
0.6.5

0.6.5 release

Rule management improvements

10 Jun 07:11
Compare
Choose a tag to compare

New function removeValidationRule

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:15
Compare
Choose a tag to compare

Fixed regression with ValidatorForm after using Promises
isFormValid now returns Promise