Skip to content

v6.3.1

Compare
Choose a tag to compare
@erikras erikras released this 18 Nov 09:44
· 76 commits to master since this release
v6.3.1

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