Dev Center Updates

GraphQL Storefront API can now be used to power Stencil theme context

by BigCommerce
It is now possible to augment the data available in the theme context through the use of GraphQL queries described directly in the Front Matter of template files. Using this capability, you can fetch data a little bit more flexibly to build
Stencil
Storefront API
Announcement
Enhancement

Cornerstone 5.7.0 for July 1, 2021

by BigCommerce
Theme Implement CEV language files into Cornerstone.#2084 Added translations for Consent Manager.#2083
Cornerstone
Maintenance
Bug Fix

Rendered Widget HTML now available in GraphQL Storefront API

by BigCommerce
You may now fetch the rendered HTML of widgets created via Widgets API or Page Builder. To get the content, you’ll need to provide a page type, and the ID for the page (if necessary). In the response, you’ll get a list of all the regions on
API
Announcement
Storefront API

Cornerstone 5.6.0 for June 17, 2021

by BigCommerce
Theme Translation mechanism for config.json values have been implemented.#2076 Enter press on Compare checkbox cause quick view opening.#2074 Product images in quick view can be squashed.#2075 Fixed shift in change options popup on Cart
Cornerstone
Maintenance
Bug Fix

Cornerstone 5.5.0 for May 25, 2021

by BigCommerce
Theme Scale focus trap for all modals.#2049 Fixed displaying swatch name for multiple swatch options on page.#2040 Added settings for payment banners.#2021 Use https:// for schema markup.#2039 Update focus tooltip styles contrast to achieve
Cornerstone
Maintenance
Bug Fix

GraphQL Storefront API now supports sorting products within categories

by BigCommerce
The GraphQL Storefront API’s now supports sorting the products on a Category node, using the sortBy parameter. This will match the equivalent sorting behaviors on the BigCommerce Storefront (Stencil). Consider this query: query
Storefront API
Enhancement

GraphQL Login Mutation now returns entire Customer object

by BigCommerce
The GraphQL Storefront API’s Login Mutation now supports fetching all of the details of the customer account after a successful login. Consider this query: mutation Login($email: String!, $pass: String!) { login(email: $email, password:
Storefront API
Enhancement

Cornerstone 5.4.0 for April 28, 2021

by BigCommerce
Theme Incorrect focus order for product carousels.#2034 Removed duplicates of main tag.#2032 Hamburger menu icon missing on Google AMP pages.#2022 Wish List drop down is truncated on product page.#2001 Improve performance of analyzing
Cornerstone
Maintenance
Bug Fix

Cornerstone 5.3.0 for April 8, 2021

by BigCommerce
Theme Remove AddThis for social sharing, replace with provider sharing links.#1997 IE11 - Clicking on search does not display search bar.#2017 Alt text should include product name for ratings.#2015 Changed insufficient "Change" link text on
Cornerstone
Maintenance
Bug Fix