Skip to content

v5.4.0

Latest
Compare
Choose a tag to compare
@SimplySayHi SimplySayHi released this 29 Dec 17:31
  • Add "modified" and "touched" to "cssClasses" for "fieldOptions" ( full version only )
  • Add "error" and "pending" to "cssClasses" for "formOptions" ( full version only )
  • Add "nestedMultipartDataToJSON" to "formOptions" to allow transformation of nested objects for FormData ( full version only )
  • Add "eslint" to dev dependencies
  • Add internal method to fix issue on sub-class initialization where "initialValues" was returned as empty object ( full version only )
  • Fix bug on multipart form management ( full version only )
  • Fix on form submit: css class for "submit" is now added after form validation and before submit instead of before form validation ( full version only )
  • Minor improvements