Releases: zero-plus-x/neoform
neoform@0.3.0
💥 🔧 rename Form
→ form
and Field
→ field
💥 🔧 refactor using plain class, might break snapshots
💥 📦 prop-types
and recompose
are peer dependencies
neoform-validation@0.4.1
📦 externalize prop-types
and recompose
in UMD build
neoform-validation@0.4.0
💥 🔧 rename FormValidation
→ formValidation
and FieldValidation
→ fieldValidation
💥 🔧 refactor using plain class, might break snapshots
💥 📦 prop-types
and recompose
are peer dependencies
neoform-plain-object-helpers@0.2.0
💥 🔧 use dots for arrays in name
notation, user.friends[0]
→ user.friends.0
neoform-immutable-helpers@0.2.0
💥 🔧 use dots for arrays in name
notation, user.friends[0]
→ user.friends.0
neoform-validation@0.3.0
➕ Provide an errorHandler
callback to form validate method when form is invalid
neoform-validation@0.2.1
✔️ exclude unmounted Fields from Form validation
neoform@0.2.0
💥 🔧 don't handle onChange
in Field
internally
💥 🔧 pass getValue
to Form
as a prop
💥 ➖ remove defaultValue
feature in Field
See readme for usage details.
neoform-validation@0.2.0
💥 🔧 refactor FieldValidation
to be a HOC directly
💥 🔧 refactor FormValidation
to be a HOC directly
See readme for usage details.
neoform-plain-object-helpers@0.1.0
💥 🔧 rename helpers to getValue
and setValue
See readme for usage details.