From a9beb930dd94918d5dd3bc893eebee3abc88e0ad Mon Sep 17 00:00:00 2001 From: Robert Kuykendall Date: Sat, 3 Apr 2021 20:59:47 -0400 Subject: [PATCH] Switch to auto-changelog for changelog generation (#256) --- .gitignore | 1 + CHANGELOG.md | 294 +++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 227 insertions(+), 68 deletions(-) diff --git a/.gitignore b/.gitignore index b8c1468..742252c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ coverage .DS_Store .idea yarn-error.log +coverage/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d72cb..cf48a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,104 +1,262 @@ -## Changelog +### Changelog -* 0.6.3 Bump deps in example - Fix older default props method +All notable changes to this project will be documented in this file. Dates are displayed in UTC. -* 0.6.2 Fix to exclude `onChange` from getting passed on `...rest` +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -* 0.6.1 Update lint config - Fixed controlled Date and TimePicker - Fix validation color - add new optional convertValue property to FormsyText - use create-react-app and prop-types - Fix test assertion - Reduce calls to `onChange` of the parent form. - Remove unused prop - Fix Unknown prop `requiredError` +#### [0.6.3](https://github.com/formsy/formsy-material-ui/compare/0.6.2...0.6.3) + +> 2 September 2017 -* 0.6.0 Support material-ui ^0.17.0 & formsy-react ^0.19.0 +- Update changelog, tag 0.6.3 [`7802507`](https://github.com/formsy/formsy-material-ui/commit/7802507c17e504e29876ed07d8e2e775428b48c4) +- Fix older default props method [`bc57d6b`](https://github.com/formsy/formsy-material-ui/commit/bc57d6b513697b23d21c21b8018fecfd7bebe5cf) +- Bump deps in example [`9fb8151`](https://github.com/formsy/formsy-material-ui/commit/9fb8151e028203e9a58b995974c91363283b1986) -* 0.5.5 revert FormsyText internal value setting method +#### [0.6.2](https://github.com/formsy/formsy-material-ui/compare/v0.6.1...0.6.2) -* 0.5.4 use FormsyText internal _value to allow external setValue calls - support requiredError on FormsyDate - add underlineStyle and underlineFocus props to FormsyText - fix FormsyAutoComplete to update value when MenuItem selected - make compatible with react v15.4.x - implement isFormDisabled() check - fix tests +> 21 July 2017 -* 0.5.3 Fix radio button group reset - Fix updateImmediately breaking validations - Bump material-ui to v0.16 - Bump react-tap-event-plugin - Add new component FormsyAutoComplete +- Tag v0.6.2 [`158a3b4`](https://github.com/formsy/formsy-material-ui/commit/158a3b40c251661f47ed6d5cd721ac313df826f5) +- Update lint config to ignore destructured (...rest) siblings as unused vars [`885edc3`](https://github.com/formsy/formsy-material-ui/commit/885edc3050843734dd7d4a96b13e98250a4a619f) +- Fix to exclude `onChange` from getting passed on `...rest` [`7be129d`](https://github.com/formsy/formsy-material-ui/commit/7be129d43f9d63c8d43e751c9481b3cd9ce5dcba) -* 0.5.2 Fix 0.5.1 error (Issue #150, PR #151) (@codeaholicguy) +#### [v0.6.1](https://github.com/formsy/formsy-material-ui/compare/0.6.0...v0.6.1) -* 0.5.1 Add updateImmediately prop & fix handleChange (@mbrookes) +> 19 July 2017 -* 0.5.0 Lint jsx files - fix linting errors in same - Accepts Formsy.Form.reset() (@Mokto) - Fix text input values, and form reset (@reebalazs) - Fixes React 15.2 unknown props warnings (@jayalfredprufrock) +- Remove unused prop [`#208`](https://github.com/formsy/formsy-material-ui/pull/208) +- add new optional convertValue property to FormsyText [`#220`](https://github.com/formsy/formsy-material-ui/pull/220) +- Fix [`#222`](https://github.com/formsy/formsy-material-ui/pull/222) +- Fixed controlled Date and TimePicker value update [`#198`](https://github.com/formsy/formsy-material-ui/pull/198) +- correct underline color for validated textfiled [`#196`](https://github.com/formsy/formsy-material-ui/pull/196) +- use create-react-app and prop-types [`#219`](https://github.com/formsy/formsy-material-ui/pull/219) +- [WIP] Reduce calls to `onChange` of the parent form. [`#215`](https://github.com/formsy/formsy-material-ui/pull/215) +- [FormsySelect] Fix Unknown prop `requiredError` error / misc refactoring [`#205`](https://github.com/formsy/formsy-material-ui/pull/205) +- fix #177 [`#177`](https://github.com/formsy/formsy-material-ui/issues/177) +- Bump deps [`63bccf5`](https://github.com/formsy/formsy-material-ui/commit/63bccf56f025a5bb3d726eee4ed0b6ad9dc5bbad) +- Reduce calls to `onChange` of the parent form. [`6b1f7c9`](https://github.com/formsy/formsy-material-ui/commit/6b1f7c9b985c5f100fb00b44451f634b0b438753) +- Fix lint config and errors [`cae2e3e`](https://github.com/formsy/formsy-material-ui/commit/cae2e3e96fd963f71fef8356fbc8494fd4a4453c) -* 0.4.2 Fix controlled / uncontrolled conflicts - Add defaultValue support to FormsyText - (no longer have to use `value` to set the default) - Add eslint and fix linting errors - Add .editorconfig +#### [0.6.0](https://github.com/formsy/formsy-material-ui/compare/0.5.4...0.6.0) -* 0.4.1 Fix issue with FormsyText default `value`. +> 7 April 2017 -* 0.4.0 Update to MUI 0.15.0-beta.1, React 15.0.1, formsy-react 0.18.0 - Add a webpack example +- update formsy-react 0.19.0 & material-ui 0.17.0 [`#200`](https://github.com/formsy/formsy-material-ui/pull/200) +- Update formsy-react 0.19.0 & material-ui 0.17.0 [`#202`](https://github.com/formsy/formsy-material-ui/pull/202) +- Revert #174 and re-apply interim changes [`#192`](https://github.com/formsy/formsy-material-ui/pull/192) +- fix validation color for underline [`2eb1a89`](https://github.com/formsy/formsy-material-ui/commit/2eb1a89bb25005eec2674799f11e029e2bb9afd0) +- Update changelog [`7fdebe2`](https://github.com/formsy/formsy-material-ui/commit/7fdebe273c1a542d1fb78cb910c349e49ff4fa11) +- Add links to alternatives to the README [`d42455b`](https://github.com/formsy/formsy-material-ui/commit/d42455bc21a96b3867f330d909cefc4cef061a1c) -* 0.3.9 Use defaultDate rather than defaultValue in FormsyDate (@ZoetropeLabs) - Change text component proptype to allow any data type for value (@scrambled2k3) - Remove dependency on onEnterKeyDown (@enricofoschi) - Add `lib` to `.gitignore` - FormsyCheckbox - Fix error on form reset (@jurgob) +#### [0.5.4](https://github.com/formsy/formsy-material-ui/compare/0.5.3...0.5.4) -* 0.3.8 Propagate events as onChange() (@magicalcows) babel 6 (@mbrookes) +> 30 January 2017 -* 0.3.7 Expose a `.focus()` method (@py-in-the-sky) +- FormsyText component needs to adopt underlineStyle and underlineFocusStyle props [`#182`](https://github.com/formsy/formsy-material-ui/pull/182) +- Update AutoComplete value when MenuItem is selected [`#184`](https://github.com/formsy/formsy-material-ui/pull/184) +- Make example compatible with react 15.4.x [`#187`](https://github.com/formsy/formsy-material-ui/pull/187) +- Implement isFormDisabled() [`#188`](https://github.com/formsy/formsy-material-ui/pull/188) +- Support requiredError on FormsyDate [`#178`](https://github.com/formsy/formsy-material-ui/pull/178) +- Use FormsyText internal _value to allow external setValue calls [`#174`](https://github.com/formsy/formsy-material-ui/pull/174) +- shows requiredError on submit [`#105`](https://github.com/formsy/formsy-material-ui/pull/105) +- Update CHANGELOG [`#171`](https://github.com/formsy/formsy-material-ui/pull/171) +- Refactor tests [`da8133c`](https://github.com/formsy/formsy-material-ui/commit/da8133c2a77c18afd0302dfc0ab47fa344902706) +- Allow local disabled prop override [`4ac6af5`](https://github.com/formsy/formsy-material-ui/commit/4ac6af585b7e367fef6b8417f320a8fea5d2e3d1) +- Implement this.isFormDisabled() in FormsyText (+ test) [`78b2335`](https://github.com/formsy/formsy-material-ui/commit/78b233582a6b3bb8ddb7492a267cceba8f2f2edb) -* 0.3.6 Add custom onBlur and onFocus handler support (@Aweary) +#### [0.5.3](https://github.com/formsy/formsy-material-ui/compare/0.5.2...0.5.3) -* 0.3.5 Support composable SelctField (@rblakeley), update REDME SelectField example, remove mixin +> 21 November 2016 -* 0.3.4 Fix for #35 - Treat MUI Checkbox as a controlled component to address MUI 0.14.0-rc2 regression +- Tag v0.5.3 [`#168`](https://github.com/formsy/formsy-material-ui/pull/168) +- [New Component] Auto Complete [`#163`](https://github.com/formsy/formsy-material-ui/pull/163) +- Update Main.js [`#166`](https://github.com/formsy/formsy-material-ui/pull/166) +- Update README.md with build status [`#164`](https://github.com/formsy/formsy-material-ui/pull/164) +- Upgrade react-tap-event-plugin, fix test & eslint [`#162`](https://github.com/formsy/formsy-material-ui/pull/162) +- Fixed FormsyRadioGroup reset [`#154`](https://github.com/formsy/formsy-material-ui/pull/154) +- Immediately show if valid input is given [`#155`](https://github.com/formsy/formsy-material-ui/pull/155) +- Fields that have validations don't allow input [`#156`](https://github.com/formsy/formsy-material-ui/pull/156) +- Fixed typo of package.json example [`#159`](https://github.com/formsy/formsy-material-ui/pull/159) +- Update version for material-ui v0.16 in peerDepencencies [`#160`](https://github.com/formsy/formsy-material-ui/pull/160) +- Style changes [`1aa874c`](https://github.com/formsy/formsy-material-ui/commit/1aa874c2c0813edea8510a8fb3e644e04445ba0b) +- Add new component, FormsyAutoComplete [`154b92a`](https://github.com/formsy/formsy-material-ui/commit/154b92ad5b90b0c7958460e9ac4c750807c6cb54) +- Fixed RadioButtonGroup reset [`279e7e7`](https://github.com/formsy/formsy-material-ui/commit/279e7e7df2a2e9273f0fb4f061818d8e48ad00c3) -* 0.3.3 Fix default (ISO8601 style) date for formatDate to respect client timezone +#### [0.5.2](https://github.com/formsy/formsy-material-ui/compare/0.5.1...0.5.2) -* 0.3.2 Remove explicit files declaration from package.json (the npm docs lie!) +> 20 October 2016 -* 0.3.1 Add ./lib/ to package.json. +- Fix eslint error [`#151`](https://github.com/formsy/formsy-material-ui/pull/151) +- Remove invalid props of input tag [`d641703`](https://github.com/formsy/formsy-material-ui/commit/d641703f33405a000f33c51dfb4ac355beb8194f) +- Fix value cannot change when user passes onChange prop [`d77542a`](https://github.com/formsy/formsy-material-ui/commit/d77542aaf5bc69fed99a0776f36e12721dc05f9a) +- Release 0.5.2 [`6df0352`](https://github.com/formsy/formsy-material-ui/commit/6df03527d3fcd65527cd8679cb16441d55e60bc9) -* 0.3.0 Split into separate files to allow individual import of MUI components +#### [0.5.1](https://github.com/formsy/formsy-material-ui/compare/0.3.8...0.5.1) -* 0.2.5 Fix issue #21 Textfield defaultValue handling. +> 20 October 2016 -* 0.2.4 Updated textfield handling (@vijayrawatsan), selectfield fix (@dmlinn). +- [FormsyText] Add updateImmediately prop & fix handleChange [`#109`](https://github.com/formsy/formsy-material-ui/pull/109) +- fix typo [`#137`](https://github.com/formsy/formsy-material-ui/pull/137) +- Fixes React 15.2 unknown props warnings. Closes #119. [`#120`](https://github.com/formsy/formsy-material-ui/pull/120) +- Fix text input values, and form reset [`#111`](https://github.com/formsy/formsy-material-ui/pull/111) +- Accepts Formsy.Form.reset() [`#106`](https://github.com/formsy/formsy-material-ui/pull/106) +- [FormsySelect] Don't set hasChanged for empty value [`#61`](https://github.com/formsy/formsy-material-ui/pull/61) +- Use defaultDate rather than defaultValue in FormsyDate [`#53`](https://github.com/formsy/formsy-material-ui/pull/53) +- set up unit-testing tools [`#50`](https://github.com/formsy/formsy-material-ui/pull/50) +- Release 0.5.1 [`0a75c88`](https://github.com/formsy/formsy-material-ui/commit/0a75c88429ae1b6ac7b8abc7c621176df67cd992) +- Merge branch from master [`61314ac`](https://github.com/formsy/formsy-material-ui/commit/61314ac2abdff44745caedb195d88b81335b2859) +- [Examples] Add webpack example [`6a7dd23`](https://github.com/formsy/formsy-material-ui/commit/6a7dd23d167a0f2ee9313ae188cf6a841a92b553) -* 0.2.3 Fix textfield initialization through this.refs.form.reset(model) (@vijayrawatsan). +#### [0.3.8](https://github.com/formsy/formsy-material-ui/compare/0.3.7...0.3.8) -* 0.2.2 Add prepublish script and associated dev dependency to package.json. +> 9 February 2016 -* 0.2.1 Convert dependencies to peerDependencies. +- [Core] Propagate events as onChange() [`#49`](https://github.com/formsy/formsy-material-ui/pull/49) +- Upgrade to babel 6, release 0.3.8 [`74c3682`](https://github.com/formsy/formsy-material-ui/commit/74c36826292918a4605ea84f282672009c4caf8c) +- Propagate events through props when handlers exist. [`9021239`](https://github.com/formsy/formsy-material-ui/commit/90212398b56385b9720cb852bc883839ea118d8f) -* 0.2.0 Only validate textfield onBlur +#### [0.3.7](https://github.com/formsy/formsy-material-ui/compare/0.3.6...0.3.7) -* 0.1.6 Correct live-demo URL +> 6 February 2016 -* 0.1.5 Add react-components keyword to package.json +- Expose a `.focus()` method [`#47`](https://github.com/formsy/formsy-material-ui/pull/47) +- expose a `.focus()` method [`859a582`](https://github.com/formsy/formsy-material-ui/commit/859a582aa28ca8189e7e7a10d6cbc89ed6652028) +- Release 0.3.7 [`173888f`](https://github.com/formsy/formsy-material-ui/commit/173888f83dd1cbf278d0a7a1c8d910b06f137404) -* 0.1.4 Add formsy-react dependency (previously assumed it was already installed). +#### [0.3.6](https://github.com/formsy/formsy-material-ui/compare/0.3.5...0.3.6) -* 0.1.3 Fix Checkbox & Toggle to return value when unchanged, don't import all of MUI (!), update example in README. +> 28 January 2016 -* 0.1.2 Babelify same! +- Add custom onBlur and onFocus handler support [`#44`](https://github.com/formsy/formsy-material-ui/pull/44) +- relase 0.3.6 [`7ff9a61`](https://github.com/formsy/formsy-material-ui/commit/7ff9a61f7ed9822bcf367a10d1e7e8e12eed360a) +- bump version for release [`5fdb24e`](https://github.com/formsy/formsy-material-ui/commit/5fdb24e1e56bd488158cdb44766000e529cc3d33) -* 0.1.1 Fix exports. +#### [0.3.5](https://github.com/formsy/formsy-material-ui/compare/0.3.4...0.3.5) -* 0.1.0 Initial release. +> 17 January 2016 + +- [FormsySelect] Add support for composable SelectField [`#41`](https://github.com/formsy/formsy-material-ui/pull/41) +- Replace CommonJS requires with ES2015 imports [`df4da56`](https://github.com/formsy/formsy-material-ui/commit/df4da565a1ebc268353671f7bbe0b3c67c181e96) +- Remove mixin, bump version [`e110e0e`](https://github.com/formsy/formsy-material-ui/commit/e110e0e673d597f885c89f85b96a8e3048e00833) +- [README] Update with composeable SelectField example [`08bcc82`](https://github.com/formsy/formsy-material-ui/commit/08bcc82c262788a89fc3e5b48adb5141e6d5e795) + +#### [0.3.4](https://github.com/formsy/formsy-material-ui/compare/0.3.3...0.3.4) + +> 4 January 2016 + +- Treat Checkbox as a controlled component [`#35`](https://github.com/formsy/formsy-material-ui/issues/35) +- Bump version [`2903edd`](https://github.com/formsy/formsy-material-ui/commit/2903edd28ce1d5a96f7186ce7898a874f51efde9) +- add .DS_Store to .gitignore [`237f45a`](https://github.com/formsy/formsy-material-ui/commit/237f45ac52d956d01a0719ed60a0c109059b46ae) + +#### [0.3.3](https://github.com/formsy/formsy-material-ui/compare/0.3.2...0.3.3) + +> 2 December 2015 + +- Fix typo in example code [`#30`](https://github.com/formsy/formsy-material-ui/pull/30) +- reconcile merge conflict in package.json [`4b7bd99`](https://github.com/formsy/formsy-material-ui/commit/4b7bd992c49675f803b39b6d6e08551fa567b6c1) +- Fix package.json, transpile FormsyDate.jsx [`300c88b`](https://github.com/formsy/formsy-material-ui/commit/300c88b3b1a8822090a037cefc4c916afedea680) +- Fix default (ISO8601 style) date for formatDate to respect client timezone [`43f4955`](https://github.com/formsy/formsy-material-ui/commit/43f4955962774edff066abb4ca864b27dc14fdf2) + +#### [0.3.2](https://github.com/formsy/formsy-material-ui/compare/0.3.0...0.3.2) + +> 11 November 2015 + +- Split into separate files to allow individual import of MUI components [`#25`](https://github.com/formsy/formsy-material-ui/pull/25) +- Remove explicit files declaration from package.json [`e16ed94`](https://github.com/formsy/formsy-material-ui/commit/e16ed945e249321ee3bad1c66a7f7b7627f40a00) +- Remove explicit files declaration from package.json [`1e1dcce`](https://github.com/formsy/formsy-material-ui/commit/1e1dcce0538ba92eb86c8c278e08309f26963051) + +#### [0.3.0](https://github.com/formsy/formsy-material-ui/compare/0.2.4...0.3.0) + +> 10 November 2015 + +- Fixes Textfield dafault value [`#23`](https://github.com/formsy/formsy-material-ui/pull/23) +- added errorText to FormsySelect [`#20`](https://github.com/formsy/formsy-material-ui/pull/20) +- Split into separate files to allow individual import of MUI components [`611965f`](https://github.com/formsy/formsy-material-ui/commit/611965fe9674d9f482dc37f30a9ce23eeca78103) +- UPdate readme for 0.2.5 [`e14d6aa`](https://github.com/formsy/formsy-material-ui/commit/e14d6aacc39f872aab63fbfbc801aa856051f4e3) +- Textfield test cases [`431d121`](https://github.com/formsy/formsy-material-ui/commit/431d1213bfb10702ee99a6b7ac75d4032d8c6c7a) + +#### [0.2.4](https://github.com/formsy/formsy-material-ui/compare/0.2.3...0.2.4) + +> 2 November 2015 + +- Supports texfield initialization through this.refs.form.reset & addresses #6 as a byproduct. [`#19`](https://github.com/formsy/formsy-material-ui/pull/19) +- Revert "Changes in v0.2.3 was a mistake. This commit fixes that by us… [`#17`](https://github.com/formsy/formsy-material-ui/pull/17) +- Fix issue where clicking on span in option would not update value. [`#13`](https://github.com/formsy/formsy-material-ui/pull/13) +- Changes in v0.2.3 was a mistake. This commit fixes that by using the … [`#12`](https://github.com/formsy/formsy-material-ui/pull/12) +- Revert "Changes in v0.2.3 was a mistake. This commit fixes that by using the …" [`1f56c02`](https://github.com/formsy/formsy-material-ui/commit/1f56c02164ab99b35db2dd40f43e48491faa3052) +- Changes in v0.2.3 was a mistake. This commit fixes that by using the approach explained on https://github.com/christianalfoni/formsy-react/wiki/validate-on-blur. [`8b5ccfd`](https://github.com/formsy/formsy-material-ui/commit/8b5ccfdfd33d79128e03a8b244906f530444236c) +- FormstText implementation based on https://github.com/christianalfoni/formsy-react/wiki/validate-on-blur [`174fc0c`](https://github.com/formsy/formsy-material-ui/commit/174fc0c10109280cddd0798be3641ce3d9d3fb93) + +#### [0.2.3](https://github.com/formsy/formsy-material-ui/compare/0.2.2...0.2.3) + +> 29 October 2015 + +- Textfield initialization through this.refs.form.reset(model) fix. [`#10`](https://github.com/formsy/formsy-material-ui/pull/10) + +#### [0.2.2](https://github.com/formsy/formsy-material-ui/compare/0.2.1...0.2.2) + +> 21 October 2015 + +- Add prepublish script and associated dev dependency. [`e3f2e50`](https://github.com/formsy/formsy-material-ui/commit/e3f2e50a01bc75eca5cddb5681e1c8b8141e4422) + +#### [0.2.1](https://github.com/formsy/formsy-material-ui/compare/0.2.0...0.2.1) + +> 21 October 2015 + +- Convert dependencies to peerDependencies. [`4204def`](https://github.com/formsy/formsy-material-ui/commit/4204def0a85b496889b217f7395662a67dd10f07) +- bump version to 0.2.1 [`dcf22be`](https://github.com/formsy/formsy-material-ui/commit/dcf22bedc0fbf11b4bc90e78c6f2f58d16b90e4c) + +#### [0.2.0](https://github.com/formsy/formsy-material-ui/compare/0.1.6...0.2.0) + +> 20 October 2015 + +- Only update & validate textfields onBlur [`58942d4`](https://github.com/formsy/formsy-material-ui/commit/58942d4ec7af5ce15d9b92ceba616d516c4e3484) + +#### [0.1.6](https://github.com/formsy/formsy-material-ui/compare/0.1.5...0.1.6) + +> 20 October 2015 + +- Somplify README code example. [`c7b3f4a`](https://github.com/formsy/formsy-material-ui/commit/c7b3f4a832974122af5de39f5b3aa8a416462586) +- Bump version [`7165575`](https://github.com/formsy/formsy-material-ui/commit/716557546818842fd9e780822799263192b81506) +- Remove unused mapping from example form in README. [`02a741e`](https://github.com/formsy/formsy-material-ui/commit/02a741e59ad4edfa775c4e403f5fc0e3ad7b9341) + +#### [0.1.5](https://github.com/formsy/formsy-material-ui/compare/0.1.4...0.1.5) + +> 20 October 2015 + +- Add react-components keyword to package.json [`943e3bb`](https://github.com/formsy/formsy-material-ui/commit/943e3bb3905afa54737f77f990d3608787bea3d3) + +#### [0.1.4](https://github.com/formsy/formsy-material-ui/compare/0.1.3...0.1.4) + +> 20 October 2015 + +- Add formsy-react dependency (previously assumed it was already installed) [`d529392`](https://github.com/formsy/formsy-material-ui/commit/d529392014f7711a9902e0b51879419727bb1408) +- Correct formsy-react name [`405b487`](https://github.com/formsy/formsy-material-ui/commit/405b487cde6a83c1e37b8ba7506dc872b79465aa) +- Bump version to 0.1.3 [`1c0692f`](https://github.com/formsy/formsy-material-ui/commit/1c0692f147bb30d2513f9d748d74c73c4227057a) + +#### [0.1.3](https://github.com/formsy/formsy-material-ui/compare/0.1.2...0.1.3) + +> 14 October 2015 + +- Update README.md [`3486325`](https://github.com/formsy/formsy-material-ui/commit/3486325c44919b200249a2a2a7e00807e434db73) +- Babelify to index.js [`e1ce0f3`](https://github.com/formsy/formsy-material-ui/commit/e1ce0f3ade015937cf79955956f42d4a0a8fbccb) +- Checkbox and Toggle return value at mount [`a4a1500`](https://github.com/formsy/formsy-material-ui/commit/a4a15000e60aab506928d6af1501ae407266ccdd) + +#### [0.1.2](https://github.com/formsy/formsy-material-ui/compare/0.1.1...0.1.2) + +> 10 October 2015 + +- Bump version [`45af626`](https://github.com/formsy/formsy-material-ui/commit/45af626a384ef0497e741c89bf28e551ec5e2383) +- Fix exports [`745de36`](https://github.com/formsy/formsy-material-ui/commit/745de36f48385d665436f205d76327216dc942dd) + +#### [0.1.1](https://github.com/formsy/formsy-material-ui/compare/0.1.0...0.1.1) + +> 10 October 2015 + +- Initial release [`caf98e0`](https://github.com/formsy/formsy-material-ui/commit/caf98e0d4b25781a90af16634038b14499e6b9a8) + +#### 0.1.0 + +> 10 October 2015 + +- Initial commit [`2b1bdb2`](https://github.com/formsy/formsy-material-ui/commit/2b1bdb2daa310fec535ff4d6a66426197ce9d82a)