Developer Advisory: Removal of experimental components

The details

As part of WooCommerce 9.7 we will be removing a series of experimental components from the @woocommerce/components package. These components were used for a previous implementation of the product editor. We have decided to deprecate these components, while we focus on working on the next iteration of the product editor solution.

How can I tell if this affects me?

If your plugin or theme makes use of the following components, you are affected by this change:

  • __experimentalWooProductFieldItem
  • __experimentalWooProductSectionItem
  • __experimentalWooProductTabItem
  • __experimentalProductSectionLayout
  • __experimentalProductFieldSection

What action should I take?

Please remove the following components, as they will no longer be available as of WooCommerce 9.7:

  • __experimentalWooProductFieldItem
  • __experimentalWooProductSectionItem
  • __experimentalWooProductTabItem
  • __experimentalProductSectionLayout
  • __experimentalProductFieldSection


Leave a Reply

Your email address will not be published. Required fields are marked *