Skip to content

v8.2.0

Compare
Choose a tag to compare
@Gnito Gnito released this 12 Aug 15:13
· 977 commits to master since this release
8a9aeff

v8.2.0 Changes

Updates from upstream: FTW-daily v6.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