Releases: afterpay/sdk-ios
Releases · afterpay/sdk-ios
4.5.2
What's Changed
🐛 Bug Fixes
- Fix: modify the method for setting the SDK version (#218)
🧰 Maintenance
- Prepare for release: 4.5.2 (#219)
4.5.1
What's Changed
🐛 Bug Fixes
- Make the whole modal link tappable (#215)
🧰 Maintenance
- Prepare for release: 4.5.1 (#216)
4.5.0
What's Changed
🚀 Features
- Add lockup logo as a custom view and option in the price breakdown (#211)
🐛 Bug Fixes
- Fix: bundle access was modified for specific integration scenarios (#212)
🧰 Maintenance
- Prepare for release: 4.5.0 (#213)
4.4.1
What's Changed
🐛 Bug Fixes
- Improve integration compatibility (#208)
🧰 Maintenance
- Prepare for release: 4.4.1 (#209)
4.4.0
What's Changed
🚀 Features
- Make the modal link configurable (#204)
🧰 Maintenance
- Prepare for release: 4.4.0 (#205)
4.3.0
What's Changed
🚀 Features
- replace macaw svgs with pdfs (#202)
🧰 Maintenance
- update version number to 4.3.0 (#203)
- Update the Mint binary to v0.17.0 (#201)
4.2.0
What's Changed
- Feature: more info options (modal) (#199)
🧰 Maintenance
- Prepare for release: 4.2.0 (#200)
4.1.1
What's Changed
🐛 Bug Fixes
- Ensure that the nav bar is not transparent for the modal in iOS 15 (#196)
🧰 Maintenance
- Maintenance: clean up codeowners file (#197)
- Prepare for release: 4.1.1 (#198)
4.1.0 🐹
What's Changed
🚀 Features
- Allow for optional text (
with
and interest-free
) (#194)
🧰 Maintenance
- Update version number to 4.1.0 (#195)
4.0.0 🪐
What's Changed
🚀 Features
🧰 Maintenance
Breaking Changes
- public type alias
ShippingOptionsDidChangeClosure
changes to ShippingOptionDidChangeClosure
for clarity
- public protocol
CheckoutV2Handler
's method shippingOptionDidChange
now takes a second parameter completion
of type ShippingOptionCompletion