This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Releases: woocommerce/woocommerce-blocks
Releases · woocommerce/woocommerce-blocks
6.5.0
6.3.3
6.4.0
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
6.3.1
6.3.0
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 theLegacyTemplate.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
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
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)