v0.6.0
displayName
is now optional. Formik will now showup asFormik(<ComponentName>)
in React DevTools- Non-React static class properties of inner components are now preserved
- Dropped
recompose
- TypeScript improvements:
FormikBag<Props>
has becomeFormikBag<Props,Values>
InjectedFormikProps<Props>
is the same asInjectedFormikProps<Props, Props>