Skip to content

v6.2.0

Compare
Choose a tag to compare
@lyyder lyyder released this 12 Aug 12:56
· 849 commits to master since this release
b1d4b70

v6.2.0 Changes

This changeset was originally released as a patch update 6.1.2 but after reconsideration, it's released as a minor update 6.2.0.

Note: Final Form update included a new prop among input props: "checked". That prop ended up to date-picker components, which didn't like it. If you have made your own date-picker components using react-dates lib, you might need to exclude that prop too.

  • [fix] remove typo #1343
  • [change] Request custom image variants for avatar #1342
  • [change] Some dependency updates #1337
  • [fix] Use Stripe's confirmCardPayment function instead of deprecated handleCardPayment to
    confirm PaymentIntent. In addition to the rename, the arguments passed to handleCardPayment are
    sligthly different. Otherwise, these changes should not affect the behavior of the function.
    #1339