Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

11.6.0

Compare
Choose a tag to compare
@wavvves wavvves released this 22 Nov 14:44

Release of version 11.6.0. See readme.txt for details.

Enhancements

  • Product Collection - New 'No Results' block with default UI. #11783
  • We have moved the TotalsItem, TotalsFees, Subtotal, Banner, StoreNotice, StoreNotices, Panel, TextInput, ValidatedTextInput and ValidationInputError components to the @woocommerce/blocks-components package. Previously these were available in @woocommerce/blocks-checkout . Your code will continue to work as we have added aliases to the new location. Despite this, it is recommended that you change your code to import this component from @woocommerce/blocks-components as the import from the checkout package will be deprecated in the future. #11766 #11698 #11654 #11773
  • Improve performance in patterns registration. #11733
  • Patterns: remove unused author, sticky, and parents attributes from the Product Collection block in patterns. #11673
  • Semantic enhancement to the position of a phone field in Checkout. #11651
  • Migrate the Product Button to the new store() API of the Interactivity API.. #11558
  • Product Collection: Add support for filtering products by featured status. #11522

Bug Fixes

  • Make "Use same address for billing" visible by default. #11804
  • Fix the order endpoint tax line items format. #11796
  • Store API/Blocks Extensibility: Fix recursive extension schema validation. #11792
  • Fix: Left align local pickup address. #11772
  • Fix typo in classic checkout modal. #11771
  • Fix hardcoded shop link in "Hero Product 3 Split" pattern. #11767
  • Fix billing address condensed address state in the editor and in Firefox. #11765
  • Related Products: Make the heading translated when in blockified Single Product template. #11693
  • Add to Cart with Options block: fix inconsistency between editor and frontend styles. #11614
  • Product Button: Improve the width and padding. #11537
  • Fix the Layout for Shipping and Billing Address Forms in the Checkout Block #11486
  • Minor fixes for PHP 8. #11473
  • Product Button: always enqueue the store. #11858
  • Fixed params passed to woocommerce_before_thankyou for block checkout. This should be an order ID, not an order object. #11862
  • Enhanced validation for limited use coupons and guest users. #11860

Documentation

  • Updated documentation for the onProcessingSetup observer. #11751