Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

20 lines (17 loc) · 1.27 KB

0.1.2 (January 30, 2018)

0.1.1 (November 21, 2017)

  • now it is possible to add an autoComplete prop to the form element
  • the validation rule isRequired now checks for undefined, null or an empty string. everything else is valid

0.1.0 (October 3, 2017)

  • first official release!
  • added api documentation
  • fields are only validated if they are required, or the value is not empty fixes issue#5
  • added changelog
  • added live edit example

0.0.3 (September 17, 2017)

  • initial release on npm
  • Status:
    • Although there are still some things to be done (like a documentation for the API, more examples, more default validations) this version already has the basic functionality and is working as expected.