This repository was archived by the owner on Feb 23, 2024. It is now read-only.
8.7.0
Enhancements
- Improve visual consistency between block links. (7340)
- Update the titles of some inner blocks of the Cart block and remove the lock of the Cross-Sells parent block. (7232)
- Add filter for place order button label. (7154)
- Exposed data related to the checkout through wordpress/data stores. (6612)
- Add simple, large & two menus footer patterns. (7306)
- Add minimal, large, and essential header patterns. (7292)
- Add
showRemoveItemLinkas a new checkout filter to allow extensions to toggle the visibility of theRemove itembutton under each cart line item. (7242) - Add support for a GT tracking ID for Google Analytics. (7213)
- Separate filter titles and filter controls by converting filter blocks to use Inner Blocks. (6978)
- StoreApi requests will return a
Cart-Tokenheader that can be used to retrieve the cart from the corresponding session via GET/wc/store/v1/cart. (5953)
Bug Fixes
- Fixed HTML rendering in description of active payment integrations. (7313)
- Hide the shipping address form from the Checkout when the "Force shipping to the customer billing address" is enabled. (7268)
- Fixed an error where adding new pages would cause an infinite loop and large amounts of memory use in redux. (7256)
- Ensure error messages containing HTML are shown correctly in the Cart and Checkout blocks. (7231)
- Prevent locked inner blocks from sometimes displaying twice. (6676)
- StoreApi
/checkoutendpoint now returns HTTP 402 instead of HTTP 400 when payment fails. (7273) - Fix a problem that causes an infinite loop when inserting Cart block in wordpress.com. (7367)