Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Oct 20, 2016
1 parent ff14bc3 commit 0a75c88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Changelog

* 0.5.1 Add updateImmediately prop & fix handleChange (@mbrookes)

* 0.5.0 Lint jsx files - fix linting errors in same
Accepts Formsy.Form.reset() (@Mokto)q
Accepts Formsy.Form.reset() (@Mokto)
Fix text input values, and form reset (@reebalazs)
Fixes React 15.2 unknown props warnings (@jayalfredprufrock)

Expand Down
2 changes: 1 addition & 1 deletion examples/webpack-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"formsy-react": "^0.18.0",
"formsy-material-ui": "0.5.0",
"^formsy-material-ui": "0.5.0",
"material-ui": "^0.15.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
Expand Down
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.5.0",
"version": "0.5.1",
"description": "A formsy-react compatibility wrapper for Material-UI form components.",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 0a75c88

Please sign in to comment.