Skip to content

Releases: FaridSafi/react-native-gifted-form

v0.1.1

15 Nov 23:34
Compare
Choose a tag to compare

Fixed

  • Updated quite a bit of code for React v16 compatibility (#115)
  • Improved a check for undefined validators (#103)

v0.1.0

17 Jul 00:07
Compare
Choose a tag to compare

Added

  • Added some badges to the README

Notes

  • Bumped version to 0.1.0 to make it seem less "alpha" than it is. It's pretty stable, so no reason to keep it down at 0.0.x.

v0.0.15

23 Jun 04:52
Compare
Choose a tag to compare

Added

  • RowValueWidget for displaying arbitrary text

Changed

  • Exposed GiftedFormManager.getValidationErrors
  • Upgraded dependencies, including validator v7

Fixed

  • Make sure arguments to validator are ALWAYS strings (#90)

v0.0.14

03 Jun 20:13
Compare
Choose a tag to compare

Fixed

  • Updated deprecated references from SwitchAndroid and SwitchIOS to just plain Switch
  • Updated deprecated keyboardShouldPersistTaps from true to "always"
  • Updated the very old example app and got it working again

Changed

  • Added yarn.lock files to the main library and the example app

Disable the submit widget

12 Feb 13:30
Compare
Choose a tag to compare

Adds activityIndicatorColor prop to SubmitWidget and Ability to disable the submit widget using onValidation prop - PR @danielweinmann - See #17