v1.0.1
Bug Fixes
- #14 Change PropType for
valueto allow any (@twisty) - #8 Fix incorrect
mappingprop type (@rkuykendall) - #5 Updated readme and package.json for new organization (@rkuykendall)
Features
- Replaced
React.PropTypeswith prop-types - Removed
React.createClassto allow support for React 16
BREAKING CHANGES
- Mixins are deprecated and replaced with
withFormsyHOC you can use to wrap your components. See examples in the README Formsy.Formis also replaced withFormsy. You can still use the same API to manage validations and submit