2.38.1 | 2025-06-04
🛠️ Refactor
- UIColor: Added
primer
prefix to gray color variables to improve naming consistency and avoid potential conflicts with other libraries.
2.38.0 | 2025-06-02
✨ Improvements
- Klarna auto continues when single payment option
- Implement the Co-badged Cards feature on Drop-in
🛠️ Refactor
- Reduce
init(coder:)
boilerplate
- Remove unused code from Networking
- Finalise classes where appropriate
2.37.0 | 2025-05-12
✨ Improvements
- We have added
CardFormUIOptions.payButtonAddNewCard
to support the "Add New Card" option in the card form flow.
- Introduced support for the 'Continue payment flow' workflow action to configure checkout outcome. See our documentation for more info.
🪲 Bug fixes
- We have fixed a crash issue that occurred during NolPay initialization.
🛠️ Refactor