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
7.8.3
7.8.2
7.8.1
7.8.0
Enhancements
- Filter Products by Price: Decrease price slider step sequence from 10 to 1. (6486)
- Add the
Fixed image
andRepeated image
media controls to the Featured Category block. (6440)
Bug Fixes
- Featured Item Blocks: Fix an issue where the default color could be overridden by a theme, and where custom colors were not applied correctly. (6492)
- Fix: Only enqueue the relevant translations script. (6478)
- Fix: All Products block: New product is missing in the Cart block if
Redirect to the cart page after successful addition
is enabled. (6466) - Respect low stock visibility setting in Cart/Checkout. (6444)
- Decouple Store API payment handling from Checkout block loading code. (6519)
Various
- Add support for
Font size
andFont family
for theMini Cart
block. (6396)
7.7.0
Enhancements
- Add the
Fixed image
andRepeated image
media controls to the Featured Product block. (6344)
Bug Fixes
7.6.0
Enhancements
- Featured Category: Add background color option. (6368)
- Featured Product: Add background color option. (6367)
- Added media controls allowing the user to edit images within the editor on a Featured Category block. (6360)
- Added media controls allowing the user to edit images within the editor on a Featured Product block. (6348)
- Add the alt text control to the Featured Category block media settings. (6341)
- Hide the Product Tag Cloud from the Widgets screen in classic themes. (6327)
- Add the alt text control to the Featured Product block media settings. (6308)
- GridContentControl: Add product image control. (6302)
Bug Fixes
- Fix: Align Empty Mini Cart Contents block center in the Site Editor. (6379)
- Remove the Template panel from the Setting Sidebar for Shop page. (6366)
- Parse categories coming from the back-end as a json array. (6358)
- Update the default width of Classic Template to Wide width. (6356)
- Fix: Mini Cart block is not available from the Edit template screen. (6351)
- Fix Filter Products by Attribute block not working on PHP templates when Filter button was enabled. (6332)
7.5.0
Release of version 7.5.0. See readme.txt for details.
Enhancements
- Add PHP templates support to the Active Product Filters block. (6295)
- Enable Draft orders in WooCommerce Core. (6288)
- Enhanced the Featured Category block (6276):
- Implemented support for duotone.
- Implemented support for gradients on the overlay.
- Implemented support for custom inner padding.
- Implemented image fit options: users can now decide how should the image behave on the resizing of the component; it can either scale to always cover the entire container, or remain its original size.
- Fixed an inconsistency where the overlay color was controlled by the background color control. It is now moved to the correct section.
- Fixed the focal point picker, it now works on both axis as long as the image fit (above) is set to
none
. - Fixed an issue with the visibility of the resizing handle.
- Fixed an issue which would keep the resizing handle always active regardless of block selection status.
- Changed the behavior of the resizing: The block can't be resized below a minimum height determined by its content plus the padding.
- Allow adding the Filter Products by Stock block to Product Catalog templates to filter products. (6261)
- Enhanced the Featured Product block (6181):
- Implemented support for duotone.
- Implemented support for gradients on the overlay.
- Implemented support for custom inner padding.
- Implemented image fit options: users can now decide how should the image behave on the resizing of the component; it can either scale to always cover the entire container, or remain its original size.
- Fixed an inconsistency where the overlay color was controlled by the background color control. It is now moved to the correct section.
- Fixed the focal point picker, it now works on both axis as long as the image fit (above) is set to
none
. - Fixed an issue with the visibility of the resizing handle.
- Fixed an issue which would keep the resizing handle always active regardless of block selection status.
- Changed the behavior of the resizing: The block can't be resized below a minimum height determined by its content plus the padding.
- Allow saved payment methods labels other than card/eCheck to display brand & last 4 digits if present. (6177)
Bug Fixes
- Filter Products by Attribute: Fix the page reload which happens when clicking the filter button on Woo templates using the Classic Template block. (6287)
- Store API: Show visible attributes in simple products, and hidden attributes in variable products. (6274)
- Add RTL support for the Mini Cart icon. (6264)
- Fix page load problem due to incorrect URL to certain assets. (6260)
- Fix: Make Filters Products by Price work with Active Filters block for the PHP rendered Classic Template. (6245)
- Fix page refresh when using filters with the All Products block on non-product archive templates for WooCommerce. (6324)
- Fix Customizer fatal error on PHP 8. (6317)
- Fix Featured Product block frontend mismatch. (6263)
- Fix attribute filter dropdown list z-index level. (6294)
- Product Query: Pass any product taxonomies existing in the URL parameters. (6152)
7.4.2
7.4.1
7.4.0
Enhancements
- Allow adding the Filter Products by Price block to Product Catalog templates to filter products. (6146)
- The order summary area for the Cart and Checkout Blocks is now powered by Inner Blocks allowing for more customizations and extensibility. (6065)
Bug Fixes
- Increase Cart product quantity limit. (6202)
- Mini Cart block: Fix translations loading. (6158)
- Fix Featured Product and Featured Category buttons misalignment in Twenty Twenty Two theme. (6156)
- Remove the ToggleButtonControl in favor of ToggleGroupControl. (5967)
- Decode HTML entities when formatting Store API error messages. (5870)