Categories
WooCommerce Blocks Release Notes

WooCommerce Blocks 10.0.0 Release Notes

The latest version of WooCommerce Blocks, version 10.0.0, is now available for download on WordPress.org and GitHub. Notable Changes Updated Shopper Notices In this release, we introduce new components and styling for buyer notices, featuring Snackbar lists and Notice banners with shared components. These new styles give a uniform look and feel across all WooCommerce Blocks. In addition […]

Categories
WooCommerce Blocks Release Notes

WooCommerce Blocks 9.9.0 Release Notes

The latest version of WooCommerce Blocks, version 9.9.0, is now available for download on WordPress.org and GitHub. Notable Changes This release includes many exciting changes and bug fixes. Below are a few of the most important ones that we want to highlight to our community. Fixed a bug where ShippingData returned by payment processing observers […]

Categories
Release Post WooCommerce Blocks Release Notes

WooCommerce Blocks 8.8.1 Release Notes

A new version of WooCommerce Blocks has been released! Version 8.8.1 is now available for download from GitHub and WordPress.org. In this minor release we fixed a bug where some extensions making use of the /cart/extensions endpoint would not receive the updated cart totals in the response. We now ensure the cart totals are recalculated before sending the […]

Categories
Release Post WooCommerce Blocks Release Notes

WooCommerce Blocks 8.8.0 Release Notes

A new version of WooCommerce Blocks has been released! Version 8.8.0 is now available for download from GitHub and WordPress.org. Filter by Rating block This release contains a new block: the Filter by Rating block. This allows shoppers to select a rating and only show products that satisfy the filter’s criteria. New hook for modifying cart_item_data We added […]

Categories
Developer Resources

New @wordpress/data stores in WooCommerce Blocks

In WooCommerce blocks 8.7.0 we refactored a significant portion of our Cart and Checkout blocks’ code. Specifically, a lot of the data previously kept in React Contexts was moved into WordPress data stores (@wordpress/data). We did this to make it easier for third party extensions to extend the functionality of the Cart and Checkout blocks. […]