This repository was archived by the owner on Feb 23, 2024. It is now read-only.
4.6.0
Release of version 4.6.0.
Changelog
Bug Fixes
- Handle out-of-stock product visibility setting in All Products block. (3859)
- Show cart item subtotal instead of total in Cart and Checkout blocks (#3905)
- Fix button styles in Twenty Nineteen theme. (3862)
- Return correct sale/regular prices for variable products in the Store API. (3854)
- Remove shadows from text buttons and gradient background from selects in some themes. (3846)
- Hide Browse Shop link in cart block empty state when there is no shop page. (3845)
Various
- StoreAPI: Inject Order and Cart Controllers into Routes. (3871)
- Update Panel component class names to follow guidelines. More info can be found in our theming docs: https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/18dd54f07262b4d1dcf15561624617f824fcdc22/docs/theming/class-names-update-460.md. (3860)
- Refactor block type registration to support 3rd party integrations.
Dev note:
An important note that internally, this release has modified how AbstractBlock
(the base class for all of our blocks) functions, and how it loads assets. AbstractBlock
is internal to this project and does not seem like something that would ever need to be extended by 3rd parties, but note if you are doing so for whatever reason, your implementation would need to be updated to match. (3829)