Releases: elasticpath/composable-frontend
Releases · elasticpath/composable-frontend
@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
@epcc-sdk/sdks-shopper@0.0.41
Patch Changes
- 018ec4f: - Shopper SDK support for catalog search
- Instant search support for catalog search
@elasticpath/catalog-search-instantsearch-adapter@0.0.3
Patch Changes
- 674ed5b: Updated readme
@elasticpath/catalog-search-instantsearch-adapter@0.0.2
Patch Changes
- 0ef1441: Make package public
@elasticpath/catalog-search-instantsearch-adapter@0.0.1
@epcc-sdk/sdks-shopper@0.0.40
Patch Changes
- 4e4ef25: - paypal express property support
- support overriding authorization header
@epcc-sdk/sdks-nextjs@0.0.11
Patch Changes
- 4e4ef25: - paypal express property support
- support overriding authorization header
@epcc-sdk/sdks-shopper@0.0.39
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