Skip to content

Releases: jaredpalmer/formik

formik-native@2.1.19

26 May 19:47
b12aad7
Compare
Choose a tag to compare

Patch Changes

formik-native@2.1.18

26 May 19:30
d3348d2
Compare
Choose a tag to compare

Patch Changes

formik@2.2.9

02 Jun 17:04
903c110
Compare
Choose a tag to compare

Patch Changes

formik-native@2.1.17

02 Jun 17:04
903c110
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [ca60ef9]:
    • formik@2.2.9

formik@2.2.8

21 May 23:59
2bfa592
Compare
Choose a tag to compare

Patch Changes

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

formik-native@2.1.16

21 May 23:59
2bfa592
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [3a9c707]:
    • formik@2.2.8

formik@2.2.7

19 May 15:37
261ee30
Compare
Choose a tag to compare

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 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.

formik-native@2.1.15

19 May 15:37
261ee30
Compare
Choose a tag to compare

Patch Changes

v2.1.5

26 May 19:32
Compare
Choose a tag to compare

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 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.

v2.1.4...v2.1.5

formik@2.2.6

10 Dec 14:40
7fdd514
Compare
Choose a tag to compare

Patch Changes