Releases: afterpay/sdk-ios
Releases · afterpay/sdk-ios
3.0.7 🛸
3.0.6 🦑
3.0.5 🪗
What's Changed
- Fix: pin dependency for CocoaPods @apederson94 @ScottAntonacAP (#181)
3.0.4 🌝
What's Changed
- EIT-426: add intro text options to price breakdown @ScottAntonacAP (#175)
3.0.3 🦖
3.0.2 🎻
3.0.1 - 🛰
3.0.0 🌈
What's Changed
🚀 Features
- Add
WidgetView
, for showing the new Afterpay Checkout widget. The checkout widget is a component that needs to be placed in your app if the order value is going to change after the express checkout has finished. It displays the consumer’s payment schedule and can be updated as the order total changes, e.g. in response to shipping costs and promo codes. - Add different kinds of payment buttons @huwr (#160)
Example app changes
- Add options to cart screen @huwr (#135)
- Centralise configuration - simply only use remote now @huwr (#133)
- Can now use redirect or express checkouts @huwr (#148)
🐛 Bug Fixes
- Remove script handler on view dismissal @huwr (#139)
- Post config updated notification on main thread @huwr (#132)
🧰 Maintenance
2.0.0 - Express Checkout with Integrated Shipping
What's Changed
This release enables merchants to use the new v2 mobile API (presentCheckoutV2Modally
) which integrates with web checkout via a new interactive method (HTML5 postMessage
).
This enables support for loading checkout tokens on demand including tokens with mode
set to express
. Pickup and Buy Now options are also available through this API as well as the ability to provide shipping options dynamically based on the user's saved Afterpay shipping address.
The README has been updated to reflect these new features, so take a look!
🚀 Features
- Checkout V2 with support for express checkout mode @adamjcampbell (#131)
1.4.3 - Scrolling Hotfix
What's Changed
- Prevent scrollView bounce in the checkout WebView @adamjcampbell (#130)
This prevents the SDK from triggering a potential crash within UIKit