Tags:
- [New Feature]
- [Bug Fix]
- [Breaking Change]
- [Documentation]
- [Internal]
- [Polish]
Note: Gaps between patch versions are faulty/broken releases.
- New Feature
- added a
required
field to i18n, fix #181
- added a
- Bug Fix
help
option fort.Dat
gives bootstrap error #164
- Internal
- upgrade to latest version of tcomb-validation (2.0.0)
- Internal
- memoise
t.form.Component::getId()
- memoise
- Bug Fix
- Encountered two children with the same key fix #152
- Breaking Change
- upgrade to tcomb-validation v2.0.0-beta
- Internal
- Relax Bootstrap columns constraint #149
- Bug Fix
- Unable to disable t.Dat field #137
- New Feature
- t.Dat basic template (semantic skin)
- New Feature
- Add buttonBefore support (bootstrap skin) #126
- Bug Fix
- fix server-side rendering markup differences #124
- Internal
- tcomb-validation: upgrade to latest version
- New Feature
- Add buttonAfter support (bootstrap skin) #126
- Documentation
- Add
attrs
option - Add Date input
- Fix wrong imports in Customizations section
- Add
- Internal
- Optimise stuct and list re-rendering on value change
- fix server-side rendering markup differences #124
- Bug Fix
- Remove wrong label id attribute in date template (bootstrap skin)
- 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 toonChange
handler
- Add attributes and events (
- Breaking Change
- Drop support for React v0.12.x
- Moved
placeholder
option withinattrs
option - Moved
id
option withinattrs
option
- Bug Fix
- Remove class "has-error" from empty optional numeric field #113
- Documentation
- Add GUIDE.md
- Internal
- Complete code refactoring
- New Feature
- Add experimental semantic ui skin
- Bug Fix
- Fix
nullOption
was incorrectly added to multiple selects
- Fix
- New Feature
- added
template
option to structs and lists - added
Component.extend
API - added
getComponent(path)
API - added basic date component
- added
- Internal
- complete code refactoring