Skip to content

Releases: commercelayer/drop-in.js

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

v2.0.0

14 Jun 14:04
d7928ce
Compare
Choose a tag to compare

What's Changed

💥 Breaking Change

🚀 Enhancement

📝 Documentation

  • Update documentation for Identity and My account by @sfiorucci in #38

Full Changelog: v1.4.0...v2.0.0-beta.0

Breaking Changes

Rename returnUrl to orderReturnUrl

<script>
  (function() {
    window.commercelayerConfig = {
      clientId: 'kuSKPbeKbU9LG9LjndzieKWRcfiXFuEfO0OYHXKH9J8',
      slug: 'drop-in-js',
      scope: 'market:11709',
-     returnUrl: 'https://example.com'
+     orderReturnUrl: 'https://example.com'
    }
  }());
</script>

The accessToken stored in the cookie has changed

If you were using the accessToken stored in the cookie, you need to know that the cookie value is now a JSON.stringified object.

Below is an example:

{
    "type": "guest",
    "accessToken": "eyJhbGciOiJIUzUxMiJ9...",
    "scope": "market:11709"
}

v2.0.0-beta.0

14 Jun 13:07
d218ae4
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

What's Changed

💥 Breaking Change

🚀 Enhancement

📝 Documentation

  • Update documentation for Identity and My account by @sfiorucci in #38

Full Changelog: v1.4.0...v2.0.0-beta.0

v1.4.0

24 May 16:07
df0f47a
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

📝 Documentation

Full Changelog: v1.3.2...v1.4.0

v1.3.2

16 May 07:54
199cbaf
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

21 Mar 10:39
4d825cd
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

Full Changelog: v1.3.0...v1.3.1