|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +### v2.1.7 (July 13, 2020) |
| 4 | + |
| 5 | +- Update product set component to use the correct container node when in non-iFrame mode [#680](https://github.com/Shopify/buy-button-js/pull/680) |
| 6 | + |
| 7 | +### v2.1.6 (July 8, 2020) |
| 8 | + |
| 9 | +- Fixed disabled button css class [#681](https://github.com/shopify/buy-button-js/pull/681) |
| 10 | +- Show discount code within the cart when discount title is unavailable [#686](https://github.com/Shopify/buy-button-js/pull/686) |
| 11 | +- Prevent adding multiple close modal event listeners [#692](https://github.com/shopify/buy-button-js/pull/692) |
| 12 | + |
| 13 | +### v2.1.5 (July 7, 2020) |
| 14 | + |
| 15 | +- Updated `JS Buy SDK` to `v2.11.0`, which uses Storefront API version [2020-07](https://shopify.dev/concepts/about-apis/versioning/release-notes/2020-07) ([#699](https://github.com/Shopify/buy-button-js/pull/699)) |
| 16 | + |
| 17 | +### v2.1.4 (July 7, 2020) |
| 18 | + |
| 19 | +- Updated changelog for [v2.1.3](https://github.com/Shopify/buy-button-js/pull/685) |
| 20 | + |
3 | 21 | ### v2.1.3 (May 12, 2020)
|
| 22 | + |
4 | 23 | - Updated `JS Buy SDK` to `v2.10.0`, which uses Storefront API version [2020-04](https://shopify.dev/concepts/about-apis/versioning/release-notes/2020-04) ([#684](https://github.com/Shopify/buy-button-js/pull/684))
|
5 | 24 |
|
6 | 25 | ### v2.1.2 (April 6, 2020)
|
| 26 | + |
7 | 27 | - Updated code of conduct report link ([#678](https://github.com/Shopify/buy-button-js/pull/678))
|
8 | 28 |
|
9 | 29 | ### v2.1.1 (March 23, 2020)
|
| 30 | + |
10 | 31 | - Updated `JS Buy SDK` to `v2.9.2` ([#674](https://github.com/Shopify/buy-button-js/pull/674))
|
11 | 32 | - This update ensures that checkouts and content returned from Storefront API/JS Buy SDK will be in the store's primary language.
|
12 | 33 |
|
13 | 34 | ### v2.1.0 (January 9, 2020)
|
| 35 | + |
14 | 36 | - Add unit pricing to the product component ([#671](https://github.com/Shopify/buy-button-js/pull/671))
|
15 | 37 |
|
16 | 38 | ### v2.0.0 (November 19, 2019)
|
| 39 | + |
17 | 40 | - Defer creation of checkout until a variant is added to cart ([#657](https://github.com/Shopify/buy-button-js/pull/657))
|
18 | 41 | - The cart component's model will now be null until a variant has been added to the cart
|
19 | 42 |
|
20 | 43 | ### v1.0.4 (October 9, 2019)
|
| 44 | + |
21 | 45 | - Changed text-rendering to auto for select elements to prevent Safari 13 from crashing ([#653](https://github.com/Shopify/buy-button-js/pull/653))
|
22 | 46 |
|
23 | 47 | ### v1.0.3 (October 8, 2019)
|
| 48 | + |
24 | 49 | - Fix product set's `trackingInfo` to return tracking information for each product in set ([#651](https://github.com/Shopify/buy-button-js/pull/651))
|
25 | 50 |
|
26 | 51 | ### v1.0.2 (September 24, 2019)
|
| 52 | + |
27 | 53 | - Add `openCheckout` user event ([#647](https://github.com/Shopify/buy-button-js/pull/647))
|
28 | 54 | - Fixed pagination error for product set buy buttons ([#645](https://github.com/Shopify/buy-button-js/pull/645))
|
29 | 55 | - Tracker related updates:
|
|
32 | 58 | - Updated tracking info values and added addtional properties ([#645](https://github.com/Shopify/buy-button-js/pull/645))
|
33 | 59 |
|
34 | 60 | ### v1.0.1 (September 10, 2019)
|
| 61 | + |
35 | 62 | - Fix how ShopifyBuy.UI is set ([#643](https://github.com/Shopify/buy-button-js/pull/643))
|
36 | 63 |
|
37 | 64 | ### v1.0.0 (September 5, 2019)
|
| 65 | + |
38 | 66 | - Add support for automatic discounts in the `lineItem` component ([#640](https://github.com/Shopify/buy-button-js/pull/640))
|
39 | 67 | - Add `priceWithDiscounts` contents option and enable by default
|
40 | 68 | - Disable `price` contents option by default
|
41 | 69 | - Add `priceWithDiscounts` to the order array
|
42 | 70 | - Add `priceWithDiscounts`, `fullPrice`, `discount`, and `discountIcon` styles
|
43 | 71 | - Update default `price` styles to account for its position inside the `priceWithDiscounts` container
|
44 |
| -- Add support for automatic discounts in the `cart` component ([#640](https://github.com/Shopify/buy-button-js/pull/640)) |
| 72 | +- Add support for automatic discounts in the `cart` component ([#640](https://github.com/Shopify/buy-button-js/pull/640)) |
45 | 73 | - Add `discounts` contents option and enable by default
|
46 | 74 | - Add `discount`, `discountText`, `discountIcon`, `discountAmount`, and `cartScrollWithDiscounts` styles
|
47 | 75 | - Update layout of `lineItem` component to position variant title below product title ([#640](https://github.com/Shopify/buy-button-js/pull/640))
|
|
55 | 83 | - Android: 4.4+
|
56 | 84 |
|
57 | 85 | ### v0.12.0 (August 15, 2019)
|
| 86 | + |
58 | 87 | - Bump various npm dependencies, notably the following major updates: ([#633](https://github.com/Shopify/buy-button-js/pull/633))
|
59 | 88 | - `babel/core` | `babel/cli` | `babel/runtime` : v7.x
|
60 | 89 | - `core-js`: v3.1.4
|
|
67 | 96 | - Fix missing double quotes around classes in options template ([#636](https://github.com/Shopify/buy-button-js/pull/636))
|
68 | 97 |
|
69 | 98 | ### v0.11.0 (March 29, 2019)
|
| 99 | + |
70 | 100 | - Bump `shopify-buy` dependency to v2.2.0.
|
71 | 101 | - Asserts `lineItemsSubtotalPrice` is exposed.
|
72 | 102 | - Add a `formattedLineItemsSubtotal` field to cart view model. The new field consists in a sum of all line items prices without any discount, taxes or shipping rates applications.
|
0 commit comments