Skip to content

0.4.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@markmur markmur released this 12 Jan 14:22
· 69 commits to main since this release
0e6b639
  • Breaking Changes: The library has been rebranded from Shopify Checkout Kit to Shopify Checkout Sheet Kit. Apologies for any inconvenience caused. Here are the steps to upgrade:
  1. Update your gradle/maven import:
- implementation 'com.shopify:checkout-kit:0.3.3'
+ implementation 'com.shopify:checkout-sheet-kit:0.4.0'
  1. Update the imports throughout your codebase:
- com.shopify.checkoutkit.*
+ com.shopify.checkoutsheetkit.*
  1. Update the present|preload|configure() calls throughout your codebase:
- ShopifyCheckoutKit.present|preload|configure()
+ ShopifyCheckoutSheetKit.present|preload|configure()

Also included:

  • Inform checkout when the sheet has been presented to help distinguish between preloads and presents. Groundwork for analytics.
  • Emit instrumentation payloads to improve observability.