Skip to content

Releases: commercelayer/drop-in.js

v2.4.4

04 Jul 14:46
cdba895
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fix

  • Add availability-with-info type to the cl-availability-status component by @marcomontalbano in #72

Full Changelog: v2.4.3...v2.4.4

v2.4.3

19 Jun 07:33
5c0e64d
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

Full Changelog: v2.4.2...v2.4.3

v2.4.2

18 Jun 09:34
7987a7f
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fix

Full Changelog: v2.4.1...v2.4.2

v2.4.1

17 Jun 12:01
f797a20
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

📝 Documentation

Full Changelog: v2.4.0...v2.4.1

v2.4.0

31 May 09:19
574b8d0
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

Bundle support

We added a new kind attribute to the cl-add-to-cart, cl-price, and cl-availability components.

This new attribute indicates whether the code attribute refers to an sku (default) or a bundle.

Important

This feature is not fully implement on the cl-availability component. When kind is equal to bundle no information will be displayed and the component will be rendered as an empty box without any size.

cl-price

<cl-price kind="bundle" code="CLGETTINGSTARTED">
  <cl-price-amount type="compare-at"></cl-price-amount>
  <cl-price-amount type="price"></cl-price-amount>
</cl-price>

cl-add-to-cart

<cl-add-to-cart kind="bundle" code="CLGETTINGSTARTED" quantity="2">
  Add to cart
</cl-add-to-cart>

Full Changelog: v2.3.0...v2.4.0

v2.3.0

08 Apr 15:14
05c11aa
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

Full Changelog: v2.2.0...v2.3.0

v2.2.0

19 Mar 09:07
ddf3bcd
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

Full Changelog: v2.1.0...v2.2.0

v2.1.0

07 Feb 11:54
926cdf2
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

Express checkout

cl-cart component now supports express checkout buttons for both Apple Pay and Google Pay via Stripe. To enable this feature, you need to activate the auto_payments option on your Commerce Layer Stripe gateway and configure the necessary settings in your Stripe dashboard.

Express payment with Google Pay

Full Changelog: v2.0.2...v2.1.0

v2.0.2

20 Sep 08:10
a43866b
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

Full Changelog: v2.0.1...v2.0.2

v2.0.1

14 Jun 20:35
343f758
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fix

Full Changelog: v2.0.0...v2.0.1