formik v2.1.5 Release Notes

Release Date: 2020-07-14 // almost 4 years ago
  • πŸ›  Bugfixes

    • Properly handle nested array data in prepareDataForValidation. (#2265)
    • πŸ›  Fix 2.1.4 regression with initialValues updating (#2318)
    • ⏱ Correct import of LowPriority from scheduler
    • ⚑️ Updated innerRef type signature (#2325)
    • πŸ›  Fix handleChange / handleBlur typings (#2472)
    • πŸ›  Fix peer dependency version (#2451)
    • πŸ›  Fixed @typescript-eslint/unbound-method warning.

    Internal

    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 [email protected]

    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.

    v2.1.4...v2.1.5