Dev Center Updates

Required Stencil-CLI version set to 3.5.0

by BigCommerce
A bug affecting users of stencil-CLI has been fixed as of CLI version 3.5.0. As this bug was resulting in CLI requests incorrectly redirecting which resulted in a degradation of the local development experience, we have bumped the required
Stencil
Announcement
Warning

API Announcement for March 4, 2021

by BigCommerce
On April 30, 2021, the Coupon API will limit the characters allowed in a coupon name. An error will result if any special characters other than the following are used in the Coupon code field: Alphanumeric values White spaces Underscores (
Announcement
Warning
API

The qty_in_cart property is removed from the Stencil Common Product Card object

by BigCommerce
As part of an effort to improve the performance of BigCommerce storefronts, the qtyincart property is no longer supported on the Stencil Common Product Card Model. This property will return 0 from now on, and its use is discouraged. The...
Stencil
Theme
Warning

Inventory levels are no longer returned in Stencil context based on settings

by BigCommerce
Inventory Levels will no longer be returned in the Stencil context data if your store's Inventory settings are set to "Don't show Stock Levels". Previously, this setting would only hide the stock levels on individual product pages...
Warning
Stencil
Bug Fix

TLS 1.2+ required for API connections beginning October 31, 2020

by BigCommerce
BigCommerce will be deprecating the use of Transport Layer Security (TLS) 1.1 on October 31, 2020 and customers will be required to utilize TLS versions 1.2 or greater. Any access to services that currently rely on TLS 1.1 or older will...
API
Warning
Announcement

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...
Warning
Stencil

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...
Announcement
Stencil
Warning

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...
Announcement
Warning

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...
Warning
Stencil