You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
* Empty commit for release pull request
* update readme
* Switch to select instead of resolveSelector (#8356)
* Mini Cart block - Fix the drawer content height to allow checkout button to show. (#8351)
* Add max-height to Mini Cart drawer.
By giving the Mini Cart contents a max height with the
-webkit-fill-available property, we can ensure that the browser chrome
is accounted for on mobile devices.
* Add `dvh` and keep `vh` as a fallback for height.
By adding `dvh`, we also account for non-webkit mobile browsers that
have the same hidden button issue.
See
#8351 (review)
Keeping `vh` as a fallback, along with `-webkit-fill-available` gives us
the widest range of support.
* update readme with changelog
* add testing steps
* add pr links to readme
* Bumping version strings to new version.
---------
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Nadir Seghir <[email protected]>
Co-authored-by: Daniel W. Robert <[email protected]>
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10567326/woocommerce-gutenberg-products-block.zip)
4
+
5
+
## Feature plugin and package inclusion in WooCommerce
6
+
7
+
### Mini Cart block - Fix the drawer content height to allow checkout button to show. ([8351](https://github.com/woocommerce/woocommerce-blocks/pull/8351))
8
+
9
+
1. Set up the Mini Cart in your global navigation, if you don't have it already.
10
+
2. View the front end of your site from a mobile device (or Xcode Simulator).
11
+
3. Add a product to your cart.
12
+
4. Open the Mini Cart drawer.
13
+
5. Confirm the checkout button is fully visible (see after screenshots above).
14
+
15
+
### Fix a bug in WordPress 5.9 in which changing quantity doesn't work inside Cart and Mini Cart blocks. ([8356](https://github.com/woocommerce/woocommerce-blocks/pull/8356))
@@ -80,6 +80,13 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
80
80
81
81
== Changelog ==
82
82
83
+
= 9.4.3 - 2023-02-01 =
84
+
85
+
#### Bug Fixes
86
+
87
+
- Fix a bug in WordPress 5.9 in which changing quantity doesn't work inside Cart and Mini Cart blocks. ([8297](https://github.com/woocommerce/woocommerce-blocks/pull/8356))
88
+
- Mini Cart block: Fix the drawer content height to allow the checkout button to be visible. ([8297](https://github.com/woocommerce/woocommerce-blocks/pull/8351))
0 commit comments