Releases: ffxsam/formous
Releases · ffxsam/formous
v0.8.9
08 Oct 00:23
Compare
Sorry, something went wrong.
No results found
Hitting submit (or enter) when there are invalid fields now results in displaying the field error messages
v0.8.8
05 Sep 00:42
Compare
Sorry, something went wrong.
No results found
Can now use clearForm prop (function) to clear the form
Form status is passed in as prop formStatus (formStatus.touched and formStatus.valid)
v0.8.6
19 Aug 21:51
Compare
Sorry, something went wrong.
No results found
Hitting enter in a focused field now validates the field & form before submitting
More code cleanup
Added React Storybook to project
v0.8.5
01 Aug 19:24
Compare
Sorry, something went wrong.
No results found
More code health changes w/ regards to lodash
v0.8.4
31 Jul 19:10
Compare
Sorry, something went wrong.
No results found
Minor code health improvements
Replaced use of Array.prototype.findIndex with lodash _.findIndex for IE compatilibity
v0.8.0
06 Jul 00:16
Compare
Sorry, something went wrong.
No results found
Better developer experience: detailed warnings/errors for most mistakes.
Added feature where tests can chain (using alsoTest property) - to be documented soon.
General code cleanup.
v0.7.2
04 Jul 23:05
Compare
Sorry, something went wrong.
No results found
Fixed a bug where form.valid was not set to true even if all the default field values passed their tests
v0.7.1
04 Jul 19:49
Compare
Sorry, something went wrong.
No results found
Now uses controlled inputs
Default values can be set via this.props.setDefaultValues