diff --git a/CHANGELOG.md b/CHANGELOG.md index 03278539..08b915ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ **Note**: Gaps between patch versions are faulty/broken releases. +## 0.6.10 + +- **New Feature** + - add pureValidate method on Form (@papuaaaaaaa) + - add option to change dialog mode for DatePickerAndroid (@javiercr) + - add onPress handler for DatePicker (@koenpunt) +- **Bug fix** + - remove checkbox label when auto === 'none' (@OzoTek) +- **Polish** + - fix broken link in README (@Hitabis) + - add version support table, closes #248 (@alvaromb) + - updated React to 15.6.1 and added PropTypes Dependency (@garylesueur) + ## 0.6.9 - **Bug fix** diff --git a/package.json b/package.json index 2ebe152b..ad03c5cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tcomb-form-native", - "version": "0.6.9", + "version": "0.6.10", "description": "react-native powered UI library for developing forms writing less code", "main": "index.js", "scripts": {