- 0.3.3 Fix default (ISO8601 style) date for formatDate to respect client timezone
- 0.3.2 Remove explicit files declaration from package.json (the npm docs lie!)
- 0.3.1 Add ./lib/ to package.json.
- 0.3.0 Split into separate files to allow individual import of MUI components
- 0.2.5 Fix issue #21 Textfield defaultValue handling.
- 0.2.4 Updated textfield handling (@vijayrawatsan), selectfield fix (@dmlinn).
- 0.2.3 Fix textfield initialization through this.refs.form.reset(model) (@vijayrawatsan).
- 0.2.2 Add prepublish script and associated dev dependency to package.json.
- 0.2.1 Convert dependencies to peerDependencies.
- 0.2.0 Only validate textfield onBlur
- 0.1.6 Correct live-demo URL
- 0.1.5 Add react-components keyword to package.json
- 0.1.4 Add formsy-react dependency (previously assumed it was already installed).
- 0.1.3 Fix Checkbox & Toggle to return value when unchanged, don't import all of MUI (!), update example in README.
- 0.1.2 Babelify same!
- 0.1.1 Fix exports.
- 0.1.0 Initial release.