Skip to content

Releases: christianalfoni/formsy-react

0.19.5

18 Jun 02:31
Compare
Choose a tag to compare
  • Fix warning about isMounted being deprecated

0.19.4

16 Jun 21:29
Compare
Choose a tag to compare
  • Migrate from React.createClass to create-react-class

0.19.3

16 Jun 03:16
Compare
Choose a tag to compare
  • 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

Release v0.19.0

09 Dec 06:46
Compare
Choose a tag to compare
  • Feature: Expose inner element when using HOC (#399)

Release 0.18.1

05 Jul 09:01
Compare
Choose a tag to compare
  • 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

Release 0.18.0

19 Apr 08:29
Compare
Choose a tag to compare

Release 0.17.0

08 Oct 07:33
Compare
Choose a tag to compare
  • React 0.14 as dependency
  • Fixed package.json pointing to wrong folder
  • Fixed passing props on HOCs

Version 0.16.0

04 Oct 15:54
Compare
Choose a tag to compare
  • 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 🍺

Release 0.15.0

04 Oct 15:52
Compare
Choose a tag to compare

BETA RELEASE

Release 0.14.1

22 May 14:21
Compare
Choose a tag to compare
  • Reverted passing of all props to form as it conflicted with some native props, still allows "autoComplete" to be passed though