woocommerce/plugins/woocommerce-blocks/docs
Darren Ethier 5dafeac1ab Audit payment method interface API (https://github.com/woocommerce/woocommerce-blocks/pull/2622)
* remove obsolete useStoreOrder hook and implementation.

This hook was actually never completed and was only implemented in the `usePaymentMethodInterface` hook/api. The original purpose was to expose order details to registered payment methods, but that is now exposed via checkout state event emitters so it’s no longer needed.

OrderId is exposed via the `CheckoutState` context provider.

* remove setBillingData from being exposed to payment methods directly

billingData is updated via event emitter callback responses (see payment method data context provider) and is not something that should be set directly via payment methods.

We want checkout to have control over how billing data is updated in the state.
2020-06-05 11:20:05 -04:00
..
block-client-apis Add notices docs (https://github.com/woocommerce/woocommerce-blocks/pull/2502) 2020-05-19 07:40:48 -04:00
contributors Use named font sizes instead of values in px (https://github.com/woocommerce/woocommerce-blocks/pull/2533) 2020-05-29 12:16:33 +02:00
extensibility Audit payment method interface API (https://github.com/woocommerce/woocommerce-blocks/pull/2622) 2020-06-05 11:20:05 -04:00
releases 2.6.0 followups for release process etc. (https://github.com/woocommerce/woocommerce-blocks/pull/2598) 2020-06-03 09:39:48 -04:00
testing 2.6.0 followups for release process etc. (https://github.com/woocommerce/woocommerce-blocks/pull/2598) 2020-06-03 09:39:48 -04:00
theming Update item count badge styles (https://github.com/woocommerce/woocommerce-blocks/pull/2619) 2020-06-05 17:03:48 +02:00
readme.md Documentation for the Store API (https://github.com/woocommerce/woocommerce-blocks/pull/2230) 2020-04-17 10:44:13 +01:00

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.

Table of Contents

Contributing

Releases

API documentation