Releases: gcanti/tcomb-form
Releases · gcanti/tcomb-form
v0.6.10
- Bug Fix
- de-optimise structs / lists onChange, fix #235
- Experimental
- add support for maybe structs and maybe lists, fix #236
v0.7.5
- 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
- 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
- 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
v0.6.8
- 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
- New Feature
- add the type to template locals, fix #210
- Bug Fix
- Fields are wrapped in a form-group, fix #215
v0.7.3
- New Feature
- add the type to template locals, fix #210
- Bug Fix
- Fields are wrapped in a form-group, fix #215
v0.7.2
- Bug Fix
- Add className to locals of Struct and List (thanks @jsor)
v0.6.6
- Bug Fix
- Add className to locals of Struct and List (thanks @jsor)
v0.6.5
- 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)