Skip to content

Commit 504aa12

Browse files
committed
update change log
1 parent 68e3c48 commit 504aa12

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@
1313
## v0.4.0
1414

1515
- **Breaking Change**
16-
- drop support for RN < 0.13.0
16+
- required react-native version >= 0.20.0
1717
- **New Feature**
1818
- add support for Switch (Android), fix #60 (thanks @alvaromb)
19+
- Support for Android date and time pickers, fix #67 (thanks @alvaromb)
1920
- add support for webpack, fix #23
2021
- **Documentation**
2122
- How to clear form after submit (thanks @shashi-dokania)
2223
- Dynamic forms example: how to change a form based on selection
24+
- Stylesheet guide (docs/STYLESHEET.md)
25+
- **Polish**
26+
- add travis CI
27+
- add ISSUE_TEMPLATE.md (new GitHub feature)
2328

2429
## v0.3.3
2530

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,8 @@ The following standard options are available (see http://facebook.github.io/reac
932932

933933
## Stylesheets
934934

935+
See also [Stylesheet guide](docs/STYLESHEET.md).
936+
935937
tcomb-form-native comes with a default style. You can customize the look and feel by setting another stylesheet:
936938

937939
```js

0 commit comments

Comments
 (0)