removed woocommerce/woocommerce-blocks#7338 from testing instructions and changelog

This commit is contained in:
Paulo Arromba 2022-10-11 11:42:49 +01:00
parent 2b30e6ef95
commit 67abfd011a
2 changed files with 0 additions and 14 deletions

View File

@ -178,19 +178,6 @@ found [here](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/i
different [stripe failure](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/internal-developers/testing/cart-checkout/data-stores.md#stripe-failures)
modes
### Filter by rating: Provide a block transform for the legacy rating widget ([7338](https://github.com/woocommerce/woocommerce-blocks/pull/7338))
#### User Facing Testing
1. Go to the Widgets editor in Appearance > Widgets.
2. Add the Filter Products by Rating widget.
3. Transform the widget using the provided block transform option.
4. Confirm the transformation works as expected and retains changed options that have an equivalent in the blocks.
| Before | After |
| ------ | ----- |
|![before_ratings](https://user-images.githubusercontent.com/905781/194530578-feecdaca-a77d-4865-9cef-9dd16380df7d.jpg)|![after_ratings](https://user-images.githubusercontent.com/905781/194530677-30b30cf3-7b74-4e2e-ad8f-41dd91fb1bbb.jpg)|
### Add simple, large & two menus footer patterns. ([7306](https://github.com/woocommerce/woocommerce-blocks/pull/7306))
#### User Facing Testing

View File

@ -88,7 +88,6 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
- Update the titles of some inner blocks of the Cart block and remove the lock of the Cross-Sells parent block. ([7232](https://github.com/woocommerce/woocommerce-blocks/pull/7232))
- Add filter for place order button label. ([7154](https://github.com/woocommerce/woocommerce-blocks/pull/7154))
- Exposed data related to the checkout through wordpress/data stores. ([6612](https://github.com/woocommerce/woocommerce-blocks/pull/6612))
- Filter by rating: Provide a block transform for the legacy rating widget. ([7338](https://github.com/woocommerce/woocommerce-blocks/pull/7338))
- Add simple, large & two menus footer patterns. ([7306](https://github.com/woocommerce/woocommerce-blocks/pull/7306))
- Add minimal, large, and essential header patterns. ([7292](https://github.com/woocommerce/woocommerce-blocks/pull/7292))
- Add `showRemoveItemLink` as a new checkout filter to allow extensions to toggle the visibility of the `Remove item` button under each cart line item. ([7242](https://github.com/woocommerce/woocommerce-blocks/pull/7242))