2f2aa6280c
* Fix missing permissions_callback arg in StoreApi route definitions (https://github.com/woocommerce/woocommerce-blocks/pull/2926) * make sure permission_callback is set correctly for all public routes * add permission_callback definition to all routes * add hover style to ensure consistent margin/padding for order summary so it doesn't jump on mouseover (https://github.com/woocommerce/woocommerce-blocks/pull/2921) * add hover style to ensure consistent margin/padding for order summary * decrease specificity of panel__button hover/active etc styles * Add 3.1.0 testing instructions * Update WP tested up to version to 5.5 (https://github.com/woocommerce/woocommerce-blocks/pull/2937) * Fix typo in state property for idle status in checkout state reducer (https://github.com/woocommerce/woocommerce-blocks/pull/2925) * fix typo in state property for idle status in checkout state reducer * remove arg causing failure in phpunit tests on travis * Add 3.1.0 changelog * Added ZIP file to 3.1.0 testing docs * Update wp.deploy workflow adding slack hook (https://github.com/woocommerce/woocommerce-blocks/pull/2939) This will notify rubik's slack channel when this workflow starts and finishes. * Add testing docs for regressions * Update 310.md * Update 310.md * Add more details to testing doc * Fix reviews blocks in WP 5.2 (https://github.com/woocommerce/woocommerce-blocks/pull/2940) * Fix Reviews editor styles (https://github.com/woocommerce/woocommerce-blocks/pull/2941) * Update ZIP link * Fix testing doc title hirerarchy Co-authored-by: Darren Ethier <darren@roughsmootheng.in> Co-authored-by: Rua Haszard <rua.haszard@automattic.com> |
||
---|---|---|
.. | ||
block-client-apis | ||
blocks | ||
contributors | ||
extensibility | ||
releases | ||
testing | ||
theming | ||
readme.md |
readme.md
WooCommerce Blocks Handbook
The WooCommerce Blocks Handbook provides documentation for designers and developers on how to extend or contribute to blocks, and how internal developers should handle new releases.
Document | Description |
---|---|
Contributing | These documents explain how you can contribute to the development of the blocks plugin, development best practices, and how to help with testing. |
Releases | These documents cover how to release and test new versions of the blocks plugin. |
Blocks | This documentation covers functionality specific to certain Blocks. |
Block Client APIs | This documentation covers API interfaces within Blocks. In most cases, these docs describe APIs and interfaces that are internal only, and thus are provided to assist with developing the blocks in this repository. Documentation will tend to focus on high level overviews. |
Store API (REST API) | These documents cover the Store API used to get product data on the frontend. |
Extensibility | These documents cover extensibility of WooCommerce Blocks. |
Theming | These documents cover theming for blocks, styles, CSS classnames and other theming best practices. |