Releases: jaredpalmer/formik
Releases · jaredpalmer/formik
formik-native@2.1.19
formik-native@2.1.18
formik@2.2.9
formik-native@2.1.17
Patch Changes
- Updated dependencies [
ca60ef9
]:- formik@2.2.9
formik@2.2.8
formik-native@2.1.16
Patch Changes
- Updated dependencies [
3a9c707
]:- formik@2.2.8
formik@2.2.7
Patch Changes
-
e50040a
#2881 Thanks @jinmayamashita! - Prevent calling getSelectedValues when the element has not options -
31405ab
#3201 Thanks @artola! - Fixes regression that resulted in error update race condition from when usingvalidateOnMount
-
c2d6926
#2995 Thanks @johnrom! - Allow explicitly setting<form action>
to empty string (#2981). Note: previous code which passed an empty string would result in a noop (simply appending # to the url), but this will now result in a form submission to the current page.
formik-native@2.1.15
v2.1.5
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.