Releases: bamlab/react-native-formik
Releases · bamlab/react-native-formik
v1.5.5
1.5.5 (2018-08-12)
Bug Fixes
- validation on tapping keyboard's ‘done' (90b4a99)
v1.5.4
1.5.4 (2018-08-01)
Bug Fixes
- compatibility with formik 1.0.1+ (f5e975b)
v1.5.3
1.5.3 (2018-07-10)
Bug Fixes
v1.5.2
1.5.2 (2018-06-18)
Bug Fixes
- type: setFormikInitialValue type (d55996f)
v1.5.1
1.5.1 (2018-06-18)
Bug Fixes
- NextInputAutoFocus: define getInputs as const (ebbe6eb)
v1.5.0
1.5.0 (2018-05-22)
Bug Fixes
- picker: allow empty placeholder on iOS (c6f80b4)
- picker: stop closing picker after value selection (a52ed73)
Features
- keyboardModal: export keyboard modal (44a248c)
v1.4.1
1.4.1 (2018-05-10)
Bug Fixes
- setFormikInitialValue: do not override initial values passed from formik (ff019be), closes #8
v1.4.0
1.4.0 (2018-04-13)
Features
- typescript: Export type for typescript (73aafa6)
v1.3.5
1.3.5 (2018-04-11)
Bug Fixes
- getInputs: Fix getInputs for children (92316d6)
- getInputs: remove unecessary debugger statement (a0dd9d4)
v1.3.4
1.3.4 (2018-04-09)
Bug Fixes
- android: Fix Picker for Android when initialising it with null value (25a5c3a)