Skip to content

Releases: insin/react-auto-form

v3.0.0

16 May 09:34
Compare
Choose a tag to compare

Breaking change: updated to get-form-data@3 - checkbox inputs without a value will now return true as their value when checked, instead of 'on'.

v2.0.0

01 Jan 22:40
Compare
Choose a tag to compare

Added React 16 support.

v1.3.0

10 Jul 01:07
Compare
Choose a tag to compare

Added a component prop to specify the component rendered by AutoForm, defaulting to 'form'.

Fixed unknown props warning with React 15.2.x.

v1.2.5

10 Jul 01:08
Compare
Choose a tag to compare

Added ES6 module build.

v1.2.4

12 Nov 20:06
Compare
Choose a tag to compare

Changed UMD build directory.

v1.2.3

10 Nov 13:16
Compare
Choose a tag to compare

Changed how the module is published to npm.

v1.2.2

10 Nov 13:16
Compare
Choose a tag to compare

Updated to get-form-data v1.2.2 - ignore inputs with no name or id.

v1.2.1

11 Mar 02:53
Compare
Choose a tag to compare

Updated to get-form-data v1.2.1 - <fieldset> elements in form.elements are now ignored.

v1.2.0

11 Mar 02:53
Compare
Choose a tag to compare

Updated to get-form-data v1.2.0 - file input data are now native File objects when possible.

v1.1.0

10 Feb 17:04
Compare
Choose a tag to compare

Added: trimOnSubmit prop