From aa01921b8c1447f8875eacfcedbc7c04153d5339 Mon Sep 17 00:00:00 2001 From: Ian Jabour <58703040+ianjabour-stripe@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:36:35 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f33883fd2..d14f2b348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.40.0 - 2024-11-19 + **Breaking changes** - Removed support for FPX payments via the bank picker UI. If you'd like to accept FPX payments, we recommend using [Mobile Payment Element](https://docs.stripe.com/payments/accept-a-payment?platform=react-native). Also see the [FPX Payment guide](https://docs.stripe.com/payments/fpx/accept-a-payment?web-or-mobile=mobile) for more info on how to integrate FPX specifically. @@ -11,6 +13,7 @@ - `CustomerSheet` is now generally available! - If you were using `CustomerSheetBeta`, change that to `CustomerSheet`. - If you were using `CustomerSheetBeta.CustomerSheet`, change that to `CustomerSheet.Component` +- Enabled vertical mode ## 0.39.0 - 2024-10-15