Skip to content

Releases: bamlab/react-native-form-idable

v2.4.0

11 Sep 18:08
Compare
Choose a tag to compare

2.4.0 (2017-09-11)

Features

  • style: Remove unused prop and add style for non editable textInputs (fa4a071)
  • validation: Add bypass package validation + custom error message (4fe4826)

v2.3.0

22 Aug 07:33
Compare
Choose a tag to compare

2.3.0 (2017-08-22)

Features

  • picker: add picker and datepicker components (b921d786)

v2.2.1

07 Aug 09:13
Compare
Choose a tag to compare

2.2.1 (2017-08-07)

Bug Fixes

  • Updating input props will now trigger a rerender (b2dae6b8)
  • flow: remove temporarily flow annotations (ce5077b7)
  • form: state not properly updated for text in inputs (bc2a8f48)
  • props: default prop for getErrorMessage (b0fc1f12)

Features

  • form:
    • Is form complete on change value (2ed49b47)
    • set automatically keyboard navigation between inputs (b14e4ade)
    • respect user original component order (38f85792)
  • style:
    • add container to stylize around input label (76a5b8a1)
    • allow different style on active input (b7089f75)
  • translation: add ability to translate error messages (f0457538)

v2.0.0

25 Mar 16:30
Compare
Choose a tag to compare

2.0.0 (2017-03-25)

Features

  • Add onValidationError prop on Form (f67f8311)
  • styles: Add default styles for form (e7a7f938)
  • submission: Add 'submit' type to reference submit button (881c46bf)

Breaking Changes

  • showErrorsInToast prop on Form renamed to toastErrors

(50204450)

  • Prop fieldStyle has been renamed to formStyles

(e7a7f938)

  • User now have to explicitely set the submit button by setting the prop
    type="submit" on the button

(881c46bf)