Skip to content

Releases: commercelayer/drop-in.js

v2.8.1

19 Dec 18:33
f74cb70
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fix

Full Changelog: v2.8.0...v2.8.1

v2.8.0

09 Dec 12:25
a9bbc54
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

Full Changelog: v2.7.0...v2.8.0

v2.7.0

04 Dec 08:14
fc13399
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

Full Changelog: v2.6.0...v2.7.0

v2.6.0

12 Nov 13:05
d12ddcf
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

🐛 Bug Fix

Full Changelog: v2.5.0...v2.6.0

v2.5.0

27 Aug 15:35
d1328fd
Compare
Choose a tag to compare

What's Changed

💥 Breaking Change

  • Drop support to Node 18 and update all dependencies to the latest major by @marcomontalbano in #73

Full Changelog: v2.4.4...v2.5.0

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