-
Notifications
You must be signed in to change notification settings - Fork 219
Conversation
…ton 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.
Patch release stepsThe release pull request has been created! This checklist is a guide to follow for the remainder of the patch release process. You can check off each item in this list once completed.
Initial Preparation
Create the Testing Notes
Each porter is responsible for testing the PRs that fall under the focus of their own team. Shared functionality should be tested by both porters. This means that the Rubik porter will mostly test checkout blocks and Store API endpoints, while the Kirigami porter will test the product related blocks and Store API endpoints.
Update Pull Request description and get approvals
If this release is deployed to WordPress.org
After Deploy
Pull request in WooCommerce Core for Package updateThis only needs done if the patch release needs to be included in WooCommerce Core. Reviewing and merging the PR is your team's responsibility, except in the case of
Publish PostsYou only need to post public release announcements and update relevant public facing docs if this patch release is deployed to WP.org. Otherwise, you can skip this section.
🚀 This comment was generated by the automations bot triggered by the creation of the branch:
|
The release ZIP for this PR is accessible via:
Script Dependencies ReportThere is no changed script dependency between this branch and trunk. This comment was automatically generated by the TypeScript Errors Report
assets/js/atomic/blocks/product-elements/add-to-cart/product-types/grouped/group-list/index.tsx
assets/js/base/components/cart-checkout/address-form/address-form.tsx assets/js/base/context/hooks/cart/use-store-cart-item-quantity.ts assets/js/base/context/providers/cart-checkout/shipping/constants.js assets/js/base/context/providers/cart-checkout/shipping/index.js assets/js/base/utils/shipping-rates.js assets/js/blocks/attribute-filter/block.tsx assets/js/blocks/cart/inner-blocks/cart-express-payment-block/edit.tsx assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/edit.tsx assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/index.js assets/js/blocks/classic-template/test/utils.ts assets/js/blocks/featured-items/register.tsx assets/js/blocks/product-query/inspector-controls.tsx assets/js/blocks/rating-filter/block.tsx assets/js/data/cart/actions.ts assets/js/data/cart/reducers.ts assets/js/data/checkout/reducers.ts assets/js/data/checkout/types.ts assets/js/data/index.ts assets/js/data/payment/thunks.ts assets/js/data/payment/types.ts assets/js/data/validation/actions.ts assets/js/data/validation/reducers.ts assets/js/data/validation/test/reducers.ts assets/js/data/validation/test/selectors.ts |
Size Change: 0 B Total Size: 1.08 MB ℹ️ View Unchanged
|
New zip for testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Patch release
This is the patch release pull request for WooCommerce Blocks plugin
9.4.4
.Changelog
Communication
Prepared Updates
Please leave a comment on this PR with links to the following:
Developer Notes - The following issues require developer notes in the release post:
Quality
Testing Instructions are included in this PR
Any performance impacts are documented.
🚀 This pull request was generated by the automations bot triggered by the creation of the branch:
release/9.4.4
. cc @gigitux