a58b2d0ac4
* Fix missing dependency * Min version exceeds required 5.6 * Move exceptions * Move schemas under V1 namespace * Move routes to v1 * Move RouteException * Route versioning * Update route and schema identifiers/init * Rework route init to support multiple versions and multiple schema * Tests for cart routes * Cart coupons tests * Batch * extensions * Update docs * Update remaining tests * woocommerce_store_api_route_version was unused * Revert unrelated change * Fix phpcs * Update src/StoreApi/docs/guiding-principles.md Co-authored-by: Thomas Roberts <5656702+opr@users.noreply.github.com> * Update src/StoreApi/docs/cart-items.md Co-authored-by: Thomas Roberts <5656702+opr@users.noreply.github.com> * Update src/StoreApi/RoutesController.php Co-authored-by: Thomas Roberts <5656702+opr@users.noreply.github.com> * Note about v1 unversioned endpoints * Remove unused get_route_version * 409 comment in tests * Remove copy pasted comments * Update all usage to v1 * Correct namespace * More v1 namespaces * More missing v1 * fix mocks Co-authored-by: Thomas Roberts <5656702+opr@users.noreply.github.com> |
||
---|---|---|
.. | ||
block-title | ||
compatibility-notices | ||
edit-product-link | ||
error-placeholder | ||
expandable-search-list-item | ||
external-link-card | ||
feedback-prompt | ||
grid-content-control | ||
grid-layout-control | ||
heading-toolbar | ||
page-selector | ||
product-attribute-term-control | ||
product-category-control | ||
product-control | ||
product-orderby-control | ||
product-stock-control | ||
product-tag-control | ||
products-control | ||
search-list-control | ||
tag | ||
text-toolbar-button | ||
toggle-button-control | ||
utils | ||
view-switcher | ||
README.md |
README.md
WooCommerce Blocks - Editor Components
These are shared components used in WooCommerce blocks for the editor (Gutenberg) UI.
Many of our blocks need rich, smart components to provide an interface for selecting or configuring blocks with WooCommerce data. Often there are multiple blocks that need such components. Components in this collection are used in multiple blocks, and may include logic for working with Woo data specifically (e.g. products, shipping methods, product categories).
See Components & Storybook doc for more information.