Releases: commercelayer/drop-in.js
v1.3.1
What's Changed
🚀 Enhancement
- Update the URL of the hosted checkout by @marcomontalbano in #27
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
🚀 Enhancement
- Node >= 16.14.0 – TypeScript v5 – Stencil v3.2.0 🌷 by @marcomontalbano in #25
📝 Documentation
- Add webcomponents.org badge by @BolajiAyodeji in #24
New Contributors
- @BolajiAyodeji made their first contribution in #24
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
🚀 Enhancement
- Update all dependencies to latest + Stencil 🍕 3.1.0 by @marcomontalbano in #22
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
🚀 Enhancement
- Add the ability to dispatch custom events to the document object by @marcomontalbano in #14
- Rename event names to follow a more widely used naming convention by @marcomontalbano in #16
- Update all dependencies to latest by @marcomontalbano in #18
📝 Documentation
- Update events page and related component sections by @sfiorucci in #17
Full Changelog: v1.0.2...v1.1.0
v1.1.0-beta.1
What's Changed
🚀 Enhancement
- Rename event names to follow a more widely used naming convention by @marcomontalbano in #16
📝 Documentation
- Update events page and related component sections by @sfiorucci in #17
Full Changelog: v1.1.0-beta.0...v1.1.0-beta.1
v1.1.0-beta.0
What's Changed
🚀 Enhancement
- Add the ability to dispatch custom events to the document object by @marcomontalbano in #14
Full Changelog: v1.0.2...v1.1.0-beta.0
v1.0.2
What's Changed
🐛 Bug Fix
- Fetch sku when code attribute changes by @marcomontalbano in #12
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
🐛 Bug Fix
- Fetch price and availability when code attribute changes by @marcomontalbano in #10
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Commerce Layer drop-in library is out 🚀
Commerce Layer drop-in.js
lets you transform any plain HTML page into an enterprise-grade static commerce website, with almost no coding required, thanks to a set of micro frontends that handle the main ecommerce functionalities.
Prices, availability messages, shopping bag, and more are automatically mixed into your own content and styling, whatever the CMS, SSG, and tools you use to build your site pages. All you need to do is embed the library and add tags to the HTML page.
Getting started
For a constantly updated list of the available and soon-to-come micro frontends provided by Commerce Layer's drop-in library, please refer to this interactive documentation that will provide you with all the necessary information about the involved web components and help you get started in a snap.
Available micro frontends
-
Price
Display a price with localized currency, discounts, and personalization rules. -
Availability
Display an availability message with localized delivery lead time and cost. -
Add to cart
Add a buy button to any page with embedded validation rules. -
Cart
Link or embed the hosted version of the Commerce Layer Cart application, with line items preview and edit actions. -
Checkout
Link to the hosted version of the Commerce Layer PCI-compliant Checkout application, with integrated payments.
v1.0.0-beta.4
What's Changed
🚀 Enhancement
- Remove dependency and do a POST to "/oauth/token" instead by @marcomontalbano in #7
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4