Bugfixes
- Properly handle nested array data in
prepareDataForValidation
. (#2265) - Fix 2.1.4 regression with initialValues updating (#2318)
- Correct import of
LowPriority
fromscheduler
- Updated
innerRef
type signature (#2325) - Fix
handleChange
/handleBlur
typings (#2472) - Fix peer dependency version (#2451)
- Fixed
@typescript-eslint/unbound-method
warning.
Internal
- New docs at https://formik.org!!!
- Moved to new Formik GitHub org
Legal
- License changed from MIT to Apache 2.0. Formik is 100% still open source. We don't want people using the logo/trademark commercially without our permission.
- Intellectual Property and Copyright transferred from Jared Palmer to Formik Inc. Happy to answer questions via DM at hello@formik.com
Commits
- Properly handle nested array data in
prepareDataForValidation
. (#2265) - Fix 2.1.4 regression with initialValues updating (#2318)
- Added "shouldValidate" to "setValue" and "setTouched" field hel… (#2371)
- Add FieldProps change to v2 migration guide (#2356)
- Correct import of LowPriority from scheduler
- Fix: return onSubmit promise result in submission (#2420)
- fix: Update innerRef type signature (#2325)
- Fix handleChange / handleBlur typings (#2472)
- Fix peer dependency version (#2451)
- Make validateOnMount rerun validations when initialValues have changed
- Update LICENSE
- Merge pull request #2507 from stefanoverna/fix-validateonmount
- Merge pull request #2438 from helious/master
- Fixes @typescript-eslint/unbound-method.