You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/releases/changelog.mdx
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ import Link from '@components/Link.astro';
29
29
- **Drop-in SDK**: `@dropins/tools` upgraded to 2.0.0, including a TypeScript 6.0 and ESLint 9 upgrade across the SDK. See [Updated Drop-in SDK](/releases/#updated-drop-in-sdk) for consumer migration steps and sub-package versions. Jest upgraded to 30.4.2 and Storybook to 10.4.0 ([#205](https://github.com/adobe-commerce/StorefrontSDK/pull/205)).
30
30
31
31
**Fixes and improvements**
32
-
- **Drop-in SDK**: `COMPANY_CREATE` added to the default reCAPTCHA form map ([#206](https://github.com/adobe-commerce/StorefrontSDK/pull/206)). Added a TypeScript return type for `events.lastPayload` ([#216](https://github.com/adobe-commerce/StorefrontSDK/pull/216)). Accessibility fixes:
32
+
- **Drop-in SDK**: Added a TypeScript return type for `events.lastPayload` ([#216](https://github.com/adobe-commerce/StorefrontSDK/pull/216)). Accessibility fixes:
33
33
- Picker no longer leaves Add to Cart disabled after single-option narrowing on configurable PDPs ([#219](https://github.com/adobe-commerce/StorefrontSDK/pull/219)).
34
34
- Accessible labels on password validation icons ([#220](https://github.com/adobe-commerce/StorefrontSDK/pull/220)).
35
35
- Picker's accessible name and label association ([#233](https://github.com/adobe-commerce/StorefrontSDK/pull/233)).
@@ -304,7 +304,6 @@ import Link from '@components/Link.astro';
304
304
305
305
**Improvements and fixes**
306
306
- **Testing tools**: Jest upgraded to 30.4.2 and Storybook to 10.4.0 ([#205](https://github.com/adobe-commerce/StorefrontSDK/pull/205)).
307
-
- **`@adobe-commerce/recaptcha`**: `COMPANY_CREATE` added to the default reCAPTCHA form map for B2B company registration ([#206](https://github.com/adobe-commerce/StorefrontSDK/pull/206)).
308
307
- **`@adobe-commerce/event-bus`**: Added a TypeScript return type for `events.lastPayload` ([#216](https://github.com/adobe-commerce/StorefrontSDK/pull/216)).
309
308
- **Accessibility**:
310
309
- `Picker` no longer leaves Add to Cart permanently disabled after single-option narrowing on configurable PDPs ([#219](https://github.com/adobe-commerce/StorefrontSDK/pull/219)).
@@ -1324,7 +1323,6 @@ import Link from '@components/Link.astro';
1324
1323
The Storefront Compatibility B2B Package has been updated to include the following changes:
1325
1324
1326
1325
-**Company Address Book**: Added **Company Address** as a new entity and introduced company-level configuration options to enable the Company Address Book (`is_company_address_book_enabled`) and allow custom shipping addresses (`is_custom_shipping_address_allowed`). Extended GraphQL support with queries and mutations to create, update, and delete company addresses, and to manage the company's default address.
1327
-
- **Company Registration**: Added `reCAPTCHA` support for company registration by extending the Commerce reCAPTCHA GraphQL APIs.
1328
1326
</ChangelogEntry>
1329
1327
1330
1328
<ChangelogEntry
@@ -2544,16 +2542,6 @@ import Link from '@components/Link.astro';
2544
2542
**Company Management**
2545
2543
**********************/}
2546
2544
2547
-
<ChangelogEntry
2548
-
date="2026-07-30"
2549
-
title="Company Management v1.4.0"
2550
-
components={['Company Management']}
2551
-
>
2552
-
The Company Management drop-in has been updated with the following changes:
2553
-
2554
-
**Fixes**
2555
-
- **Company registration reCAPTCHA**: Fixed the reCAPTCHA integration on company registration. `createCompany` now sends the `X-ReCaptcha` header, and company form reCAPTCHA initialization is wired up correctly, including `COMPANY_CREATE` in the default reCAPTCHA form map ([#102](https://github.com/adobe-commerce/storefront-company-management/pull/102)).
Copy file name to clipboardExpand all lines: src/content/docs/releases/index.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ The Drop-in SDK (`@dropins/tools`) was upgraded to 2.0.0 in this release. The fo
86
86
|`@adobe-commerce/storefront-design`| 1.1.1 |
87
87
88
88
-**New features**: The Incrementer component now validates the field when its value is cleared ([#204](https://github.com/adobe-commerce/StorefrontSDK/pull/204)). `DROPINS.showOverlays()` outlines drop-in containers and slots on the page for debugging, deprecating `DROPINS.showSlots()` ([#208](https://github.com/adobe-commerce/StorefrontSDK/pull/208)). A new optional `cypress` export from the shared ESLint config provides flat-config rules for Cypress test files ([#238](https://github.com/adobe-commerce/StorefrontSDK/pull/238)). A new `elsie changeset` CLI command wraps `@changesets/cli` ([#239](https://github.com/adobe-commerce/StorefrontSDK/pull/239)).
89
-
-**Improvements and fixes**: Jest upgraded to 30.4.2 and Storybook to 10.4.0 ([#205](https://github.com/adobe-commerce/StorefrontSDK/pull/205)). `COMPANY_CREATE` added to the default reCAPTCHA form map ([#206](https://github.com/adobe-commerce/StorefrontSDK/pull/206)). Added a TypeScript return type for `events.lastPayload` ([#216](https://github.com/adobe-commerce/StorefrontSDK/pull/216)). Accessibility fixes:
89
+
-**Improvements and fixes**: Jest upgraded to 30.4.2 and Storybook to 10.4.0 ([#205](https://github.com/adobe-commerce/StorefrontSDK/pull/205)). Added a TypeScript return type for `events.lastPayload` ([#216](https://github.com/adobe-commerce/StorefrontSDK/pull/216)). Accessibility fixes:
90
90
- Picker no longer leaves Add to Cart disabled after single-option narrowing on configurable PDPs ([#219](https://github.com/adobe-commerce/StorefrontSDK/pull/219)).
91
91
- Accessible labels on password validation icons ([#220](https://github.com/adobe-commerce/StorefrontSDK/pull/220)).
92
92
- Picker's accessible name and label association ([#233](https://github.com/adobe-commerce/StorefrontSDK/pull/233)).
@@ -121,7 +121,7 @@ The Drop-in SDK (`@dropins/tools`) was upgraded to 2.0.0 in this release. The fo
121
121
122
122
| Component | Improvements |
123
123
|-----------|--------------|
124
-
|[**Company Management**](/dropins-b2b/company-management/) v1.4.0 |Fixed the reCAPTCHA integration on company registration, including the `X-ReCaptcha` header on `createCompany` ([#102](https://github.com/adobe-commerce/storefront-company-management/pull/102)). |
124
+
|[**Company Management**](/dropins-b2b/company-management/) v1.4.0 |Rebuilt against Drop-in SDK 2.0.0 (TypeScript 6.0, ESLint 9). No props, APIs, or behavior changed. |
125
125
|[**Company Switcher**](/dropins-b2b/company-switcher/) v1.2.1 | Rebuilt against Drop-in SDK 2.0.0 (TypeScript 6.0, ESLint 9). No props, APIs, or behavior changed. |
126
126
|[**Purchase Order**](/dropins-b2b/purchase-order/) v1.2.1 | Rebuilt against Drop-in SDK 2.0.0 (TypeScript 6.0, ESLint 9). No props, APIs, or behavior changed. |
127
127
|[**Quote Management**](/dropins-b2b/quote-management/) v1.2.1 | Rebuilt against Drop-in SDK 2.0.0 (TypeScript 6.0, ESLint 9). No props, APIs, or behavior changed. |
@@ -211,7 +211,7 @@ Store administrators can place and manage orders on behalf of customers. Two new
211
211
212
212
#### Adobe Commerce 2.4.9 support (Commerce on Cloud or on-premises)
213
213
214
-
SCP-4.9+ is now supported for Commerce on Cloud or on-premises with Adobe Commerce Optimizer. Adobe Commerce as a Cloud Service is not yet synchronized with SCP-4.9. Those environments remain on Adobe Commerce 2.4.8-p5. See [Adobe Commerce 2.4.9](/setup/configuration/storefront-compatibility/v249/) for Storefront Compatibility Package details.
214
+
SCP-4.9+ is now supported for Commerce on Cloud or on-premises with Adobe Commerce Optimizer. Adobe Commerce as a Cloud Service is not yet synchronized with SCP-4.9. Those environments remain on Adobe Commerce 2.4.8-p5. See [Adobe Commerce 2.4.9](/setup/configuration/storefront-compatibility/v249/) for Storefront Compatibility Package details.
215
215
216
216
#### Node.js 22 LTS now required
217
217
@@ -1257,10 +1257,10 @@ This section provides details about the compatibility between Commerce Storefron
1257
1257
Every release includes changes to one or more codebases described in the compatibility section of each release suite. The scope of the change determines whether the MAJOR, MINOR, or PATCH number increases in the application's version according to <Linkhref={"https://semver.org/"}text={"semantic versioning"} />:
1258
1258
1259
1259
> Given a version number MAJOR.MINOR.PATCH, increment the:
1260
-
>
1261
-
> MAJOR version when you make incompatible API changes
1262
-
> MINOR version when you add functionality in a backward-compatible manner
1263
-
> PATCH version when you make backward-compatible bug fixes
1260
+
>
1261
+
> MAJOR version when you make incompatible API changes
1262
+
> MINOR version when you add functionality in a backward-compatible manner
1263
+
> PATCH version when you make backward-compatible bug fixes
0 commit comments