v6.2.0
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 deprecatedhandleCardPayment
to
confirm PaymentIntent. In addition to the rename, the arguments passed tohandleCardPayment
are
sligthly different. Otherwise, these changes should not affect the behavior of the function.
#1339