Releases: bamlab/react-native-form-idable
Releases · bamlab/react-native-form-idable
v2.4.0
v2.3.0
v2.2.1
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:
- style:
- translation: add ability to translate error messages (f0457538)
v2.0.0
2.0.0 (2017-03-25)
Features
- Add
onValidationError
prop onForm
(f67f8311) - styles: Add default styles for form (e7a7f938)
- submission: Add 'submit' type to reference submit button (881c46bf)
Breaking Changes
showErrorsInToast
prop onForm
renamed totoastErrors
(50204450)
- Prop
fieldStyle
has been renamed toformStyles
(e7a7f938)
- User now have to explicitely set the submit button by setting the prop
type="submit"
on the button
(881c46bf)