This commit is contained in:
Luigi 2023-06-20 09:00:08 +02:00
parent b8d072b291
commit 6b9c38dfc7
2 changed files with 8 additions and 0 deletions

View File

@ -132,3 +132,10 @@ Before | After
18. Ensure that the Mini Cart shows the price excluding the tax.
19. Hover the Mini Cart.
20. Ensure that the Mini Cart shows always the same price.
### Products block: fix compatibility with Gutenberg 16. ([9878](https://github.com/woocommerce/woocommerce-blocks/pull/9878))
1. Ensure that you have Gutenberg 16 installed and enabled.
2. Create a post/page.
3. Add the Products block.
4. Ensure that Products block defaults to the grid layout.

View File

@ -102,6 +102,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
- Fix mini cart icon not displaying correctly in RTL sites. ([9707](https://github.com/woocommerce/woocommerce-blocks/pull/9707))
- Prevent Mini-Cart drawer to show horizontal scrollbar if the system has visible scrollbars. ([9676](https://github.com/woocommerce/woocommerce-blocks/pull/9676))
- Fix error when adding the Reviews by Category block to a store without any product reviews ([9869](https://github.com/woocommerce/woocommerce-blocks/pull/9869))
- Products block: fix compatibility with Gutenberg 16. ([9878](https://github.com/woocommerce/woocommerce-blocks/pull/9878))
#### Dependencies