Skip to content

Releases: formsy/formsy-react

v1.1.1

Choose a tag to compare

@rkuykendall rkuykendall released this 22 Nov 14:05
9a4429a

Bug Fixes

  • email validation: Fix email validation broken for new domains (f8dc5f)
  • hoc binding: Bind all necessary methods of the HOC (5ea795)

Features

  • changelog: Changelog with conventional-commits (#26) (d6ce00c)

v1.1.0

Choose a tag to compare

@rkuykendall rkuykendall released this 16 Nov 19:00
a939ed9

Features

  • React 16 support

v1.0.2

Choose a tag to compare

@rkuykendall rkuykendall released this 14 Nov 20:53

Improvements

  • Exporting both withFormsy and Wrapper again. Wrapper displays a deprecation warning, replicated some of the tests

v1.0.1

Choose a tag to compare

@rkuykendall rkuykendall released this 13 Nov 16:28
782b4e8

Bug Fixes

Features

  • Replaced React.PropTypes with prop-types
  • Removed React.createClass to allow support for React 16

BREAKING CHANGES

  • Mixins are deprecated and replaced with withFormsy HOC you can use to wrap your components. See examples in the README
  • Formsy.Form is also replaced with Formsy. You can still use the same API to manage validations and submit