Releases: Shopify/js-buy-sdk
Releases · Shopify/js-buy-sdk
v1.0.0-alpha.9
v1.0.0-alpha.9
v1.0.0-alpha.8
v1.0.0-alpha.8
v0.7.1
v0.3.1
New Build System!
This release represents a complete overhaul of our build system. We're now not using any build tool at all, except for babel, and some npm commands. Broccoli is gone. NPM Scripts for the win.
Other major change: rollup and UMD only. We're tree shaking our build, and only exporting a UMD artifact.
v0.2.3
v0.2.2
v0.2.1
Version 0.2.0 Milestone
This completes the v0.2.0 milestone #51
A few things added:
- Provides a convenience method to fetch the most recent cart if it exists, or create one.
- Allow full domains, over just myshopify domains. Going forward we will be supporting different TLDs. myShopifyDomain is now deprecated.
- Add
cart.lineItemCount
for total number of items in cart, not justlineItems.length
(Inspired by #57 and https://github.com/Shopify/js-buy-sdk/pull/57/files#diff-2252a2513e98df574dd8383c6bbfc5dbR242) - Images sizes (see #10)
- Safely handling no product images. Currently, things fail out on IE9 when there are no images.
- Add Version Header to requests
- Add version mark to artifact.