* Important - Updated single-product page styles. Please review your customizations/integrations before updating any live sites!
* Important - Using Storefront? Please update to version 2.3.4+!
* Feature - It is now possible to configure the contents of a Composite in editable/manually-created orders.
* Feature - When adding a Composite to an order manually, child items are added automatically after the parent item if the Composite doesn't require any configuration.
* Feature - Added support for getting/setting the 'Edit in Cart', 'Form Location' and 'Sold Individually Context' properties via the WooCommerce REST API.
* Feature - Added support for getting/setting all Component settings via the WooCommerce REST API.
* Feature - Added support for exporting/importing the 'Form Location' property.
* Feature - Added support for exporting/importing all Component settings.
* Feature - Added support for Product Bundles in Composite Products' REST API order requests. The configuration of a Product Bundle can be appended to the configuration of a Component by adding a 'bundle_configuration' array, as documented in the PB REST API documentation.
* Feature - Improved the way Composite Products are displayed in the cart widget to include configuration data.
* Feature - Admin maintenance/compatibility notices now have a "native" WooCommerce look and can be dismissed using the native WordPress flow.
* Tweak - General UI/UX improvements in 'Product Data > Components/Scenarios' tabs.
* Tweak - Improved 'Default Option' selection UX in 'Product Data > Components' tab.
* Tweak - Component masking UI/UX improvements in 'Product Data > Scenarios' tab.
* Tweak - Renamed script and style files and moved into 'admin' and 'frontend' directories.
* Tweak - Made toggling the primary Component/Scenario metabox action and introduced dedicated UI element for sorting.
* Tweak - The "Edit in Cart" flow is no longer triggered when clicking on Composite Product titles in the (mini) cart.
* Tweak - Changed "Edit in Cart" link text from '(edit in cart)' to 'Edit'.
* Tweak - Added 'rel="no-follow"' to "Edit in Cart" links.
* Tweak - Moved 'WC_CP_Query' querying logic into the Composite type's data store class.
* Tweak - Moved 'Form Location' option from 'Product Data > Advanced' to 'Product Data > Components'.
* Fix - Component validation not kicking in for hidden components between the current and next one when they become visible due to a change in the current component.
* Fix - Failing to set catalog price cache.
* Fix - Cart table layout issues on mobile devices affecting Components that are not Priced Individually.
* Fix - Default variation excluded by scenarios triggers animation flickering when the parent product is selected.
* Fix - Incorrect min/max price results when excluding variation in Scenarios using 'non-in' modifier.
* Fix - Existing component images are not re-used when a Composite is created/updated via the Importer.
* Fix - Searching variations by ID or SKU in Scenarios now works correctly.
* Dev - Introduced 'woocommerce_display_composite_container_cart_item_data' filter for appending Composite configuration data in the cart.
* Dev - Added missing argument to 'woocommerce_add_cart_item_data' filter applied in 'WC_CP_Cart::composited_add_to_cart'.