Skip to content

Commit

Permalink
Merge pull request #153 from commerce-docs/compatibility-table-updates
Browse files Browse the repository at this point in the history
Compatibility table updates
  • Loading branch information
jeff-matthews authored Dec 16, 2024
2 parents ba5ab05 + c796303 commit 09f38a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
15 changes: 6 additions & 9 deletions src/content/docs/get-started/release.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/)) |

Expand Down
3 changes: 1 addition & 2 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ ul li details ul:last-child {
border-bottom: 1px solid var(--sl-color-gray-5);
padding: 0.5rem 1rem;
vertical-align: baseline;
max-width: 400px;
width: 30%;
max-width: 100%;
overflow-x: auto;
}

Expand Down

0 comments on commit 09f38a1

Please sign in to comment.