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

6.3.0

Compare
Choose a tag to compare
@nielslange nielslange released this 17 Nov 11:54

Enhancements

  • Add placeholder text when modifying product search input in the editor. (5122)
  • FSE: Add basic product archive block template. (5049)
  • FSE: Add basic taxonomy block templates. (5063)
  • FSE: Add single product block template. (5054)
  • FSE: Remove the do_action( 'woocommerce_sidebar' ); action from the LegacyTemplate.php block. (5097)
  • Fix duplicate queries in product grids #4695. (5002)
  • FSE: Add abstract block legacy template for core PHP templates. (4991)
  • FSE: Add render logic to BlockTemplateController. (4984)
  • Improve accessibility by using self-explaining edit button titles. (5113)
  • Improve readability of terms and condition text by not displaying the text justified. (5120)
  • Improve rendering performance for Single Product block. (5107)
  • Improve the product images placeholder display by adding a light gray border to it. (4950)
  • Deprecate the __experimental_woocommerce_blocks_checkout_update_order_from_request action in favour of woocommerce_blocks_checkout_update_order_from_request. (5015)
  • Deprecate the __experimental_woocommerce_blocks_checkout_update_order_meta action in favour of woocommerce_blocks_checkout_update_order_meta. (5017)
  • Deprecate the __experimental_woocommerce_blocks_checkout_order_processed action in favour of woocommerce_blocks_checkout_order_processed. (5014)

Bug Fixes

  • Fix label alignment of the product search in the editor. (5072)
  • Fix sale badge alignment on smaller screen. (5061)
  • Fix state validation to compare state codes, and only validate if a country is given (5132)
  • FSE: Fix missing is_custom property for WooCommerce block template objects. (5067)
  • Make order note block removable (5139)
  • Replace incorrect with correct text domain. (5020)
  • Scripts using wc-settings or script that depend on it would be enqueued in the footer if they're enqueued in the header. (5059)