-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch CHANGLEOG to reverse chronology
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |