Releases: elasticpath/composable-frontend
subscriptions@1.0.0
Major Changes
- Initial commit of the subscriptions reference implementation
@epcc-sdk/sdks-shopper@0.0.43
Patch Changes
- d6f7aa3: Add
external_reffield on shipping group request and response types (Cart Checkout). Optional string, max 64 characters, accepts alphanumeric/special characters/spaces, not required to be unique.
@epcc-sdk/sdks-cart-checkout-order@0.0.8
Patch Changes
- b773667: add support for external_ref in shipping groups
@elasticpath/catalog-search-instantsearch-adapter@0.1.0
Minor Changes
-
7698039: Add a typed
includeconfiguration option that forwards to the underlying
postMultiSearchcall as the?include=URL query parameter. When set, EP
returns a top-levelincludedblock alongside hits, and the adapter resolves
each hit'srelationships.<resource>.datareferences against that block —
inliningmain_image,files, and/orcomponent_productsrecords directly
onto the hit so consumers can render rich content without a separate
round-trip per hit (or per page batch via/catalog/products?filter=in(id,…)).new CatalogSearchInstantSearchAdapter({ client, additionalSearchParameters: { query_by: "name,description" }, include: ["main_image"], }) // hit.main_image is now the full record with link.href, mime_type, etc.
main_imageresolves to a single record;filesandcomponent_products
resolve to arrays whose order follows the hit'srelationships.<resource>.data
order. Missing references are skipped silently. If the server omits the
includedblock entirely whileincludewas requested, the adapter logs a
singleconsole.warnper instance to flag the server-side mismatch.Behaviour is fully backward-compatible: when
includeis unset (or an empty
array), the adapter does not add aqueryfield to the SDK call and the
request shape — and resulting hit shape — is byte-for-byte identical to before.
Patch Changes
- Updated dependencies [d6f7aa3]
- @epcc-sdk/sdks-shopper@0.0.43
@epcc-sdk/rule-promotions@0.0.3
Patch Changes
- 38ea71f: add max unit in rule promotion limitation
@epcc-sdk/sdks-catalog-search@0.0.2
Patch Changes
- 2d4d410: Add standalone catalog-search SDK with typed access to the Elastic Path Catalog Search API
@epcc-sdk/commerce-extensions@0.0.3
Patch Changes
- 36fca51: add support for any field in custom api
@epcc-sdk/sdks-shopper@0.0.42
Patch Changes
- ee7e9c7: update readme.md
@elasticpath/catalog-search-instantsearch-adapter@0.0.5
Patch Changes
- Updated dependencies [ee7e9c7]
- @epcc-sdk/sdks-shopper@0.0.42
@elasticpath/catalog-search-instantsearch-adapter@0.0.4
Patch Changes
- 45b5119: Bug fix in build to fix imports