Dev Center Updates

Cornerstone 4.4.1

by BigCommerce
Enhancements and Bug Fixes Prevent triggering quantity change when pressing enter #1630 Replace Karma with Jest #1627 Fix price filter to honor control panel settings #1633
Cornerstone
Theme
Bug Fix

Cornerstone 4.4.0 Release

by BigCommerce
Enhancements and Bug Fixes Add translation key for "read more" blog post link #1625 Update My Account Payment Methods template to expose all new savable payment methods #1603 Proper address formatting without any additional commas in My...
Cornerstone
Bug Fix

Cornerstone 4.3.1 Release

by BigCommerce
Enhancements and Bug Fixes Upgrade core-js to version 3 #1598 Add jquery-migrate to Modal test #1599 Fixes itemprop availability meta tag for price including tax case in price.html component #1601 Fix to make browser back button...
Cornerstone
Bug Fix

GraphQL Storefront API Updates - December 11th, 2019

by BigCommerce
We're excited to announce several improvements to the GraphQL Storefront API! Bugs Fixed An issue which prevented looking up products on the product node via parent SKU code when the product had variants was fixed. Enhancements The...
Storefront API
Announcement
Enhancement

API and Theme updates for Dec 6, 2019

by BigCommerce
Developer Survey BigCommerce is seeking feedback from its external devs. Give us your feedback! API Added example request body for Storefront Token API POST Added id to Category API filter params Developer Blog Blazing Speed Without...
Developer Blog
API
Storefront API

Cornerstone 4.3.0 release

by BigCommerce
Bug Fixes Fixes body text color not taking effect for cart item headings on mobile / tablet #1586 Fix styling of review modal image #1592 Fix typo in README.md #1588 Fix corejs warning #1594 Fix cart quantity calculation for bundled...
Bug Fix
Cornerstone

API and Theme Updates for November 15, 2019

by BigCommerce
Contribute to BigCommerce Dev Docs We're excited to announce BigCommerce is accepting contributions to our developer documentation. Want to get involved? Learn more. API Storefront API tokens support JWT Updated the ShippingZoneMethod...
Developer Blog
Storefront API
Stencil

GraphQL Storefront API now supports variant prices and customer login

by BigCommerce
Variant Prices Using the GraphQL Storefront API, you can now request the prices of variants in addition to products. Consider the query below: query { site { products(first: 3) { edges { node { prices...
Storefront API
Enhancement

GraphQL Storefront API now supports narrowing variants by option values

by BigCommerce
Using the Storefront API, you can now narrow the collection of variants on a product based on a set of option values. This is similar to how you can refine the product node response based on option values. For example, if a shopper...
Storefront API
Enhancement