Skip to content

Commit

Permalink
Switch CHANGLEOG to reverse chronology
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Nov 7, 2015
1 parent 3162d58 commit b7432ce
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## Changelog

* 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.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 to package.json.
* 0.2.3 Fix textfield initialization through this.refs.form.reset(model) (@vijayrawatsan).
* 0.2.5 Fix issue #21 Textfield defaultValue handling.
* 0.2.4 Updated textfield handling (@vijayrawatsan), selectfield fix (@dmlinn).
* 0.2.5 Fix issue #21 Textfield defaultValue handling.
* 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.

0 comments on commit b7432ce

Please sign in to comment.