Skip to content

Releases: commercelayer/mfe-checkout

v1.7.1

05 May 10:12
Compare
Choose a tag to compare

1.7.1 (2022-05-05)

Bug Fixes

  • avoid double payment intent creation (fd34f7e)
  • use new component for stock transfer (4b2cc89)

v1.7.0

03 May 14:10
Compare
Choose a tag to compare

1.7.0 (2022-05-03)

Bug Fixes

  • avoid uppercasing coupon once applied (06f51ca)
  • Clean braintree errors on coupon section (78a9718)
  • Hide customer_email error on coupon code (dac90f4)
  • keep line_2 field optional on touch (f28becf)
  • lineItem options style refactored (9ca5ecd)
  • remove error if coupon input is cleared (3c1316c)
  • remove price from delivery step (fcda199)
  • select and use customer payment source (9a4b0ef)

Features

  • add checkout.com session after return from 3ds (a8d3496)
  • add coupon and gift card errors (6d8365f)
  • add retry for timeout in api/settings and keep url if failing on error page (4e6cc5f)
  • allow coupon and gift card on the same order (87b853e)
  • Checkout dot com form customization (6403eeb)
  • save accessToken in local storage for Paypal and checkout.com return (1052001)

v1.6.0

28 Mar 08:48
Compare
Choose a tag to compare

1.6.0 (2022-03-28)

Bug Fixes

  • improve tax included or not in order summary (2a0acdd)

Features

  • add return to cart link below summary if present on order (623d5ef)

v1.5.0

17 Mar 13:07
Compare
Choose a tag to compare

1.5.0 (2022-03-17)

Bug Fixes

  • autoselect shipping method if only one available (8694fba)
  • avoid to show remove coupon and giftcard link on thankyou page (71b0e4a)
  • check for customer email if addresses already present (a6e1a30)
  • compact duplicated errors (2f2de65)
  • open step from accordion if previous step completed (555bfb1)
  • shipping summary same height (03bec6c)
  • update ship to different address status on save (104a15b)

Features

  • add price for item with quantity gt 1 (c528d3d)

Performance Improvements

  • add DC to US states list (3f399a4)
  • switch general state to use reducer approach (db7baa6)

v1.4.3

03 Mar 14:02
Compare
Choose a tag to compare

1.4.3 (2022-03-03)

Bug Fixes

  • enable automatic place order for PayPal (c75c878)

v1.4.2

25 Feb 15:18
Compare
Choose a tag to compare

1.4.2 (2022-02-25)

Bug Fixes

  • avoid resetting payment_method on paypal return (9b0c775)

v1.4.1

25 Feb 10:32
Compare
Choose a tag to compare

1.4.1 (2022-02-25)

Bug Fixes

  • nullify payment method with refresh if present (5efa1a8)

v1.4.0

21 Feb 13:50
Compare
Choose a tag to compare

1.4.0 (2022-02-21)

Bug Fixes

  • bump react components for email validation fix (3f4b163)
  • keep T&C checkbox on top (0485a3c)
  • remove auto-fill background on input fields (76d021d)
  • remove blank spaces from support phone (4c5a15a)
  • support mail and phone clickable on mobile (37f2d31)

Features

  • add logic to set gtm id based on test mode (7a6db70)
  • new official CL color palette (bf3568a)

v1.3.0

07 Feb 14:32
Compare
Choose a tag to compare

1.3.0 (2022-02-07)

Bug Fixes

  • avoid form rings cut off (8ae9edc)
  • enable tailwind base styles (e2836b8)
  • remove error below payment if not available coupon (8b59f52)
  • remove useless call for coupon calculations (bfba97e)
  • styling shipping_address_country_code select when locked (1800bde)
  • tailwind3 unnecessary classes (82c23a5)

Features

  • improve order with shipping country code lock (54171b7)
  • improve order with shipping country code lock (f45ad5d)

v1.2.0

25 Jan 12:11
Compare
Choose a tag to compare

1.2.0 (2022-01-25)

Bug Fixes

  • add props for line items count (9fe6148)
  • address card grows into empty space (704c7a3)
  • change type for customer address card (50a7b7b)

Features

  • add components to step complete (3a1312d)
  • add wire transfer translation and refactor (934d545)
  • improve thank you with translations, free payment, no ship (5ceb3cc)
  • New thank you page layout (cc700ac)
  • order recap on thank you page (e36a544)

Performance Improvements

  • speed up checkout bootstrap (b375f19)
  • upgrade to react-components v3 without cities.json (ed3e3bf)