Patch
- Change es module output filename from
formik.es6.js
toformik.esm.js
- Field-level validations now also run in
setFieldValue
andsetFieldTouched
- Fixed bug where
isSubmitting
was alwaystrue
in v1.0.0-beta.4 🤷♂️ whoops. - Replace
any
on<Form />
with proper TS types
Commits:
- Change module filename from .es6.js to .esm.js 18cbc36
- Improve field level validation (#736) f3c3157
- Replace 'any' on with proper types (#730) 7fc86da
- Update Bug_report.md 5497d72
- Update Feature_request.md b14e0cf
Special thanks to @Andreyco for digging into the Field-level validation stuff!
Happy Birthday to Formik 🎂 🎉
It's been an awesome year!
- 1 million NPM downloads
- Over 7500 stars
Thank you all for the support!