Releases: insin/react-auto-form
Releases · insin/react-auto-form
v3.0.0
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'
.
v1.3.0
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.4
Changed UMD build directory.
v1.2.3
Changed how the module is published to npm.
v1.2.2
Updated to get-form-data v1.2.2 - ignore inputs with no name or id.
v1.2.1
Updated to get-form-data v1.2.1 - <fieldset>
elements in form.elements
are now ignored.
v1.2.0
Updated to get-form-data v1.2.0 - file input data are now native File
objects when possible.