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

Releases: cat-react/form

v0.1.2

30 Jan 13:58
Compare
Choose a tag to compare

v0.1.1

21 Nov 22:58
Compare
Choose a tag to compare
  • 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

First official release!

02 Oct 23:25
Compare
Choose a tag to compare
  • 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

v0.0.3

17 Sep 20:16
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

First official (pre-)release!

This is the first offical working release of @cat-react/form which is also hosted on the public npmjs repository.

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.