Thomas Roberts
Thomas Roberts
### All Submissions: - [x] Have you followed the [WooCommerce Contributing guideline](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md)? - [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? - [x] Have you checked to ensure there...
## Describe the bug When searching for blocks in the editor, an error is sometimes shown ``` Stylesheet storefront-gutenberg-blocks-css was not properly added. For blocks, use the block API's style...
This PR adds a notice to the inspector when editing Cart and Checkout blocks, and their inner blocks. It also adds functionality to dismiss the notice. I reused the `useCompatibilityNotice`...
This PR will graduate the Cart and Checkout Blocks so they are available even when WooCommerce Blocks is not running as a feature plugin (i.e. it is included in WooCommerce...
Here's a screenshot of it happening and also a link to a code sandbox - any ideas on how to fix this?  https://codesandbox.io/s/purple-https-sp75u?file=/index.html Thanks!
This PR will change the `getValidationError` and `getValidationErrorId` selectors so they no longer return a function. This was a confusing developer experience as the selector names did not match the...
This PR will remove the wording relating to closing the issues (since https://github.com/woocommerce/woocommerce-blocks/issues/6872 we don't close the issues/PRs anymore) and also updates the number of days mentioned before a PR...
Fixes # #### Accessibility - [ ] I've tested using only a keyboard (no mouse) - [ ] I've tested using a screen reader - [ ] All animations respect...
In #7016 it was mentioned that the documentation was lacking for how the POST request to the checkout endpoint should look. We should add an example request payload. We should...