Skip to content

Releases: elasticpath/composable-frontend

subscriptions@1.0.0

30 Apr 10:53
bb65e0e

Choose a tag to compare

Major Changes

  • Initial commit of the subscriptions reference implementation

@epcc-sdk/sdks-shopper@0.0.43

30 Apr 10:53
bb65e0e

Choose a tag to compare

Patch Changes

  • d6f7aa3: Add external_ref field 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

30 Apr 10:53
bb65e0e

Choose a tag to compare

Patch Changes

  • b773667: add support for external_ref in shipping groups

@elasticpath/catalog-search-instantsearch-adapter@0.1.0

30 Apr 10:53
bb65e0e

Choose a tag to compare

Minor Changes

  • 7698039: Add a typed include configuration option that forwards to the underlying
    postMultiSearch call as the ?include= URL query parameter. When set, EP
    returns a top-level included block alongside hits, and the adapter resolves
    each hit's relationships.<resource>.data references against that block —
    inlining main_image, files, and/or component_products records 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_image resolves to a single record; files and component_products
    resolve to arrays whose order follows the hit's relationships.<resource>.data
    order. Missing references are skipped silently. If the server omits the
    included block entirely while include was requested, the adapter logs a
    single console.warn per instance to flag the server-side mismatch.

    Behaviour is fully backward-compatible: when include is unset (or an empty
    array), the adapter does not add a query field 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

18 Feb 18:48
8165efc

Choose a tag to compare

Patch Changes

  • 38ea71f: add max unit in rule promotion limitation

@epcc-sdk/sdks-catalog-search@0.0.2

04 Feb 13:38
d4b950f

Choose a tag to compare

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

02 Feb 18:03
e76dd45

Choose a tag to compare

Patch Changes

  • 36fca51: add support for any field in custom api

@epcc-sdk/sdks-shopper@0.0.42

23 Sep 12:22
8a15224

Choose a tag to compare

Patch Changes

@elasticpath/catalog-search-instantsearch-adapter@0.0.5

23 Sep 12:23
8a15224

Choose a tag to compare

Patch Changes

  • Updated dependencies [ee7e9c7]
    • @epcc-sdk/sdks-shopper@0.0.42

@elasticpath/catalog-search-instantsearch-adapter@0.0.4

17 Sep 16:01
6f1ee41

Choose a tag to compare

Patch Changes

  • 45b5119: Bug fix in build to fix imports