Skip to content

Releases: damiano-carradori/react-forms-crane

v2.1.1

22 Mar 16:20
Compare
Choose a tag to compare

v2.1.0...v2.1.1

v2.1.0

22 Mar 14:56
Compare
Choose a tag to compare

v2.0.1...v2.1.0

v2.0.1

21 Mar 23:42
Compare
Choose a tag to compare

v2.0.0...v2.0.1

v2.0.0

09 Mar 02:36
Compare
Choose a tag to compare
  • Merge pull request #33 from damiano-carradori/ISSUE-32-remove-components-from-form 641da95
  • changed node version 1004f31
  • removed cache f7ca4ff
  • updated README.md f51c064
  • Moved fields component exports from Form to index 66a14e1

v1.1.2...v2.0.0

v1.1.2

05 Mar 22:28
Compare
Choose a tag to compare
  • Updated README.md a1246d9
  • Merge pull request #30 from damiano-carradori/ISSUE-29-add-travis e5a07d9
  • Updated README.md 8b98482
  • Changed node version e2b70b9
  • Removed jest-dom, react-testing-library and react-test-context-provider 6406eda
  • Changed install cmd 9874d03
  • Added cache rule fb113e7
  • Added travis yml a61170a

v1.1.1...v1.1.2

v1.1.0

03 Feb 12:40
Compare
Choose a tag to compare

Added single Checkbox support

Now, if there is only one checkbox, the submit function will receive the boolean value of the checkbox instead of the array with the value.

  • Merge pull request #25 from damiano-carradori/ISSUE-20-change-single-checkbox-behavior 792cbed
  • Change the Checkbox behaviour 0bb6a5e
  • Added a map function for objects b0d909f

v1.0.0...v1.1.0

v1.0.0

27 Jan 10:28
Compare
Choose a tag to compare
  • updated webpack 3aae531
  • updated package.json 7e46349
  • Merge pull request #23 from damiano-carradori/ISSUE-8-create-buttons 211cf7f
  • updated README.md 793064b
  • Added buttons b62758b
  • Created custom Button 76ef483
  • Created Submit button 6074d0e
  • Created Submit button bd27f85
  • Updated props 14e3c77
  • Added custom value c89c852
  • Created Reset button 315cc12
  • Merge pull request #22 from damiano-carradori/ISSUE-9-create-file-input-field 04add9a
  • Added File 8764eeb
  • Merge pull request #19 from damiano-carradori/ISSUE-7-create-textarea-field a233495
  • Added TextArea 3cc0f18
  • Merge pull request #18 from damiano-carradori/ISSUE-6-create-select-field 245effb
  • updated README.md e0a3b75
  • Merge pull request #17 from damiano-carradori/ISSUE-6-create-select-field a7e9bdc
  • Added div around select f5f945e
  • Merge pull request #16 from damiano-carradori/ISSUE-6-create-select-field 7a42752
  • Added a first simple version of the Select c07dd68
  • Merge pull request #15 from damiano-carradori/ISSUE-4-create-password-input-field a730bc8
  • Reset utils 4f15434
  • Added Password input field c527fc5
  • Merge pull request #14 from damiano-carradori/ISSUE-3-create-radio-button-input-field 3c124ec
  • Updated README.md e9926b8
  • Updated the RadioButton f9b7fb2
  • Removed useless arguments bbf7519
  • Added the RadioButton component 9258073
  • Merge pull request #13 from damiano-carradori/ISSUE-2-create-checkbox-input-field b2a35cc
  • Added a div around the Text field 2f9a78f
  • Removed console.log 0405339
  • Added a utils files, now only with the kebab_case function a96ea64
  • Added the ref for the mount fc54cc3
  • Added the initial state on mount using the element ref 413b5b4
  • Updated the onChange for the Checkbox 4087896
  • Created the Checkbox component e33b9db
  • Importing Checkbox in Form Component 12d0320
  • Merge pull request #12 from damiano-carradori/ISSUE-1-create-text-input-field 413ca3d
  • Added attributes 496d9b4
  • Code refactoring d6be1a3
  • Added prop-types to devDependencies d767ffc
  • Added Text files 0abfd03
  • Added the shouldComponentUpdate lifecycle and the mounting function 3a99e0f
  • Updated package.json 8ad9c18
  • Created Form 64ece3e
  • Create README.md 59e4cd3
  • Create LICENSE.md 3a42808

126b0f9...v1.0.0