react-final-form v6.3.1 Release Notes

Release Date: 2019-11-18 // over 4 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed decorators unsubscribe order #620 #618
    • ๐Ÿ›  Fix issue with inline isEqual causing an infinite rerender loop #603 #517
    • Lazy evaluation of form and field state #596
    • ๐Ÿ›  Fix async act warning #581
    • Pausing validation before unmount #595 #408
    • ๐Ÿ›  Fixed bug with ignoring changes to onChange #572 #569
    • Pass any additional props to custom component #565 #175
    • Pass through multiple value to custom components #545 #544
    • Cleanup onBlur dependencies #546
    • Do not pass undefined type to input #548

    ๐Ÿ›  Typing Fixes

    • ๐Ÿ›  Fix useFormState and useField Flow types #630
    • โž• Add RenderableProps to FormRenderProps #575
    • ๐Ÿ›  Fix typescript typings in FieldProps #619
    • ๐Ÿ›  Fix FormProps['decorators'] #629
    • Pass FormValues type to Decorator #661
    • FieldInputProps extends AnyObject #606
    • โœ‚ Remove Omit from the typescript definitions #589
    • ๐Ÿ‘ Allow typed render props in TS #570

    ๐Ÿ— Build Fixes

    • โœ‚ Remove the version #604

    v6.3.0...v6.3.1