All Versions
10
Latest Version
Avg Release Cycle
84 days
Latest Release
2778 days ago
Changelog History
Changelog History
-
v0.19.5 Changes
June 18, 2017- ๐ Fix warning about isMounted being deprecated
-
v0.19.4 Changes
June 16, 2017- Migrate from React.createClass to create-react-class
-
v0.19.3 Changes
June 16, 2017 -
v0.19.0 Changes
December 09, 2016- ๐ Feature: Expose inner element when using HOC (#399)
-
v0.18.1 Changes
July 05, 2016- ๐ Using better names for components wrapped into HOC #357 (Thanks @wizardzloy)
- ๐ Fixed: Maximum call stack exception when recreating custom validate function #298 (Thanks @jamedranoa)
- ๐ Fixed: Unknown props
onValidSubmit
,onSubmitted
on tag #361 (Thanks @philwhln) - ๐ Fixed: Cannot reset value unless truthy #285 (Thanks @dsteinbach)
- ๐ Fixed: uncontrollable/controllable components warnings in examples
-
v0.18.0 Changes
April 19, 2016- React 15.0.0 as peer dependency
- โ Added getModel()
- โ Added updateInputsWithError(errors)
- ๐ Fixed: multiple on change #258 (Thanks @sdemjanenko )
- ๐ Fixed: onValidationComplete sometimes errors when inputs are removed #267
- ๐ Fixed: Prevent multiple rendering with PureRenderMixin #252 (Thanks @neoziro )
- ๐ Fixed: Form.validationErrors disables input validation #239 (Thanks @easyrider)
- โ Removed babelify transform (Thanks @neoziro )
-
v0.17.0 Changes
October 08, 2015- React 0.14 as dependency
- ๐ Fixed package.json pointing to wrong folder
- ๐ Fixed passing props on HOCs
-
v0.16.0 Changes
October 04, 2015getErrorMessages()
gives all registered errorsrequired
and 'validations' can now be changed at runtime- ๐ You can now use application/x-www-form-urlencoded style on naming your elements (contacts[0][name]) and it will be converted to plain JS object (See readme for more details)
- Elements no longer needs to have the same owner as the form element, nest and wrap as much as you want
- โ Added Higher Order Component and Decorator to define Formsy Elements
- ๐ Other smaller fixes, thanks to our little community :-)
- ๐จ Refactored and cleaned all tests to Nodeunit. No more tests sharing variables etc... I deserve lots of ๐บ
-
v0.15.0 Changes
October 04, 2015๐ BETA RELEASE
-
v0.14.1 Changes
May 22, 2015- โช Reverted passing of all props to form as it conflicted with some native props, still allows "autoComplete" to be passed though