Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/checkout: updating points applier max on checkout with discounts (3c36e1b)
Bug Fixes
- components/discount-applier: rounding amount values on apply discount request (146c19f)
Bug Fixes
- app/checkout: round discount by payment gateway before applying (00798a4)
Features
- app/checkout: handling new prop
canPayAllInPoints
on checkout component (2bbaf5b)
Bug Fixes
- app/credit-card: minor fix limiting holder name maxlength (1d103cb)
Features
- app/account: start saving customer
group
and sending to checkout (8fd21b4)
Bug Fixes
- app/account: delay 1s to redirect to external auth when unauthorizated (bb3525a)
- app/credit-card: accept card holder name with frist word less than 3 chars (c7f1db6)
Bug Fixes
- app/order-info: properly redirect to account page on "my account" summary button click (176ba53)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- deps: update
@ecomplus/client
to v2.4.0 (55a6573)
Features
- app/cart: handle optional url param
?cart_reset
together with &cart_items
to replace cart (f619947)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/checkout: passing selected payment gateway to discount applier on checkout (8a00c11)
Reverts
- reverting bad commited wrong imports (0f7c562)
Bug Fixes
- app/checkout: show custom error message on card invalidation if returned by card hash rejection (60fbe94)
Bug Fixes
- app/checkout: minor improving checkout secondary buttons (1a55ea8)
Bug Fixes
- app/checkout: prefer oauth-only signin even with external auth (1af0789)
Bug Fixes
- app/checkout: properly handle external auth sign in global functions (62d2c1d)
Bug Fixes
- app/checkout: improving link to external auth with already set email (b28fa04)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/account: early redirect to external auth when unauthorized on account view (7bae9b4)
Bug Fixes
- app/checkout: link external login when proper hash to directly return to checkout (571fef3)
Bug Fixes
- app/summary: better rendering masked customer phone number (level 1 sign in for v2) (db66211)
Bug Fixes
- app/checkout: try to set account state without additional API request with unauthorized session (df97dec)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- deps: update
@ecomplus/client
to v2.3.1 (97fd92d)
Bug Fixes
- app/checkout: addapting checkout for address/account with hudden fields (ac4ebcd)
- app/checkout: better handling external auth login block for level 1 (hidden fields) doc login (0257206)
Bug Fixes
- deps: update all non-major dependencies (#974) (bd92f9e)
Features
- app/checkout: saving order affiliate code from customer referral (#969) (4c35054)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/checkout: accept lp checkout without forced guest checkout (75e69ae)
- deps: update
@ecomplus/passport-client
to v1.2.1 (23181c8)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Features
- app/checkout: update <CreditCardForm> with new opt prop
isPayerDocRequired
(f62d234)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/checkout: prevent saving uncompleted on confirmation route (#943) (d88825c)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/checkout: send corporate name as transaction buyer fullname with juridical registry (ae505b7)
Bug Fixes
- app/account: ensure patch customer fields set
false
(8658a2f)
- app/order-info: fixing payment expiration markup and styles (e509c08)
- app/summary: prevent render error with undefined buyer name (8693ab6)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/order-info: ensure buyer data shown on summary (ede66de)
Note: Version bump only for package @ecomplus/storefront-app
Features
- app/order-info: showing payment valid thru timer (#900) (d1d944c)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Features
- app/checkout: send customer
referral
to checkout if set on session (3c4d3b6)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/checkout: alert shipping error on checkout and update/filter service options (1febe68)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/checkout: limit poits applier to half of amount total (405309e)
- app/order-info: get correct financial status from payments history on many transactions (941c5d8)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/order-info: fix status entries order with different timezones (4cb254a)
Features
- app/order-info: show invoice link when available (#863) (a5e4dc7)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- deps: bump @ecomplus/passport-client and @ecomplus/shopping-cart (3b60f09)
Features
- app/checkout: set
step
on url hash as router param for analytics tracking (56c3270)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/credit-card-form: also accept (parse) date on format "mmYYYY" (7e830aa)
Bug Fixes
- app/credit-card-form: fix input cursor when changing to formatted fields (d0ee582)
Bug Fixes
- app/credit-card-form: start card bin as normal input to prevent autocomplete errors (3e89f9c)
Bug Fixes
- app/credit-card-form: start exp as normal input to prevent autocomplete errors (duplicate) (6b0ff3c)
Bug Fixes
- app/credit-card-form: start exp field as normal input to prevent autocomplete errors (072e2e6)
Bug Fixes
- app/credit-card-form: prevent resenting
this.card.bin
data with same value (27c0856)
- app/order-info: hide cancel button on new orders by default (b574254)
Bug Fixes
- app/credit-card-form: add delay to load installments function (3a7ce05)
Bug Fixes
- app/orders-list: better describing active/inactive subscription orders (f14cb29)
Features
- app/order-info: custom actions (btn) for recurrent order unsubscribe (5b69790)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/credit-card-form: try to fix gpay autocomplete loop with delay (b3bd610)
- app/payment-methods: group recurrence payment with credit card only (766ddf4)
- components/payment-methos: pass item currency on list payments (#802) (37e9f2a)
- deps: update @ecomplus/shopping-cart to v2.5.8 (e86a2b0)
Features
- app/checkout: grouping recurrent payment gateway options [#767] (ad5681c)
Bug Fixes
- app/confirmation: reset local customer object loyalty points afetr points checkout (2b0ee42)
- deps: update all non-major dependencies (#763) (8d2d68d)
Bug Fixes
- app/checkout: ensure update zip and calculate shipping runs after address change (#784) (ef4840c)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- deps: update @ecomplus/shopping-cart to v2.5.7 (b60fb00)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- deps: revert vue to 2.6.x (555d642)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Features
- app/ec-summary: show order amout balance if any (7b9d4b8)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/checkout: should not overwrite variation quantity when zero (4b69bb3)
Note: Version bump only for package @ecomplus/storefront-app
Features
- app/orders-list: add pagination to account orders (#683) (38a40e4)
- app/orders-list: must re-use
APagination
from components lib (c5d6cf6)
Bug Fixes
- app/checkout: double check items flags to prevent duplication errors (bca57d9)
- app/components: remove useless console log from EcOrdersList component (adf5152)
- app/components: pass query to ecOrdersList filter api request results (666f9eb)
- deps: update @ecomplus/shopping-cart to v2.5.6 and @ecomplus/i18n to v1.29.0 (2c111ea)
- minor fixes (70b43e3)
- rename subscriptions slot (b149b52)
Features
- account: add tab o account to show recurrent orders (2aeca12)
- app/components: new slot for recurrent orders on Account (ad36760)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/account: prevent repeated route (same param) push (4aeec10)
Features
- components/account: add tab on account to show favorite products (#628) (9dc76d5)
Bug Fixes
- deps: update @ecomplus/i18n to v1.27.0 (d83db09)
Bug Fixes
- app/checkout: must check item
available
while validating (df95218)
Bug Fixes
- app/order-info: remove no more available
.btn-info
variant (07a708a)
Bug Fixes
- deps: update @ecomplus/i18n to v1.26.0 (8df8b66)
- icons: update icon class names to
.i-*
(0254be3)
- icons: update icon class names without
-alt
suffix (0416133)
Bug Fixes
- app/checkout: ensure shipping address is reactive to address selection (8bad209)
- deps: update @ecomplus/i18n to v1.25.0 (ffe7a27)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/credit-card-form: loading spinner while card hash is being generated (#568) (27e07c5)
Bug Fixes
- app/checkout: ensure discount is applied also when summary is not shown (2b7e8e8)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- deps: update all non-major dependencies (#550) (433f9c5)
Note: Version bump only for package @ecomplus/storefront-app
Features
- app/cart: parse
cart_items
url params if set, then clear url query (3db8038)
Bug Fixes
- app/checkout: hide checkout block on lp while cart empty (product with variations) (1f8391a)
Bug Fixes
- app/order-info: save up to 300 orders (last ones) on customer account data (e470bfe)
- app/orders-list: prevent bump effect by properlly sorting and slicing full orders list (b0b152c)
- app/sync-cart-to-api: check cart item by sku or object id to update local cart (26b91c2)
- deps: update @ecomplus/passport-client to v1.1.0 (e43a2c0)
- deps: update @ecomplus/passport-client to v1.1.1 (b713159)
- app/account: prevent updating customer unnecessarily on preset (cba90e5)
Bug Fixes
- app/checkout: dealing better whith address form and checkout steps (9e5b07a)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/checkout: reset payment gateways list on key change (freight or subtotal) (a4b562b)
Bug Fixes
- app/checkout: show product first on lp checkout (83b726f)
Bug Fixes
- app/checkout: checkout form should be first at mobile view (53ef127)
- app/checkout: fix (and show even on guest) account/address forms submit buttons (8d58834)
Bug Fixes
- app/credit-card-form: minor fix credit card doc number label (c400bb7)
Features
- app/checkout: handle guest and lp checkout (1055234)
- app/checkout-view: handle checkout mode from router params and setup lp checkout (dc1353c)
- app/router: update chackout path and handle redirects for lp checkouts (b41c44a)
Bug Fixes
- app/credit-card-form: prevent errors with installments function and incomplete bin (e054f2b)
Features
- app/order-info: new card for order notes (#487) (77b791e)
- app/payment-methods: custom class name and data-layer for each gateway element (ceeccbe)
Bug Fixes
- app/order-summary: always use
APrices
for amount total (75c8898)
Features
- app/payment-methods: get default mocked payment gateways from
window.ecomPaymentGateways
(f08d907)
- app/summary: handle new
amountToPay
prop and amount-custom
slot (#476) (404e5bd)
Features
- app/summary: show items customizations on checkout and order info (#473) (071bded)
Bug Fixes
- app/payment-methods: must handle js clients again when payment gateways already loaded (prop) (8b64228)
- deps: update all non-major dependencies (#478) (f3b5f96)
Features
- app/order-info: show shipping address complement and near to if any (2093645)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- app/checkout: set max points amount to subtotal - 5 (d6d9817)
- deps: update @ecomplus/i18n to v1.21.0 (a235058)
Features
- app/account: showing customer active loyalty points (7226598)
Bug Fixes
- app/checkout: make birth date optional to checkout (#463) (9244d8e)
- app/payment-methods: also use credit card form for some other payment methods with js client (b1b33ea)
Features
- app/checkout: handling loyalty points usage and multiple transactions (7029131)
Bug Fixes
- app/validate-cart-items: prevent overwriting (9b1fb13)
Features
- app/credit-card-form: try to support credit card number input autocomplete (#411) (4e54c94)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- checkout: group items by product to perf and properlly check quantities (#427) (f8c6581)
- deps: update @ecomplus/client to v2.2.1 (574f93f)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- deps: update all non-major dependencies (#410) (4f67629)
- order-info: check items stock to show reopen order option (#326) (640593e)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- validate-cart-item: fallback try to find variation by sku (67a1814)
- validate-cart-item: fallback try to find variation by sku (and fix item variation id) (572429d)
Bug Fixes
- order-info: check for 'pick up' to prevent showing shipping address (#322) (9a80e63)
- order-info: properly handling banking billet or transaction code copy to clipboard (fe9da46)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- order-info: parse transaction notes html (gateway text/description) (d895f11)
Bug Fixes
- order-info: prefer showing payment method name than label (3ba5177)
Features
- payment-methods: add 'defaultAppId' prop (c444979), closes #379
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- summary: don't show items with 0 quantity (d650524)
- summary: set 'isAmountTotal' on prices (total) (f21e591)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- deps: update @ecomplus/shopping-cart to v2.5.5 (b2cf490)
Bug Fixes
- checkout: prevent crealing kit composition arrays (9e042ca)
- deps: update @ecomplus/shopping-cart to v2.5.1 (85259ac)
- deps: update @ecomplus/shopping-cart to v2.5.4 (36a58b1)
Bug Fixes
- deps: update @ecomplus/shopping-cart to v2.4.0 (1d1585f)
- deps: update @ecomplus/shopping-cart to v2.4.1 (1ecbec0)
- deps: update @ecomplus/shopping-cart to v2.5.0 (c851a30)
- order-info: explicitly set 'canSave' false on buy again add items (2bc7ae8)
- sync-cart-to-api: preserve 'kit_product' item field (a50f5c7)
Features
- checkout: validate cart items with kit products (fa3148e)
Bug Fixes
- deps: update all non-major dependencies (#357) (63ed559)
Bug Fixes
- order-info: show transaction notes on warning alert (1e21c89)
- order-info: show transaction notes on warning alert (typo) (bb114b4)
Bug Fixes
- deps: update all non-major dependencies (#344) (ae49403)
Bug Fixes
- checkout: fix items final price after fetch (bea5305)
- deps: update @ecomplus/shopping-cart to v2.3.0 (a4e3066)
- deps: update @ecomplus/shopping-cart to v2.3.1 (c13312d)
Bug Fixes
- deps: update all non-major dependencies (#332) (b8c0abc)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- deps: update @ecomplus/shopping-cart to v2.2.0 (920c4b6)
Bug Fixes
- deps: update @ecomplus/i18n to v1.16.1 (71b8a37)
Bug Fixes
- deps: update @ecomplus/i18n to v1.16.0 (89b42f2)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- deps: update @ecomplus/i18n to v1.15.0 (47dec6e)
- i18n: importing new releases words from @ecomplus/i18n (343fe92)
Bug Fixes
Features
- sync-cart: once cart created, delay and save permalink (e9b953c)
Bug Fixes
- cart: fix checking cart items available quantity (4d37360)
- cart: prevent duplicating items quantity on cart after sync (cd50c00)
- checkout: fix handling optional product 'min_quantity' (c8cc625)
- checkout: watch 'customer.main_email' to update local 'customerEmail' (7a40447)
- product-data: unset/delete inventory_records and price_change_records when not needed (d7c6777)
Bug Fixes
- deps: update @ecomplus/shoppint-cart to ^2.1.7 (beb198b)
- payment-methods: fix watching amount changes to refetch list payments (f0db919)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- payment-methods: skip customer (optional) on body when retrying (c19241e)
Bug Fixes
- deps: update @ecomplus/shopping-cart to ^2.1.6 (499004b)
- payment-methods: retry fetching payments list, message when any option (1a01868)
Reverts
- checkout: set manually only (fa22933)
Bug Fixes
- checkout: ensure
editAccount
is set when account form is shown (38642ae)
Bug Fixes
- checkout: try fixing checkout account -> steps flux with $nextTick (a41ddd9)
Bug Fixes
- checkout: do not skip shipping step on mobile devices (78f6660)
- checkout: go to top on step change with vue $nextTick (c631342)
- deps: update dependency card-validator to v8 (#277) (3bd3a35)
Features
- checkout: add optional field for order notes (textarea) (d519e1c)
Bug Fixes
- deps: update @ecomplus/client to ^2.1.0 (95139fe)
Bug Fixes
- payment-methods: prevent reloading list when payment selected (2baf1ec)
Features
Bug Fixes
- payment-methods: ensure payments list is refreshed when amount total is changed (223461e)
Bug Fixes
- credit-card-form: fix importar 'card-validator' v9 (5853913)
Bug Fixes
- deps: update @ecomplus/i18n to v1.14.0 (ea9f37c)
- deps: update dependency card-validator to v7 (#266) (8976a7b)
- deps: update dependency credit-card-type to v9 (#267) (e749ba0)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- orders-list: ensure customer orders is fully filled (1d89e31)
Features
- account-form: create new AccountForm component (#261) (0b1e319)
Bug Fixes
- deps: fix @ecomplus/shopping-cart to v2.1.5 (9d5d68c)
- fetch-cart-items: check item min/max quantity (b89a797)
Bug Fixes
- account-form: check manually invalidated fields on submit (e693a42)
- checkout: prevent proceed to payment whitout second step enabled (f28fe81)
- deps: update @ecomplus/shopping-cart to v2.1.2 (d4fb6b0)
- deps: update @ecomplus/shopping-cart to v2.1.3 (0a71d3b)
- vuex: prevent editing original item _id on fetch (25a7b6a)
Features
- account-addresses: add new AccountAddresses component :tada: (#256) (a37811e)
Features
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Features
- confirmation: add 'number' and 'json' optional route params (58292a7)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- deps: update all non-major dependencies (#251) (d08be72)
Bug Fixes
- cart: fix controller for discount applier (enable without zip code) (3114412)
Bug Fixes
- cart: fix handling freebie items on cart changes (41e8dc0)
- deps: update @ecomplus/i18n to v1.12.0 (eadefea)
- i18n: update (import) some new words (e55bbfd)
Bug Fixes
- checkout: unselect payment gateway on checkout destroy (8903a49)
- summary: add key (_id) to items list (45b7cdf)
- summary: prettier freebie items marks on list (8f54a8d)
Features
- checkout: check freebie items and mark on summary (5157495)
- cart/checkout: fix handling discount/shipping steps (c4341d2)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- cart: minor spacing fix for mobile view (4675a62)
Features
- cart/checkout: handle recommended products (344a06d)
Note: Version bump only for package @ecomplus/storefront-app
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- back-shopping: 'continue shopping' button on quickview and cart page (#241) (47f1064)
- deps: update @ecomplus/i18n to v1.11.1 (0d3a041)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- credit-card: fix cvv input form (not number, may have left 0) (8aacbb2)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- deps: update @ecomplus/i18n to v1.11.0 (07414f3)
- deps: update @ecomplus/utils to v1.4.0 (551e02e)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- addesses: check address properties to select (430c7c5)
- deps: update @ecomplus/passport-client to v1.0.10 (ff72116)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- checkout: check shipping address required fields (c4372b6)
- deps: update @ecomplus/i18n to v1.10.1 (143d40a)
- summary: ensure discount is not duplicated on APrices (7fc2732)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- address-form: using @ecomplus/storefront-components AddressForm (41ae215)
- deps: update all non-major dependencies (#220) (86646fc)
- orders-list: show financial status for 'open' orders (#223) (e9177f8)
Features
- checkout: add proceed to payment button on shipping step ready (8ac438c)
- checkout: smooth scroll on step change (0111c5a)
Bug Fixes
- summary: installments/discount options while payment not selected (0f4b110)
Bug Fixes
- checkout: pass base modules payload to discount applier component (07159bf)
- credit-card-form: set installment after updating installments list (ac2d27f)
- deps: update @ecomplus/i18n to v1.9.0 (534a235)
- summary: using ALink/APicture to propperly handle product picture (e68fbab)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- toast: handle aside z-index properly (5b05279)
Bug Fixes
- checkout: fix toast provider from vue prototype (b2ae286)
- credit-card-form: fix using toast, component api and template (876779a)
- payment-methods: fix using toast, component api and template (d8406b2)
Features
- order-info: fix using toast, properly show shipping info (465995b)
- toast: add toast handler as vue plugin (prototype) (cb4fea0)
Bug Fixes
- credit-card: fix updating installment list, add transition (5125b5f)
- deps: update @ecomplus/i18n to v1.8.0 (63140b8)
- transitions: fixing app and checkout views transitions (ea9876c)
- remove bootstrap vue at all, updates with storefront-components (ca82c42)
- credit-card: fix handling loading installments state (6a926d8)
- deps: add bootstrap-vue (1fb803e)
- deps: update @ecomplus/i18n to 1.7.1 (6a55c90)
- vuex: retry fetch customer (async first access) (ce9e7b3)
Features
- credit-card: handling 'cc_installments' (if any) on payment client (9d35716)
- components: not using vue2-transitions anymore (20dd3a9)
Note: Version bump only for package @ecomplus/storefront-app
Bug Fixes
- components: importing from @ecomplus/storefront-components (60698dc)
- deps: update all non-major dependencies (#196) (9a9c188)
- deps: update deps, add @ecomplus/storefront-components (8a3f46d)
Features
- discount: send items to apply discount module to support kits (3c63104)
Bug Fixes
- deps: update @ecomplus/passport-client to v1.0.7 (b2c624d)
Bug Fixes
- deps: fix pkg deps, update root @ecomplus/i18n to v1.5.0 (89699e2)
- deps: update @ecomplus/i18n to ^1.7.0 (8c2b1c7)
- deps: update @ecomplus/utils to v1.3.4 (5b3b40a)
- deps: update all non-major dependencies (#171) (d94b3fe)
- deps: update all non-major dependencies (#178) (2ba92fe)
- deps: update to @ecomplus/client v2.0.4 (48e2ff4)
- summary-item: force image size (for chrome) (472f652)
Note: Version bump only for package @ecomplus/storefront-app
Legacy Change Log