CHANGELOG.md
April 4, 2021 · View on GitHub
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog.
0.6.3
2 September 2017
- Update changelog, tag 0.6.3
7802507 - Fix older default props method
bc57d6b - Bump deps in example
9fb8151
0.6.2
21 July 2017
- Tag v0.6.2
158a3b4 - Update lint config to ignore destructured (...rest) siblings as unused vars
885edc3 - Fix to exclude
onChangefrom getting passed on...rest7be129d
v0.6.1
19 July 2017
- Remove unused prop
#208 - add new optional convertValue property to FormsyText
#220 - Fix
#222 - Fixed controlled Date and TimePicker value update
#198 - correct underline color for validated textfiled
#196 - use create-react-app and prop-types
#219 - [WIP] Reduce calls to
onChangeof the parent form.#215 - [FormsySelect] Fix Unknown prop
requiredErrorerror / misc refactoring#205 - fix #177
#177 - Bump deps
63bccf5 - Reduce calls to
onChangeof the parent form.6b1f7c9 - Fix lint config and errors
cae2e3e
0.6.0
7 April 2017
- update formsy-react 0.19.0 & material-ui 0.17.0
#200 - Update formsy-react 0.19.0 & material-ui 0.17.0
#202 - Revert #174 and re-apply interim changes
#192 - fix validation color for underline
2eb1a89 - Update changelog
7fdebe2 - Add links to alternatives to the README
d42455b
0.5.4
30 January 2017
- FormsyText component needs to adopt underlineStyle and underlineFocusStyle props
#182 - Update AutoComplete value when MenuItem is selected
#184 - Make example compatible with react 15.4.x
#187 - Implement isFormDisabled()
#188 - Support requiredError on FormsyDate
#178 - Use FormsyText internal _value to allow external setValue calls
#174 - shows requiredError on submit
#105 - Update CHANGELOG
#171 - Refactor tests
da8133c - Allow local disabled prop override
4ac6af5 - Implement this.isFormDisabled() in FormsyText (+ test)
78b2335
0.5.3
21 November 2016
- Tag v0.5.3
#168 - [New Component] Auto Complete
#163 - Update Main.js
#166 - Update README.md with build status
#164 - Upgrade react-tap-event-plugin, fix test & eslint
#162 - Fixed FormsyRadioGroup reset
#154 - Immediately show if valid input is given
#155 - Fields that have validations don't allow input
#156 - Fixed typo of package.json example
#159 - Update version for material-ui v0.16 in peerDepencencies
#160 - Style changes
1aa874c - Add new component, FormsyAutoComplete
154b92a - Fixed RadioButtonGroup reset
279e7e7
0.5.2
20 October 2016
- Fix eslint error
#151 - Remove invalid props of input tag
d641703 - Fix value cannot change when user passes onChange prop
d77542a - Release 0.5.2
6df0352
0.5.1
20 October 2016
- [FormsyText] Add updateImmediately prop & fix handleChange
#109 - fix typo
#137 - Fixes React 15.2 unknown props warnings. Closes #119.
#120 - Fix text input values, and form reset
#111 - Accepts Formsy.Form.reset()
#106 - [FormsySelect] Don't set hasChanged for empty value
#61 - Use defaultDate rather than defaultValue in FormsyDate
#53 - set up unit-testing tools
#50 - Release 0.5.1
0a75c88 - Merge branch from master
61314ac - [Examples] Add webpack example
6a7dd23
0.3.8
9 February 2016
- [Core] Propagate events as onChange()
#49 - Upgrade to babel 6, release 0.3.8
74c3682 - Propagate events through props when handlers exist.
9021239
0.3.7
6 February 2016
0.3.6
28 January 2016
- Add custom onBlur and onFocus handler support
#44 - relase 0.3.6
7ff9a61 - bump version for release
5fdb24e
0.3.5
17 January 2016
- [FormsySelect] Add support for composable SelectField
#41 - Replace CommonJS requires with ES2015 imports
df4da56 - Remove mixin, bump version
e110e0e - [README] Update with composeable SelectField example
08bcc82
0.3.4
4 January 2016
- Treat Checkbox as a controlled component
#35 - Bump version
2903edd - add .DS_Store to .gitignore
237f45a
0.3.3
2 December 2015
- Fix typo in example code
#30 - reconcile merge conflict in package.json
4b7bd99 - Fix package.json, transpile FormsyDate.jsx
300c88b - Fix default (ISO8601 style) date for formatDate to respect client timezone
43f4955
0.3.2
11 November 2015
- Split into separate files to allow individual import of MUI components
#25 - Remove explicit files declaration from package.json
e16ed94 - Remove explicit files declaration from package.json
1e1dcce
0.3.0
10 November 2015
- Fixes Textfield dafault value
#23 - added errorText to FormsySelect
#20 - Split into separate files to allow individual import of MUI components
611965f - UPdate readme for 0.2.5
e14d6aa - Textfield test cases
431d121
0.2.4
2 November 2015
- Supports texfield initialization through this.refs.form.reset & addresses #6 as a byproduct.
#19 - Revert "Changes in v0.2.3 was a mistake. This commit fixes that by us…
#17 - Fix issue where clicking on span in option would not update value.
#13 - Changes in v0.2.3 was a mistake. This commit fixes that by using the …
#12 - Revert "Changes in v0.2.3 was a mistake. This commit fixes that by using the …"
1f56c02 - 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 - FormstText implementation based on https://github.com/christianalfoni/formsy-react/wiki/validate-on-blur
174fc0c
0.2.3
29 October 2015
- Textfield initialization through this.refs.form.reset(model) fix.
#10
0.2.2
21 October 2015
- Add prepublish script and associated dev dependency.
e3f2e50
0.2.1
21 October 2015
0.2.0
20 October 2015
- Only update & validate textfields onBlur
58942d4
0.1.6
20 October 2015
- Somplify README code example.
c7b3f4a - Bump version
7165575 - Remove unused mapping from example form in README.
02a741e
0.1.5
20 October 2015
- Add react-components keyword to package.json
943e3bb
0.1.4
20 October 2015
- Add formsy-react dependency (previously assumed it was already installed)
d529392 - Correct formsy-react name
405b487 - Bump version to 0.1.3
1c0692f
0.1.3
14 October 2015
- Update README.md
3486325 - Babelify to index.js
e1ce0f3 - Checkbox and Toggle return value at mount
a4a1500
0.1.2
10 October 2015
0.1.1
10 October 2015
- Initial release
caf98e0
0.1.0
10 October 2015
- Initial commit
2b1bdb2