Patch Release
<FastField>
now updates for external setter callshandleSubmit
now checks for the synthetic event before callingevent.preventDefault()
meaning it can now be used safely in React Native and saving you an arrow function.- Internal refactoring to reduce bundle size
Commits
- Set state of value and error after validateYupSchema sync (#457) 6405d22
- Point to the new .d.ts location eb13945
- Close #448. Make fastfield update for external setter calls fde20a6
- Allow handleSubmit to be called without preventDefault (#451) 12c100b
- rename file formik to Formik (#452) 263befb
- Merge branch 'master' of github.com:jaredpalmer/formik 0ce24e3
- Add travis yarn cache d925c3a
- Update ISSUE_TEMPLATE.md 0a83825
- Update ISSUE_TEMPLATE.md 4f2a092
- Simplify isPromise and add tests (#443) 74d8be4
- Merge branch 'master' of github.com:jaredpalmer/formik 6bce509
- Remove circular exports, shave bytes! 6c3e062
- Fix typo in FieldArray example (#447) d36aa71