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.5.3

15 May 09:13
Compare
Choose a tag to compare
  • New Feature
    • Add buttonBefore support (bootstrap skin) #126
  • Bug Fix
    • fix server-side rendering markup differences #124
  • Internal
    • tcomb-validation: upgrade to latest version

v0.5.2

11 May 15:18
Compare
Choose a tag to compare
  • New Feature
    • Add buttonAfter support (bootstrap skin) #126
  • Documentation
    • Add attrs option
    • Add Date input
    • Fix wrong imports in Customizations section
  • Internal
    • Optimise stuct and list re-rendering on value change
    • fix server-side rendering markup differences #124

v0.5.1

05 May 08:57
Compare
Choose a tag to compare
  • Bug Fix
    • Remove wrong label id attribute in date template (bootstrap skin)

v0.5

04 May 08:28
Compare
Choose a tag to compare
  • New Feature
    • Add attributes and events (attrs option) #76, #91, #53, #67
    • Add bootstrap static control, #92
    • Set class on form-group div indicating its depth within form, #64
    • Added kind param to onChange handler
  • Breaking Change
    • Drop support for React v0.12.x
    • Moved placeholder option within attrs option
    • Moved id option within attrs option
  • Bug Fix
    • Remove class "has-error" from empty optional numeric field #113
  • Documentation
    • Add GUIDE.md
  • Internal
    • Complete code refactoring

v0.4.11

23 Apr 20:06
Compare
Choose a tag to compare
  • Remove class "has-error" from empty optional field #113

v0.4.10

18 Apr 12:50
Compare
Choose a tag to compare
  • fix nullOption was incorrectly added to multiple selects
  • experimental semantic ui skin

v0.4.9

15 Apr 14:13
Compare
Choose a tag to compare
  • code refactoring (backporting v0.5)
  • added template option to structs and lists
  • added Component.extend API
  • added getComponent(path) API
  • added basic date component

v0.4.8

04 Apr 15:05
Compare
Choose a tag to compare
  • added path field to contexts: validations report correct error paths now, fix #94
  • added support for transformers (all components), fix #90, fix #93
  • added a path argument to onChange in order to know what field changed, fix #97, fix #87
  • fix #98

v0.4.6

02 Apr 10:41
Compare
Choose a tag to compare
  • value = null, undefined or nullOption.value selects the null option now
  • fix #89

v0.4.5

22 Mar 14:10
Compare
Choose a tag to compare
  • move tcomb-validation to peerDependencies, fix #84