-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from commerce-docs/compatibility-table-updates
Compatibility table updates
- Loading branch information
Showing
2 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,12 @@ Adobe organizes storefront application releases into logical suite versions and | |
|
||
The following table shows the compatibility between all of the storefront release items by suite version: | ||
|
||
| Release item | Version | | | ||
| Storefront suite | | 1.0.0 | | ||
|---|---|---| | ||
| **Storefront suite** | 1.0.0 | | ||
| **Released** | December 2024 | | ||
| **Adobe Commerce** | 2.4.7 | | ||
| **Storefront compatibility package** | 4.7.0 | | ||
| **Drop-in SDK** | Tools: 0.38.0<br/>Build tools: 0.1.1 | | ||
| **Drop-in components** | Product Details: 1.0.0<br/>Cart: 1.0.1<br/>Checkout: 1.0.0<br/>User Auth: 1.0.0<br/>User Account: 1.0.0<br/>Orders: 1.0.0 | | ||
| **Adobe Commerce** | | 2.4.7 | | ||
| **Storefront Compatibility Package** | | 4.7.0 | | ||
| **Drop-in SDK** | | `@dropins/[email protected]`<br/>`@dropins/[email protected]` | | ||
| **Drop-in components** | | `@dropins/[email protected]`<br/>`@dropins/[email protected]`<br/>`@dropins/[email protected]`<br/>`@dropins/[email protected]`<br/>`@dropins/[email protected]`<br/>`@dropins/[email protected]` | | ||
|
||
## Code changes | ||
|
||
|
@@ -55,8 +53,7 @@ Slots are built-in extension points in the drop-in components to add your own UI | |
|
||
| Type | Description | | ||
|---|---| | ||
| Default properties available to all slots: | | | ||
| | Function signatures of the following functions:<br/>`prependSibling`<br/>`prependChild`<br/>`replaceWith`<br/>`appendChild`<br/>`appendSibling`<br/>`getSlotElement`<br/>`onChange` | | ||
| Default properties available to all slots: | Function signatures of the following functions:<br/>`prependSibling`<br/>`prependChild`<br/>`replaceWith`<br/>`appendChild`<br/>`appendSibling`<br/>`getSlotElement`<br/>`onChange` | | ||
| | Structure of the [`dictionary`](/dropins/all/labeling/#drop-in-component-dictionaries) object | | ||
| Individual drop-in slots | Function signatures as defined elsewhere on this site (for example, [cart slots](https://experienceleague.adobe.com/developer/commerce/storefront/dropins/cart/slots/)) | | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters