Skip to content

Releases: jaredpalmer/formik

formik@2.2.3

07 Nov 21:49
14aeb9a
Compare
Choose a tag to compare

Patch Changes

formik-native@2.1.11

07 Nov 21:49
14aeb9a
Compare
Choose a tag to compare

Patch Changes

formik@3.0.0-next.2

07 Nov 21:49
3d8666f
Compare
Choose a tag to compare
formik@3.0.0-next.2 Pre-release
Pre-release

Patch Changes

formik-native@2.1.10-next.2

07 Nov 21:49
3d8666f
Compare
Choose a tag to compare
Pre-release

Patch Changes

formik@2.2.2

05 Nov 16:49
12ab09d
Compare
Choose a tag to compare

Patch Changes

formik-native@2.1.10

05 Nov 16:49
12ab09d
Compare
Choose a tag to compare

Patch Changes

formik@3.0.0-next.1

27 Oct 20:08
96d5dc9
Compare
Choose a tag to compare
formik@3.0.0-next.1 Pre-release
Pre-release

Patch Changes

formik@3.0.0-next.0

27 Oct 18:47
30c75f3
Compare
Choose a tag to compare
formik@3.0.0-next.0 Pre-release
Pre-release

Major Changes

  • 5efd691 #2255 Thanks @jaredpalmer! - Added parse, format, and formatOnBlur to getFieldProps options, <Field>, and useField. Going forward, there is no reason aside from backwards compatibility to continue using either formikProps.handleChange or formikProps.handleBlur. These are both inferior to the onChange and onBlur functions returned by getFieldProps() which the ability to utilize parse, format, and formatOnBlur.

    Breaking Change
    Instead of just passing back formikProps.handleChange and formikProps.handleBlur, the onChange and onBlur handlers returned by getFieldProps() (and thus useField/<Field>) are now scoped to the field already and now accept either a React Synthetic event or a value. In the past, you could need to curry the handler with the string name of field to get this functionality. This likely doesn't impact many users, but it is technically breaking nonetheless.

formik-native@2.1.10-next.1

27 Oct 20:08
96d5dc9
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [1c2175a]:
    • formik@3.0.0-next.1

formik-native@2.1.10-next.0

27 Oct 18:47
30c75f3
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [5efd691]:
    • formik@3.0.0-next.0