Skip to content

v1.0.1

Compare
Choose a tag to compare
@rkuykendall rkuykendall released this 13 Nov 16:28
· 234 commits to master since this release
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