Releases: jaredpalmer/formik
Releases · jaredpalmer/formik
formik@2.4.9
formik-native@2.1.32
Patch Changes
- Updated dependencies [
8f9d04d]:- formik@2.4.9
formik@2.4.8
Patch Changes
- #4042
1de45deThanks @copilot-swe-agent! - Replace JSX.IntrinsicElements with React.JSX.IntrinsicElements for React 19 compatibility. The global JSX namespace was removed in React 19, so we now use React.JSX.IntrinsicElements instead.
formik-native@2.1.31
Patch Changes
- Updated dependencies [
1de45de]:- formik@2.4.8
formik@2.4.6
Patch Changes
f57ca9b#3949 Thanks @DeveloperRaj! - Changing the state inside formik was changing reference of initialValues provided via props, deep cloning the initialvalues will fix it.
formik-native@2.1.29
Patch Changes
- Updated dependencies [
f57ca9b]:- formik@2.4.6
formik@2.4.5
formik-native@2.1.28
formik@2.4.4
Patch Changes
-
41720c2#3862 Thanks @yazaldefilimonepinto! - ForwardclassNamefor custom components used withField -
da58b29#3858 Thanks @alaanescobedo! - Remove use of deprecatedStatelessComponenttype in favor ofFunctionComponent -
5c01ee7#3872 Thanks @rajpatelbot! - FIX: Fixed resetForm function dependency issue