npm formik 1.3.1

latest releases: 2.4.6, 2.4.5, 2.4.4...
5 years ago

Improvements 🎉

  • Late Registration: <Field> and <FastField> now "register" with the parent <Formik> during componentDidMount() instead of in componentWillMount/constructor. This change also ensures that Formik is React Fiber ready.
  • <FastField> will now rerender when isSubmitting changes

Bug Fixes 🐛

  • Added support for TypeScript 3.1.1 and @types/react 16.4.x #898. Formik is not friendly with TS 3.0 because of a known issue with type inferencing 🤷‍♂️ . The official solution is to upgrade to TS 3.1.1.
  • Bumped a lot of deps internally
  • Fixed bug in <FieldArray> when changing indexes where touched was incorrect
  • Lots of docs updates
  • Updated examples for React Native and MultiStep

Commits

Don't miss a new formik release

NewReleases is sending notifications on new releases.