Releases: gcanti/tcomb-form-native
Releases · gcanti/tcomb-form-native
v0.5.3
- Bug Fix
_nativeContainerInfo
no longer exists in React v15.2.0, use _hostContainerInfo
instead, fix #195 (@gcanti)
v0.5.2
- New Feature
- Bug Fix
- allow to set a default value in Android date picker template, fix #187
v0.5.0
- Breaking Change
- upgrade to
tcomb-validation
^3.0.0 (@gcanti)
- React API must be now required from
react
package (@jebschiefer)
- New Feature
- Updated support for TextInput props for RN>=0.25 (@alvaromb)
v0.4.2
- Bug Fix
- Textbox component displays extra characters after
getValue()
, fix #142 (thanks @alvaromb)
v0.4.1
- New Feature
- Set
accessibilityLabel
and accessibilityLiveRegion
attributes on form controls, fix #137 (thanks @ndarilek)
v0.4.0
- Breaking Change
- required react-native version >= 0.20.0
- New Feature
- add support for Switch (Android), fix #60 (thanks @alvaromb)
- Support for Android date and time pickers, fix #67 (thanks @alvaromb)
- add support for webpack, fix #23
- Documentation
- How to clear form after submit (thanks @shashi-dokania)
- Dynamic forms example: how to change a form based on selection
- Stylesheet guide (docs/STYLESHEET.md)
- Polish
- add travis CI
- add ISSUE_TEMPLATE.md (new GitHub feature)
v0.3.3
- Bug Fix
- v0.16.0 Warning: Form(...): React component classes must extend React.Component, fix #83