<aside>
💡 The Changelogs of the Web SDK are here. 👇
Changelog of v1
</aside>
2.49.0 - 2025/01/16
Improvements and Removals
- Removed two legacy SDK flows:
- Single Payment Flow: A simplified one-payment view that hasn’t been used in production for over a year. Its removal simplifies the codebase, improves maintainability, and strengthens the overall logic.
- Express Checkout: A legacy, unstable flow introduced in 2022, never officially released but present in TypeScript declarations and some code files. As we are not pursuing this approach further, all related code has been removed, simplifying the PayPal integration and client session logic.
- Amount checks on Apple Pay and Google Pay—We removed a client-side check for these payment methods, as it was no longer needed. Passing value 0 enables some specific vaulting flows.
2.48.0 - 2025/01/10
New Features and Improvements
- This release introduced several updates to the dependencies used by the web SDK, primarily related to TypeScript type generation, linting, and build pipelines.
- Notable customer-facing dependency updates include:
- card-validator and credit-card-type, which are responsible for validating and recognizing cards client-side. Keeping these up to date ensures your clients won't encounter issues with the card form.
- @stripe/stripe-js, used to render the Stripe ACH payment form and its components.
- We have also improved the overall code quality and ensured more reliable execution.
2.47.0 - 2024/12/10
New Features and Improvements
Stripe ACH Vaulting is now available ✨
- We have added support for Vaulting for ACH via Stripe. ACH lets you accept payments from customers with a US bank account.
- Read about the prerequisites here
2.46.8 - 2024/11/11
🔨 Fixes
We've released a fix to prevent the Google Pay OR_BIBED_15
error from happening on the Firefox browser.
2.46.7 - 2024/11/05
🔨 Fixes