Dev Center Updates

Cornerstone 4.12.0 for November 5, 2020

by BigCommerce
Theme Reduce lodash usage in compare-products.js and image-gallery.js. #1827 Fixed product image carousel when it becomes unresponsive on Product page. #1879 Move phrases and static strings to en.json for improving translation...
Cornerstone
Maintenance
Enhancement
Bug Fix

GraphQL Complexity Limit Increased (October 2020)

by BigCommerce
We have once again adjusted the GraphQL Storefront API complexity limit to be more permissive, based on developer feedback. If you have previously bumped up against the complexity limit for a particular query, you are encouraged to try...
Storefront API
Enhancement
Announcement

Cornerstone 4.11.0 for October 15, 2020

by BigCommerce
Theme Now supports global regions for display of widgets across multiple storefront pages. #1859 Add Info and Add Coupon forms on Cart Page tabbable when hidden. #1820 Fixed outline styles for breadcrumbs on focus state. #1824 Fixed...
Cornerstone
Bug Fix
Maintenance
API

Cornerstone 4.10.0 for October 1, 2020

by BigCommerce
Theme Return heading to product card. #1848 Quick search query param needs to be fixed while navigating to search page. #1832 Create unified focus styling in Cornerstone. #1812 Review link in quick modal focused twice. #1797 Fixed...
Cornerstone
Bug Fix
Maintenance

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...
Cornerstone
Bug Fix
Maintenance

GraphQL Storefront API Complexity Scoring Adjusted

by BigCommerce
Based on feedback from our developer community, we've adjusted the weighting of our GraphQL Storefront API's complexity scoring in order to be more permissive. As a result, queries which may have previously been rejected on the basis of...
Storefront API
Enhancement

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...
Cornerstone
Bug Fix
Maintenance

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

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...
API
Storefront API
Enhancement