Copyright © Dev Centerhttps://validator.w3.org/feed/docs/rss2.htmlDev Center Updatesbigcommerce.comhttp://localhost:4567/changelog/?utm_source=noticeable&utm_campaign=bcdevchangelog&utm_content=other&utm_id=Q8YuGWPOCMmZDwnKUywV.IWS24s1AhDLHDJPwIDx2&utm_medium=newspageenThu, 04 Apr 2024 17:58:54 GMThttps://noticeable.iohttps://storage.noticeable.io/projects/Q8YuGWPOCMmZDwnKUywV/newspages/IWS24s1AhDLHDJPwIDx2/01h55ta3gs073dkq368xnhykwm-header-logo.pngDev Center Updateshttp://localhost:4567/changelog/?utm_source=noticeable&utm_campaign=bcdevchangelog&utm_content=other&utm_id=Q8YuGWPOCMmZDwnKUywV.IWS24s1AhDLHDJPwIDx2&utm_medium=newspagehttps://storage.noticeable.io/projects/Q8YuGWPOCMmZDwnKUywV/newspages/IWS24s1AhDLHDJPwIDx2/01h55ta3gs073dkq368xnhykwm-header-logo.png#0d47a17SyZWo3FfwZMTLIgAjGOThu, 04 Apr 2024 17:58:49 GMT[email protected] (BigCommerce)API Updates for April 4, 2024https://bcdevchangelog.noticeable.news/publications/api-updates-for-april-4-2024API

  • Merchants can now select which regions they want to use an automatic tax provider. To learn more about the new merchant flow, see configuring tax providers in the Tax Provider API doc.

Stencil

Bug Fix

]]>
API

  • Merchants can now select which regions they want to use an automatic tax provider. To learn more about the new merchant flow, see configuring tax providers in the Tax Provider API doc.

Stencil

Bug Fix

]]>
APIStencilBug Fix
03Tq0KrYuzFioGWeA5UeThu, 15 Jun 2023 17:32:38 GMT[email protected] (BigCommerce)API Updates for June 15, 2023https://bcdevchangelog.noticeable.news/publications/api-updates-for-june-15-2023API

Stencil

Developer Blog

]]>
API

Stencil

Developer Blog

]]>
APIStencilDeveloper Blog
lPy93TvVT4Z7tHeOqwxvThu, 18 May 2023 17:17:47 GMT[email protected] (BigCommerce)API Updates and Announcement for May 18, 2023https://bcdevchangelog.noticeable.news/publications/api-updates-and-announcement-for-may-18-2023Announcement

BigCommerce is preparing to deprecate our current SASS compiler, node-sass fork, in favor of the more modern node-sass, which will allow us to support the latest versions of Node (Node 18) in Stencil CLI.

BigCommerce is sunsetting node-sass on 11/1/2023. This deprecation means that after this date, your live storefront will run into styling issues if these issues are not addressed.

To ensure your storefront is up to date, please do the following:

  • Using the latest version of Stencil CLI, run the stencil bundle command to validate your theme’s code and note any errors in the console output.

    • stencil bundle

  • For a majority of issues, we have supplied an option to run a script that will update your files with the correct formatting. This option can be done by running the following:

    • To see what changes will be made without actually changing/saving said changes, we have created a dry run option.

      • stencil -scss-autofix.js --dry

    • To make the changes and revalidate, run the following:

      • stencil -scss-autofix.js

      • stencil bundle

    • You can test your site after making these changes to ensure there are no visual regressions. You can run stencil start as usual to preview the site.

    • If everything looks good, you can run stencil push (or follow your normal theme deployment workflow) to push the changes live to your storefront.

API

Stencil

  • Added EarlyHint handlebar helper to the Handlebars Helpers Reference.

]]>
Announcement

BigCommerce is preparing to deprecate our current SASS compiler, node-sass fork, in favor of the more modern node-sass, which will allow us to support the latest versions of Node (Node 18) in Stencil CLI.

BigCommerce is sunsetting node-sass on 11/1/2023. This deprecation means that after this date, your live storefront will run into styling issues if these issues are not addressed.

To ensure your storefront is up to date, please do the following:

  • Using the latest version of Stencil CLI, run the stencil bundle command to validate your theme’s code and note any errors in the console output.

    • stencil bundle

  • For a majority of issues, we have supplied an option to run a script that will update your files with the correct formatting. This option can be done by running the following:

    • To see what changes will be made without actually changing/saving said changes, we have created a dry run option.

      • stencil -scss-autofix.js --dry

    • To make the changes and revalidate, run the following:

      • stencil -scss-autofix.js

      • stencil bundle

    • You can test your site after making these changes to ensure there are no visual regressions. You can run stencil start as usual to preview the site.

    • If everything looks good, you can run stencil push (or follow your normal theme deployment workflow) to push the changes live to your storefront.

API

Stencil

  • Added EarlyHint handlebar helper to the Handlebars Helpers Reference.

]]>
APIAnnouncementStencil
VAhsLoZQbGAAwdbe0moCThu, 11 May 2023 17:16:28 GMT[email protected] (BigCommerce)API Updates and Announcements for May 11, 2023https://bcdevchangelog.noticeable.news/publications/api-updates-and-announcements-for-may-11-2023API

Stencil

  • B2B Edition, formerly BundleB2B, released its new Buyer Portal framework last week. We’ve extensively revised our article on B2B Edition for Stencil to clarify the differences.

Announcements

  • We’re excited to announce that we’ve split the Catalog API spec file into seven parts: Brands, Categories, Category Trees, Products, Product Modifiers, Product Variants, and Product Variant Options. This split should solve performance issues, as the old file was > 27k lines. This change also moves the Catalog API into its own section of the menu. We plan to delete the old spec file in two weeks. We welcome your feedback through our feedback collector in the lower right corner of the site or through any of our Dev Community channels.

  • We’ve also reorganized the Payments API files. Each Payments endpoint is now its own file. We chose to handle spec parsing issues that obscured the correct payment processing server and authentication mechanism. This change also clarifies the Payments API section of the menu.

]]>
API

Stencil

  • B2B Edition, formerly BundleB2B, released its new Buyer Portal framework last week. We’ve extensively revised our article on B2B Edition for Stencil to clarify the differences.

Announcements

  • We’re excited to announce that we’ve split the Catalog API spec file into seven parts: Brands, Categories, Category Trees, Products, Product Modifiers, Product Variants, and Product Variant Options. This split should solve performance issues, as the old file was > 27k lines. This change also moves the Catalog API into its own section of the menu. We plan to delete the old spec file in two weeks. We welcome your feedback through our feedback collector in the lower right corner of the site or through any of our Dev Community channels.

  • We’ve also reorganized the Payments API files. Each Payments endpoint is now its own file. We chose to handle spec parsing issues that obscured the correct payment processing server and authentication mechanism. This change also clarifies the Payments API section of the menu.

]]>
APIAnnouncementStencil
8pQwjOlzGRqiF1PRbI6mThu, 27 Apr 2023 17:08:10 GMT[email protected] (BigCommerce)Stencil Announcement for April 27, 2023https://bcdevchangelog.noticeable.news/publications/stencil-announcement-for-april-27-2023Stencil

  • Added the Incompatible Directives article. This article covers the known divergent behavior and describes how to avoid unexpected compiler errors until the node-sass fork sunsets.

]]>
Stencil

  • Added the Incompatible Directives article. This article covers the known divergent behavior and describes how to avoid unexpected compiler errors until the node-sass fork sunsets.

]]>
StencilAnnouncement
3cY0gp3XaDFRLr1vFpEKThu, 13 Apr 2023 17:15:07 GMT[email protected] (BigCommerce)API Announcement for April 13, 2023https://bcdevchangelog.noticeable.news/publications/api-announcement-for-april-13-2023Announcement

Added new Stencil videos to the Additional resources sections in the following articles:

]]>
Announcement

Added new Stencil videos to the Additional resources sections in the following articles:

]]>
AnnouncementStencil
sGTlBf14l8PRvNuuBikLThu, 02 Feb 2023 18:37:24 GMT[email protected] (BigCommerce)API Updates and Announcements for February 2, 2023https://bcdevchangelog.noticeable.news/publications/api-updates-and-announcements-for-february-2-2023API

Stencil

WordPress

]]>
API

Stencil

WordPress

]]>
APIStencilWordPress
CfuHmAnvd0RCO6RKSa3XThu, 15 Dec 2022 21:16:38 GMT[email protected] (BigCommerce)API Updates & Announcement for December 15, 2022https://bcdevchangelog.noticeable.news/publications/api-updates-announcement-for-december-15-2022Announcement

  • Added documentation on StagingPro, which provides a full-service sandbox, testing, staging, and CI/CD solution for Enterprise-level BigCommerce stores.

Stencil

  • Updated stencil start logging options with —verbose to enable logging of internal successful API calls in Stencil CLI. 

API

Developer Blog 

]]>
Announcement

  • Added documentation on StagingPro, which provides a full-service sandbox, testing, staging, and CI/CD solution for Enterprise-level BigCommerce stores.

Stencil

  • Updated stencil start logging options with —verbose to enable logging of internal successful API calls in Stencil CLI. 

API

Developer Blog 

]]>
APIAnnouncementStencilDeveloper Blog
0sVdOraJ85CrVTH43ecCThu, 28 Jul 2022 16:50:28 GMT[email protected] (BigCommerce)API Update & Announcement for July 28, 2022https://bcdevchangelog.noticeable.news/publications/api-update-announcement-for-july-28-2022API

  • Added the external_order_id field to the Orders API.

Stencil

  • We've added new custom handlebar helpers for get , getObject , moment , and option to replace the corresponding standard helpers. The new custom handlebar helpers are backward compatible.

Developer Blog

]]>
API

  • Added the external_order_id field to the Orders API.

Stencil

  • We've added new custom handlebar helpers for get , getObject , moment , and option to replace the corresponding standard helpers. The new custom handlebar helpers are backward compatible.

Developer Blog

]]>
APIStencilDeveloper Blog
9zKTo5ZZmqkJiDIV0RkDTue, 29 Mar 2022 16:49:54 GMT[email protected] (BigCommerce)Node 12 End-of-life on April 30thhttps://bcdevchangelog.noticeable.news/publications/node-12-end-of-life-on-april-30thNode 12 enters End-of-life on April 30, 2022 (https://endoflife.date/nodejs). From this date, new versions of Stencil CLI will drop support for Node 12, and add support for Node 14. In order to provide time for developers to update their Stencil development/deployment environments, we will not bump the required version of Stencil CLI to a version that requires Node 14+ until June 1, 2022.

]]>
Node 12 enters End-of-life on April 30, 2022 (https://endoflife.date/nodejs). From this date, new versions of Stencil CLI will drop support for Node 12, and add support for Node 14. In order to provide time for developers to update their Stencil development/deployment environments, we will not bump the required version of Stencil CLI to a version that requires Node 14+ until June 1, 2022.

]]>
WarningStencil