Skip to content

Releases: gcanti/tcomb-form-native

v0.2.1

23 Jun 06:37
Compare
Choose a tag to compare
  • Internal
    • less padding to textboxes, #31

v0.2.0

18 Jun 08:53
Compare
Choose a tag to compare
  • New Feature
    • getComponent API fix #19
    • get access to the native input contained in tcomb-form-native's component fix #24
  • Breaking Change
    • Inputs refactoring, this affects how to build custom inputs #12
  • Internal
    • Textbox is no more a controlled input #26
    • Add eslint

v0.1.9

08 Jun 15:45
Compare
Choose a tag to compare
  • Internal
    • upgrade to react-native v0.5.0 fix #22

v0.1.8

15 May 16:19
Compare
Choose a tag to compare
  • Internal
    • upgrade to react-native v0.4.3
    • upgrade to tcomb-validation v1.0.4

v0.1.7

17 Apr 17:01
Compare
Choose a tag to compare
  • upgrade to react-native v0.4.0

v0.1.6

05 Apr 17:25
Compare
Choose a tag to compare
  • upgrade to react-native v0.3.4
  • add path field to contexts in order to provide correct error paths for validations, fix #5
  • added a path argument to onChange in order to know what field changed
  • added support for transformers (all components)
  • Error with decimal mark in numeric field, fix #7
  • Password field type, fix #4
  • added tests

v0.1.5

03 Apr 16:17
Compare
Choose a tag to compare
  • added hasError option

v0.1.4

02 Apr 10:45
Compare
Choose a tag to compare
  • fix Numeric field does not render decimal mark on input

v0.1.3

30 Mar 08:13
Compare
Choose a tag to compare
  • fix datepicker stylesheet

v0.1.2

29 Mar 16:40
Compare
Choose a tag to compare
  • added experimental stylesheets
  • added DatePicker component