formik v2.1.3 Release Notes

Release Date: 2020-01-28 // about 4 years ago
  • Patches

    • Start examples page: 8f998ae
    • Be nicer around unspecified checkboxes : #2198. Previously, Formik would throw if a checkbox's key wasn't specified in initialValues and a value wasn't specified at /. Now we are nicer about it, and set the next value to true instead of throwing.
    • 🛠 Fix compat with latest @types/react: #2214
    • Attempt to fix codesandbox: #2218
    • Try using forwardRef (bypassed commit hooks, sorry!): 67ff970
    • ⏪ Revert "Try using forwardRef (bypassed commit hooks, sorry!)": 4ff1c5c
    • ⚡️ Update useField docs: #2233
    • ⚡️ Update field.md: #2228
    • ⚡️ Update SECURITY.md to conform to semver: #2227
    • 👉 Make num of rows in example equal: #2226
    • 🛠 Fix grammar and typos: #2225
    • Load Snack code from external source so it stays up to date: #2242

    Credits

    Huge thanks to @mackness, @JanCizmar, @is2ei, @leonvisscher, @stephan281094, and @brentvatne for helping!

    v2.1.2...v2.1.3