Skip to content

Releases: Shopify/js-buy-sdk

v1.0.0-alpha.9

21 Jun 17:15
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release
v1.0.0-alpha.9

v1.0.0-alpha.8

21 Jun 17:14
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release
v1.0.0-alpha.8

v0.7.1

21 Mar 16:45
Compare
Choose a tag to compare

[#322] Fix #318 - Use accessToken in checkoutUrl

v0.3.1

11 Oct 19:08
Compare
Choose a tag to compare
  • fixes bugs in IE9 introduced in 3.0
  • fixes examples:serve task

New Build System!

19 Sep 15:53
Compare
Choose a tag to compare

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.

Thanks a lot to @mikkoh for all the work he did in #197.

v0.2.3

15 Sep 15:13
Compare
Choose a tag to compare
  • fixes console bug in IE9
  • fixes XHR bug in IE10

v0.2.2

15 Aug 18:40
Compare
Choose a tag to compare
  • updates to test and build tooling
  • exposes variant.available on product variant model

v0.2.1

08 Jul 13:27
Compare
Choose a tag to compare
  • adds polyfills.js and polyfills.min.js to build

Version 0.2.0 Milestone

07 Jul 15:34
Compare
Choose a tag to compare

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 just lineItems.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.

v0.1.8

21 Jun 18:33
Compare
Choose a tag to compare
  • fall back to in-memory cart storage if localStorage is not present or throws exceptions. Resovles issues with Safari in private browsing mode.
  • adds end-to-end selenium tests in CI
  • update deploy script to read version number from package.json