Skip to content

v1.3.1

Compare
Choose a tag to compare
@jaredpalmer jaredpalmer released this 03 Oct 01:02

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