All Versions
10
Latest Version
Avg Release Cycle
84 days
Latest Release
2502 days ago

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
    • ๐Ÿ“„ Docs: Removing unnecessary single quote (#410)
    • ๐Ÿ›  Fix: fix crash when comparing array with null (#404)
    • ๐Ÿ“„ Docs: Update API.md
    • ๐Ÿ“„ Docs: Remove stray sentence. (#415)
    • Chore: Migrate from React.PropTypes to prop-types
  • 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, 2015
    • getErrorMessages() gives all registered errors
    • required 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