Release notes
Your bookmark friendly source for BigCommerce platform updates and enhancements.
Latest updates
Cornerstone 5.3.0 for April 8, 2021
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 cart page. #2014
Added labeling for edit fields on cart page. #2016
Add placeholder for failed to load carousel images and update scalability. #2009
Fixed insufficient button label on cart page from action controls. #2013
"Skip to main content" now is visible when top banned is absent. #2010
Announce subscribing email field as mandatory. #2011
Changed insufficient link text for "Read More" links. #2012
Added sold out badges on products within PLP. #2003
Update focus trap in Modal. #1998
Added unique identifiers to product cards on product list pages. #1999
Fixed line breaks on dropdown menu display mode. #1996
Added notifications on Carousel's content change through 'Next/Prev' buttons. #1986
Add error message when faceted search fails on search, category, brand pages #2005
API Announcement for April 1, 2021
API
Added business-to-business functionality to the BigCommerce platform with the B2B Edition of BigCommerce
Developer Blog
BigCommerce for WordPress 4.9.0 for March 19, 2021
4.9.0
Added
Added support for Product Category images
Added additional error message when attempting to create a channel with an existing name
UPC, MPN, and GTIN now available in Storefront GraphQL API
The UPC, MPN, and GTIN fields are now available on both
product
andvariant
nodes in the GraphQL Storefront API
API Announcement for March 4, 2021
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 ( _ )
Hyphens ( - )
To prevent a disruption in service, remove special characters from all coupon codes.
Storefront Data Hooks & Theme Updates for March 4, 2021
Storefront Hooks
1.0.1
Initial public release in support of https://nextjs.org/commerce
1.1.0
Fix useUpdateItem
Fix typo in storefront-data-hooks repo
Add missing types to the
Cart
body
Resolves #22
Login SSO
Accept
options
in theuseLogin
hook to allow Login SSOUpdate Readme with a quick guide of using Login SSO
Allow to get products of different categories
Add a new key to
useSearch
:categoryIds
Stringify
categoryIds
to use as a key in SWRAdd a deprecation warning to
categoryId
Resolves #9
Fix useAddItem
types
Set
variantId
as optional
Resolves #21
Theme
Added improvements focusing on WCAG 2.1 Level AA compliance. To learn how to develop a theme to meet the needs of all users, see Developing Themes for Accessibility.
Developer Blog
API Updates & Announcements for February 25, 2021
API
Moved Deprecations and Sunsets reference article to API Docs.
BigCommerce Payments
Removed Chase Pay digital wallet from the BigCommerce platform.
Developer Blog
Cornerstone 5.2.0 for March 1, 2021
Theme
Fixed cut off on Cart button when zooming up to 400%. #1988
Category pages are creating alt attribute within the span tag. #1987
Add alt attribute for no image placeholders. #1984
For non-required options, when the "None" option displays on the storefront it should be deselected when another option is chosen. #1980
Error message not announced automatically. #1983
Fixed Discount Banner update on adding item to cart from PDP. #1974
Make every product option group ID unique. #1979
Fixed required checkbox message displaying. #1963
Provided sufficient and informative text along with the color swatches. #1976
If multiple Pick List Options are applied, customers cannot select "none" on both. #1975
Moved phrase from compare.html to en.json for increasing localization. #1972
Fixed focus for sort by dropdown on reloading page. #1964
Fixed filtered selection not announced by screen reader. #1966
Integrate accessibility scripts to product images slider on PDP. #1965
Move focus on filter items modal after Show more button was clicked and accessibility refactoring. #1977
BigCommerce for WordPress 4.8.0 for February 5, 2021
4.8.0
Fixed
Addresses an issue with the Choices JS library breaking the term selection in the WP admin Product Selector UI.
Fixed greyed out Embedded Checkout option in the settings even if site is SSL configured.
Stencil Update for January 28, 2021
Stencil
Stencil CLI version 3.1 has split the .stencil
file into secrets.stencil.json
and config.stencil.json
files. This change is backward compatible. .stencil
will continue to exist on old themes and CLI versions.
Developer Blog