Skip to content

Releases: zackify/validify

4.0

12 Apr 19:10
Compare
Choose a tag to compare
4.0

Use React.Fragment instead of div as wrapper. No longer will it pass props through to root element, render a surrounding div and put props on that instead. Breaking change style wise for people, so new major version.

b639342

3.1

19 Dec 16:33
Compare
Choose a tag to compare

3.0.1

29 Oct 03:27
Compare
Choose a tag to compare

Stable v3 release

upgrade by changing

import Form from 'react-validify'
to
import { Form } from 'react-validify'

If you use onValues and onErrors, import { BaseForm } from 'react-validify'

3.0.0-beta.2

19 Oct 14:10
Compare
Choose a tag to compare

3.0.0-beta.1

13 Oct 15:20
Compare
Choose a tag to compare

2.0.10

27 Sep 15:08
Compare
Choose a tag to compare

2.0.9

27 Sep 15:03
Compare
Choose a tag to compare

2.0.8

15 Sep 13:21
Compare
Choose a tag to compare

2.0.7

14 Sep 15:21
Compare
Choose a tag to compare

2.0.6

13 Sep 16:25
Compare
Choose a tag to compare