Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Releases: gcanti/tcomb-form

v0.6.10

02 Nov 13:34
Compare
Choose a tag to compare
  • Bug Fix
    • de-optimise structs / lists onChange, fix #235
  • Experimental
    • add support for maybe structs and maybe lists, fix #236

v0.7.5

16 Oct 13:55
Compare
Choose a tag to compare
  • Bug Fix
    • optional refinement with custom error message not passing locals.error, fix #230
    • Kind is undefined in onChange for nested List, fix #231
  • Internal
    • custom error function now takes a parsed value

v0.6.9

16 Oct 13:54
Compare
Choose a tag to compare
  • Bug Fix
    • optional refinement with custom error message not passing locals.error, fix #230
    • Kind is undefined in onChange for nested List, fix #231
  • Internal
    • custom error function now takes a parsed value

v0.7.4

12 Oct 15:46
Compare
Choose a tag to compare
  • New Feature
    • pass the component options to the error option function, fix #222
  • Bug Fix
    • Inconsistent error message creation process between validate(val, type) and form validation, fix #221
    • Radio component does not have a transformer in IE10-, fix #226
  • Internal
    • upgrade to react v0.14

v0.6.8

12 Oct 15:45
Compare
Choose a tag to compare
  • New Feature
    • pass the component options to the error option function, fix #222
  • Bug Fix
    • Inconsistent error message creation process between validate(val, type) and form validation, fix #221
    • Radio component does not have a transformer in IE10-, fix #226

v0.6.7

30 Sep 16:30
Compare
Choose a tag to compare
  • New Feature
    • add the type to template locals, fix #210
  • Bug Fix
    • Fields are wrapped in a form-group, fix #215

v0.7.3

30 Sep 16:32
Compare
Choose a tag to compare
  • New Feature
    • add the type to template locals, fix #210
  • Bug Fix
    • Fields are wrapped in a form-group, fix #215

v0.7.2

16 Sep 12:48
Compare
Choose a tag to compare
  • Bug Fix
    • Add className to locals of Struct and List (thanks @jsor)

v0.6.6

16 Sep 12:37
Compare
Choose a tag to compare
  • Bug Fix
    • Add className to locals of Struct and List (thanks @jsor)

v0.6.5

15 Sep 07:20
Compare
Choose a tag to compare
  • Internal
    • upgrade to latest version of tcomb-validation (2.2.0)
    • removed debug dependency
  • New Feature
    • added argument context to error options that are functions (new signature: error(value, path, context))
    • added error option default if the type constructor owns a getValidationErrorMessage(value, path, context) function
    • added context prop to all components (passed into error as context argument)