GoScrobble/web/node_modules/formik/CHANGELOG.md

4.6 KiB

formik

2.2.9

Patch Changes

2.2.8

Patch Changes

  • 3a9c707 #3203 Thanks @hixus! - Fixes type of setError value as it is same as setFieldError message

2.2.7

Patch Changes

  • 31405ab #3201 Thanks @artola! - Fixes regression that resulted in error update race condition from when using validateOnMount
  • 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.

2.2.6

Patch Changes

2.2.5

Patch Changes

2.2.4

Patch Changes

2.2.3

Patch Changes

2.2.2

Patch Changes

2.2.1

Patch Changes

  • e04886d #2820 Thanks @wellyshen! - Fixed bug with scheduler and validateFormWithLowPriority method not be scheduled correctly

2.2.0

Minor Changes

  • 4148181 #2794 Thanks @jaredpalmer! - setValue can now optionally accept a function as a callback, exposing React.SetStateAction functionality. Previously, only the entire object was allowed which caused issues with stale props.

    setValues(prevValues => ({...prevValues, ... }))
    

2.1.7

Patch Changes