Skip to content

Releases: gcanti/tcomb-form-native

v0.5.3

11 Jul 18:47
Compare
Choose a tag to compare
  • Bug Fix
    • _nativeContainerInfo no longer exists in React v15.2.0, use _hostContainerInfo instead, fix #195 (@gcanti)

v0.5.2

10 Jul 09:11
Compare
Choose a tag to compare
  • New Feature
  • Bug Fix
    • allow to set a default value in Android date picker template, fix #187

v0.5.1

27 May 07:48
Compare
Choose a tag to compare
  • New Feature
    • Add onChange handler to TextInput, fix #168 (@gcanti)

v0.5.0

23 May 06:19
Compare
Choose a tag to compare
  • Breaking Change
    • upgrade to tcomb-validation ^3.0.0 (@gcanti)
    • React API must be now required from react package (@jebschiefer)
  • New Feature
    • Updated support for TextInput props for RN>=0.25 (@alvaromb)

v0.4.4

10 May 17:04
Compare
Choose a tag to compare

v0.4.3

10 May 14:17
Compare
Choose a tag to compare

v0.4.2

13 Apr 13:14
Compare
Choose a tag to compare
  • Bug Fix
    • Textbox component displays extra characters after getValue(), fix #142 (thanks @alvaromb)

v0.4.1

12 Apr 09:50
Compare
Choose a tag to compare
  • New Feature
    • Set accessibilityLabel and accessibilityLiveRegion attributes on form controls, fix #137 (thanks @ndarilek)

v0.4.0

28 Feb 13:32
Compare
Choose a tag to compare
  • Breaking Change
    • required react-native version >= 0.20.0
  • New Feature
    • add support for Switch (Android), fix #60 (thanks @alvaromb)
    • Support for Android date and time pickers, fix #67 (thanks @alvaromb)
    • add support for webpack, fix #23
  • Documentation
    • How to clear form after submit (thanks @shashi-dokania)
    • Dynamic forms example: how to change a form based on selection
    • Stylesheet guide (docs/STYLESHEET.md)
  • Polish
    • add travis CI
    • add ISSUE_TEMPLATE.md (new GitHub feature)

v0.3.3

09 Dec 14:48
Compare
Choose a tag to compare
  • Bug Fix
    • v0.16.0 Warning: Form(...): React component classes must extend React.Component, fix #83