react-form-package
Version:
A declarative form component with inbuilt validation and state management
132 lines (75 loc) • 4.19 kB
Markdown
1.16.0 - December, 03 2020
* 9d94e9c Test: fix onclick (aichbauer)
* c497ca3 Docs: update readme for new feature validateOnClick (aichbauer)
* fccb3ca Feat: allow access to state if using validateOnClick (aichbauer)
* 90305f7 Feat: add show erros on button click/submit (aichbauer)
1.15.3 - February, 16 2020
* eabbaa9 Fix: rm props from dom (#43) (Lukas Aichbauer)
1.15.2 - August, 02 2019
* 3d49678 Chore: switch from yarn to npm (#42) (Lukas Aichbauer)
1.15.1 - June, 27 2019
* 2299a3a Fix: do not break on undefined child (#41) (Lukas Aichbauer)
1.15.0 - June, 08 2019
* 7ea280e Feat: allow writing own validations via validate prop (#40) (Lukas Aichbauer)
1.14.1 - May, 29 2019
* 6afdb29 Fix: checked and bindTo falsy values (#39) (Lukas Aichbauer)
1.14.0 - February, 08 2019
* 522947c Feat: add bind to multiple fields and allow bind to always (#38) (Lukas Aichbauer)
1.13.0 - February, 05 2019
* aa424c9 Docs: build docz for new button feat (#37) (Lukas Aichbauer)
* 8ff3980 Feat: add mouse events for button (#36) (Lukas Aichbauer)
1.12.2 - January, 21 2019
* 514f090 Refactor: props and dependencies (#35) (Lukas Aichbauer)
* d4db8d1 Fix: preOnChange for type file to use files not value (#34) (Lukas Aichbauer)
1.12.1 - November, 24 2018
* ecd07ff Fix: initial state (#33) (Lukas Aichbauer)
1.12.0 - November, 24 2018
* 629a538 Feat: min, max props on date fields (#32) (Lukas Aichbauer)
* 8f5420b Feat: min, max prop for number fields (#31) (Lukas Aichbauer)
* 4c714f2 Fix: min, max always a number and only for text or password (#30) (Lukas Aichbauer)
1.11.1 - November, 23 2018
* 27ab9fb Fix: sync the validation of fields with sameAs property (#29) (Lukas Aichbauer)
1.11.0 - November, 23 2018
* 2afd826 Feat: expose meta object to field wrapper (#28) (Lukas Aichbauer)
1.10.1 - November, 23 2018
* 7674ef9 Chore: mv autocapitalize to devDep (#27) (Lukas Aichbauer)
1.10.0 - November, 22 2018
* c81ff8e Feat: input value manipulation with preOnChange (#26) (Lukas Aichbauer)
* 18b2b95 Fix: onChange on fieldWrapper (#25) (Lukas Aichbauer)
* d774763 Feat: validation for input values to be the sameAs another input value (#24) (Lukas Aichbauer)
1.9.0 - November, 20 2018
* 8c942e2 Feat: support to bind input fields via bindTo and bindToCallback props (#23) (Lukas Aichbauer)
1.8.0 - November, 20 2018
* 38922b7 Feat: support to add and remove multiple fields (#22) (Lukas Aichbauer)
1.7.0 - November, 20 2018
* 6094ddc Feat: match property to support regex validation (closes #16) (#21) (Lukas Aichbauer)
1.6.0 - November, 19 2018
* 8de229c Feat: handle state of dynamic fields (#20) (Lukas Aichbauer)
1.5.0 - November, 19 2018
* 0b2b332 Feat: use state from third party components with FieldWrapper (#19) (Lukas Aichbauer)
1.4.3 - November, 13 2018
* 200e419 Fix: add defaultChecked on Field (#18) (Lukas Aichbauer)
1.4.2 - November, 13 2018
* 5fd28a8 Fix: add missing checked to initialState (#17) (Lukas Aichbauer)
1.4.1 - November, 07 2018
* 06c92b1 Refactor: duplicate code, typos in docs and readme (#15) (Lukas Aichbauer)
1.4.0 - November, 07 2018
* 2600838 Fix: npm ignore (#14) (Lukas Aichbauer)
* 0e85e23 Feat: custom error messages (closes #11) (#13) (Lukas Aichbauer)
* 6c1edd0 Fix: render null if data item not provided to support dynamic fields (#12) (Lukas Aichbauer)
1.3.0 - October, 29 2018
* ac7861c Fix: prop enctype (#10) (Lukas Aichbauer)
* a3a87ab Docs: fix dependency issue and heading for styling (#9) (Lukas Aichbauer)
* f142d6d Chore: update dependencies (#7) (Lukas Aichbauer)
* 046d38f Feat: support new type file for field (#6) (Lukas Aichbauer)
1.2.0 - October, 24 2018
* d4ba0d4 Feat: add support array children (#5) (Lukas Aichbauer)
* e5e010a Fix: check form input for date (#4) (Lukas Aichbauer)
1.1.0 - October, 15 2018
* 3ca25da Fix: dirty and pristine meta for fields (#3) (Lukas Aichbauer)
* 7d89199 Feat: add support for onFocus, onChange, onBlur for fields (#2) (Lukas Aichbauer)
* 5bf3372 Docs: add minzipped badge (#1) (Lukas Aichbauer)
1.0.0 - October, 04 2018
* 514a6cc Docs: fix meta table (aichbauer)
* 4e1cf13 Docs: add badges (aichbauer)
* 9504b71 Initial commit (aichbauer)