Skip to content

Releases: jaredpalmer/formik

formik@2.4.5

17 Sep 19:54
0f960aa
Compare
Choose a tag to compare

Patch Changes

formik-native@2.1.28

17 Sep 19:54
0f960aa
Compare
Choose a tag to compare

Patch Changes

formik@2.4.4

06 Sep 23:38
34240fd
Compare
Choose a tag to compare

Patch Changes

formik-native@2.1.27

06 Sep 23:38
34240fd
Compare
Choose a tag to compare

Patch Changes

formik@2.4.3

02 Aug 04:54
8255312
Compare
Choose a tag to compare

Patch Changes

formik-native@2.1.26

02 Aug 04:54
8255312
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [9e0a661]:
    • formik@2.4.3

formik@2.4.2

14 Jun 17:12
db97ce4
Compare
Choose a tag to compare

Patch Changes

formik-native@2.1.25

14 Jun 17:12
db97ce4
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [96280d3]:
    • formik@2.4.2

formik@2.4.1

31 May 22:21
20f6848
Compare
Choose a tag to compare

Patch Changes

  • 2b194c2 #3808 Thanks @NagaiKoki! - fix type of setFieldValue function

  • 708bcb2 #3813 Thanks @probablyup! - Revert FieldArray "shouldComponentUpdate" performance optimization. As it turns out, it's a common use case to have JSX controlled via non-Formik state/props inside of FieldArray, so it's not safe to cancel re-renders here.

  • 187e47d #3815 Thanks @probablyup! - Revert Yup transform support for the time being, this may be re-introduced in a future release under an opt-in prop.

formik-native@2.1.24

31 May 22:21
20f6848
Compare
Choose a tag to compare

Patch Changes