Skip to content

Releases: elasticpath/composable-frontend

@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

@epcc-sdk/sdks-shopper@0.0.41

09 Sep 11:07
c80a27a

Choose a tag to compare

Patch Changes

  • 018ec4f: - Shopper SDK support for catalog search
    • Instant search support for catalog search

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

09 Sep 12:09
9b1351a

Choose a tag to compare

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

09 Sep 11:27
d5a313c

Choose a tag to compare

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

09 Sep 11:07
c80a27a

Choose a tag to compare

Patch Changes

  • 018ec4f: - Shopper SDK support for catalog search
    • Instant search support for catalog search
  • Updated dependencies [018ec4f]
    • @epcc-sdk/sdks-shopper@0.0.41

@epcc-sdk/sdks-shopper@0.0.40

01 Sep 15:34
1127cec

Choose a tag to compare

Patch Changes

  • 4e4ef25: - paypal express property support
    • support overriding authorization header

@epcc-sdk/sdks-nextjs@0.0.11

01 Sep 15:34
1127cec

Choose a tag to compare

Patch Changes

  • 4e4ef25: - paypal express property support
    • support overriding authorization header

@epcc-sdk/sdks-shopper@0.0.39

28 Aug 11:53
660a61d

Choose a tag to compare

Patch Changes

  • a828195: enhance cart and order SDK specifications

    • Created dedicated cart item object types (CustomItemCartObject, PromotionItemCartObject, SubscriptionItemCartObject) to properly type cart responses
    • Added id property to CustomItemCartObject and PromotionItemCartObject for consistent identification
    • Fixed CartIncluded.items array to reference the correct cart-specific object types instead of base data types
    • Added include parameters to order endpoints (getCustomerOrders, getAnOrder) to allow fetching order items
    • Added filtering, pagination, and sorting parameters to getCustomerOrders endpoint
    • Created OrderIncluded and OrdersIncluded types to support order item responses
    • Updated OrderEntityResponse and OrderCollectionResponse to include the new included property