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

Releases: woocommerce/woocommerce-blocks

6.5.0

07 Dec 11:28
Compare
Choose a tag to compare

Enhancements

  • Added global styles (text color, link color, line height, and font size) to the Product Title block. (5133)

Bug Fixes

  • Fixed Featured Product Block search not working for large stores. (5156)

6.3.3

25 Nov 12:23
Compare
Choose a tag to compare

Bug Fixes

  • Fix fatal error in certain WP 5.9 pre-release versions. (5183)

6.4.0

23 Nov 07:22
Compare
Choose a tag to compare

Enhancements

  • Pass to payment methods a wrapper component that handles the loading state. (5135)

Bug Fixes

  • Gate WC template editing (FSE) to versions of WC 6.0 or higher. (5210)
  • Fix manual entry within Quantity Inputs in Cart block. (5197)
  • Correctly align Terms and Conditions block checkbox in Checkout block. (5191)
  • Add support for decimal and thousand separators in the formatPrice function. (5188)
  • Reduce the size of the checkbox component label to prevent accidental input. (5164)
  • Lazy load missing translation files on frontend to ensure that all visible texts are translatable. (5112)

6.3.2

18 Nov 03:27
Compare
Choose a tag to compare

Enhancements

  • Legacy Template Block: allow users to delete the block. (5176)

Bug Fixes

  • Removed WooCommerce block templates from appearing in the template dropdown for a page or post. (5167)

6.3.1

17 Nov 13:59
Compare
Choose a tag to compare

Bug Fixes

  • Fix 'Country is required' error on the Cart block when updating shipping address (5129)

6.3.0

17 Nov 11:54
Compare
Choose a tag to compare

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)

6.2.0

28 Oct 06:16
Compare
Choose a tag to compare

Enhancements

  • Cart v2: The cart block, like checkout block, now supports inner blocks that allow for greater customizability. (4973)
  • BlockTemplateController: Adds the ability to load and manage block template files. (4981)
  • Improve accessibility for the editor view of the Product search block. (4905)

Bug Fixes

  • Fix custom classname support for inner checkout blocks. (4978)
  • Fix a bug in free orders and trial subscription products. (4955)
  • Remove duplicate attributes in saved block HTML. (4941)
  • Fix render error of Filter by Attribute block when no attribute is selected. (4847)
  • Store API - Ensure returned customer address state is valid. (4844)

6.1.0

12 Oct 13:07
@opr opr
Compare
Choose a tag to compare

Bug Fixes

  • Fix the dropdown list in Product Category List Block for nested categories (4920)
  • Fixed string translations within the All Products Block. (4897)
  • Filter By Price: Update aria values to be more representative of the actual values presented. (4839)
  • Fixed: Filter button from Filter Products by Attribute block is not aligned with the input field. (4814)
  • Remove IntersectionObserver shim in favor of dropping IE11 support. (4808)

6.0.2

30 Sep 12:10
Compare
Choose a tag to compare

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

6.0.1

29 Sep 11:03
Compare
Choose a tag to compare

Bug Fixes

  • Support custom classes and alignment when updating Checkout block.