Skip to content

Commit

Permalink
Bump version, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Nov 1, 2015
1 parent b305b69 commit 7063eda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,21 @@ See [issues](https://github.com/mbrookes/formsy-material-ui/issues).

## Release History

* 0.1.0 Initial release
* 0.1.1 Fix exports
* 0.1.0 Initial release.
* 0.1.1 Fix exports.
* 0.1.2 Babelify same!
* 0.1.3 Fix Checkbox & Toggle to return value when unchanged, don't import all of MUI (!), update example in README.
* 0.1.4 Add formsy-react dependency (previously assumed it was already installed)
* 0.1.4 Add formsy-react dependency (previously assumed it was already installed).
* 0.1.5 Add react-components keyword to package.json
* 0.1.6 Correct live-demo URL
* 0.2.0 Only validate textfield onBlur
* 0.2.1 Convert dependencies to peerDependencies.
* 0.2.2 Add prepublish script and associated dev dependency.
* 0.2.3 Fix Textfield initialization through this.refs.form.reset(model)
* 0.2.2 Add prepublish script and associated dev dependency to package.json.
* 0.2.3 Fix textfield initialization through this.refs.form.reset(model) (@vijayrawatsan).
* 0.2.4 Updated textfield handling (@vijayrawatsan), selectfield fix (@dmlinn),

## Acknowledgements

Based on an example from [Ryan Blakeley](https://github.com/rblakeley).
Originally based on an example by [Ryan Blakeley](https://github.com/rblakeley).

Thanks to our [contributors](https://github.com/mbrookes/formsy-material-ui/graphs/contributors).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formsy-material-ui",
"version": "0.2.3",
"version": "0.2.4",
"description": "A formsy-react compatibility wrapper for Material-UI form components.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7063eda

Please sign in to comment.