diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d5cff061..16407519b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,14 @@ ## Draft - Expose `language` object on the checkout page [#910](https://github.com/bigcommerce/stencil/pull/910) -- Update package.json to disambiguate Stencil and Cornerstone [#943] (https://github.com/bigcommerce/stencil/pull/943) -- Added support up to 8 levels for category menu depth [#939] (https://github.com/bigcommerce/stencil/pull/939) -- Implement lazyloading for product card images to improve above-the-fold rendering [#944] (https://github.com/bigcommerce/stencil/pull/944) +- Update package.json to disambiguate Stencil and Cornerstone [#943](https://github.com/bigcommerce/stencil/pull/943) +- Added support up to 8 levels for category menu depth [#939](https://github.com/bigcommerce/stencil/pull/939) +- Implement lazyloading for product card images to improve above-the-fold rendering [#944](https://github.com/bigcommerce/stencil/pull/944) +- Print a readable error instead of dumping the whole error object to the console [#950](https://github.com/bigcommerce/cornerstone/pull/950) ## 1.5.3 (2017-02-23) -- Show 'Write a Review' link for mobile [#922] (https://github.com/bigcommerce/stencil/pull/922) -- Update text input for product review comment to be multiline so it's not too small to be usable [#921] (https://github.com/bigcommerce/stencil/pull/921) +- Show 'Write a Review' link for mobile [#922](https://github.com/bigcommerce/stencil/pull/922) +- Update text input for product review comment to be multiline so it's not too small to be usable [#921](https://github.com/bigcommerce/stencil/pull/921) - Add a larger view of a swatch image when option is hovered over on the product page [#923](https://github.com/bigcommerce/stencil/pull/923) - Fixes an issue with file upload button not properly displaying in IE [#925](https://github.com/bigcommerce/stencil/pull/925) - Make sure product review email links automatically pop the review form [#928](https://github.com/bigcommerce/stencil/pull/928) @@ -21,15 +22,15 @@ - Remove an unnecessary and confusing option in theme editor [#927](https://github.com/bigcommerce/stencil/pull/927) - Fix an issue where required product list options would display an invalid "none" choice [#929](https://github.com/bigcommerce/stencil/pull/929) - Remove unused variable causing js error with search in the nav [#938](https://github.com/bigcommerce/stencil/pull/938) -- Add settings to theme editor schema to customize Optimized Checkout discount banners [#924] (https://github.com/bigcommerce/stencil/pull/924) -- Update Optimized Checkout discount banners default values per theme variation [#942] (https://github.com/bigcommerce/stencil/pull/942) +- Add settings to theme editor schema to customize Optimized Checkout discount banners [#924](https://github.com/bigcommerce/stencil/pull/924) +- Update Optimized Checkout discount banners default values per theme variation [#942](https://github.com/bigcommerce/stencil/pull/942) ## 1.5.2 (2017-02-14) - Added a setting to theme editor schema to show/hide the homepage carousel [#909](https://github.com/bigcommerce/stencil/pull/909) - Prevent carousel images from being cut off on large screens by adding a new setting to theme editor schema [#909](https://github.com/bigcommerce/stencil/pull/909) - Add schema description specifying that social media icons must be set up to see them [#920](https://github.com/bigcommerce/stencil/pull/920) -- Show account creation links only if it is enabled in store settings [#917] (https://github.com/bigcommerce/stencil/pull/917) -- Add GeoTrust SSL Seal Toggle [#903] (https://github.com/bigcommerce/stencil/pull/903) +- Show account creation links only if it is enabled in store settings [#917](https://github.com/bigcommerce/stencil/pull/917) +- Add GeoTrust SSL Seal Toggle [#903](https://github.com/bigcommerce/stencil/pull/903) ## 1.5.1 (2017-02-07) - Fix an issue with a horizontal scroll bar showing in theme editor [#915](https://github.com/bigcommerce/stencil/pull/915)