Dev Center Updates

Deprecation of JSPM in stencil-cli for September 17, 2020

by BigCommerce
Theme The new stencil-cli version (2.0.0) no longer supports JSPM. Developer Blog How to Build Your First BigCommerce App
Announcement
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

Control Panel URL change now live

by BigCommerce
The URL used in all store Control Panels will now reflect the store's Permanent Address (i.e. store-abc123.mybigcommerce.com). Previously, if a store had an SSL certificate installed, the store URL (i.e. my-store.com) and the Control...
Announcement
Maintenance

Extend the BigCommerce Page Builder with custom Widgets!

by BigCommerce
Beginning April 8, BigCommerce stores will have improved content management capabilities in the new Page Builder feature. This new capability is being slowly rolled out, starting with new BigCommerce stores. BigCommerce provides several...
Announcement
Enhancement

Chrome's SameSite changes have been temporarily reverted by Google

by BigCommerce
In a previous changelog entry, we warned you about changes to Chrome's handling of cookies via the new SameSite attribute, which affects the behavior of cookies in iframes, and thus affects the loading of BigCommerce apps. Google has...
Announcement
Warning

GraphQL Storefront API Updates - April 3, 2020

by BigCommerce
Bugs Fixed An issue where product description and relatedProducts would sometimes return null when the product was looked up via a route has been fixed. New Features The GraphQL Storefront API now supports running requests in the...
Announcement
Enhancement
Storefront API

New control_panel_base_url property on Store Information API

by BigCommerce
A new controlpanelbase_url property has been added to the Store Information API. This will always return the appropriate URL for the store's control panel, so you should use it for any instance where you need to link back to the control...
Enhancement
API
Announcement

Stencil-CLI 2.0.0 Release

by BigCommerce
The local Theme Editor has been removed, as it is no longer representative of the production experience. To test theme settings, we recommend pushing your theme up to a store and using the real editor. Add-to-cart issues when developing...
Stencil
Announcement
Developer Blog