v1.0.1
Bug Fixes
- #14 Change PropType for
value
to allow any (@twisty) - #8 Fix incorrect
mapping
prop type (@rkuykendall) - #5 Updated readme and package.json for new organization (@rkuykendall)
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 withFormsy
. You can still use the same API to manage validations and submit