timestamp1599688200001
Page Builder and API Updates for September 9, 2020
by BigCommerce
Page Builder As of September 9, 2020, Page Builder is enabled on all Stencil stores by default. Page Builder documentation updated. API Passwordless Login updated to include more details and a customer email example. Listing...timestamp1597850400001
Stencil-utils versions below 2.0.0 are deprecated
by BigCommerce
As of stencil-utils 2.0.0, the storefront API which returns the status of the cookie notification feature was removed: https://github.com/bigcommerce/cornerstone/pull/1380 This API is now deprecated, and will return a hardcoded...timestamp1597165740001
Required stencil-cli version is now 2.0.0
by BigCommerce
As of August 11, 2020, the required stencil-CLI version for local development is now 2.0.0. To update to the latest version of stencil-cli, simply run npm install -g @bigcommerce/stencil-cli. We recommend using the latest Node 10.x...timestamp1597149780001
Per-Device Image Resizing based on user agent has been disabled; use srcset
by BigCommerce
As of August 11, 2020, the BigCommerce CDN will no longer downscale the resolution of images when it detects that an end user is shopping from a mobile device with a small screen. In order to make sure that file size & quality is...timestamp1596150180001
Cornerstone 4.9.0
by BigCommerce
Added correct alt text on image change in product view. #1747 Description tab is hidden in case of empty product description. #1746 Stencil CLI updated to the latest version. #1744 Added immediate keyboard focus for quick view modal...timestamp1595636220001
Cornerstone 4.8.0
by BigCommerce
Fixed Facebook button during modal scrolling behaviour. #1724 Fixed Product Image dimensions not constrained proportionally on Cart page which can lead to element overlapping. #1722 Added byte type on file upload options when max file...timestamp1593048360001
GraphQL Storefront API - Bulk Pricing on Products and Variants
by BigCommerce
The GraphQL Storefront API now supports fetching the bulk pricing tiers on both products and variants. Consider this query: query bulkPricingTiers { site { products(first: 3) { edges { cursor node...timestamp1592329380001
Cart Suggestions removed from Stencil context Cart model
by BigCommerce
As of June 16, the ability to request a list of suggested products relevant to the user's current shopping cart has been removed. If this information is requested using Front Matter or a stencil-utils call, it will not be returned. This...timestamp1590707040001
GraphQL Storefront API updates - Variant-level inventory!
by BigCommerce
New features You may now request inventory levels for each product variant. Note that inventory levels will NOT be returned if your store settings are set to not display stock levels on the storefront. Consider this query: query...