Skip to content

Commit 50b2243

Browse files
authored
Merge pull request #997 from OscarMerino/fix/revert-recaptcha-docs
docs: remove reverted reCAPTCHA company registration references
2 parents 458bcc8 + 6ad904a commit 50b2243

2 files changed

Lines changed: 8 additions & 20 deletions

File tree

src/content/docs/releases/changelog.mdx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import Link from '@components/Link.astro';
2929
- **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)).
3030

3131
**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:
3333
- Picker no longer leaves Add to Cart disabled after single-option narrowing on configurable PDPs ([#219](https://github.com/adobe-commerce/StorefrontSDK/pull/219)).
3434
- Accessible labels on password validation icons ([#220](https://github.com/adobe-commerce/StorefrontSDK/pull/220)).
3535
- 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';
304304

305305
**Improvements and fixes**
306306
- **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)).
308307
- **`@adobe-commerce/event-bus`**: Added a TypeScript return type for `events.lastPayload` ([#216](https://github.com/adobe-commerce/StorefrontSDK/pull/216)).
309308
- **Accessibility**:
310309
- `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';
13241323
The Storefront Compatibility B2B Package has been updated to include the following changes:
13251324

13261325
- **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.
13281326
</ChangelogEntry>
13291327

13301328
<ChangelogEntry
@@ -2544,16 +2542,6 @@ import Link from '@components/Link.astro';
25442542
**Company Management**
25452543
**********************/}
25462544

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)).
2556-
</ChangelogEntry>
25572545

25582546
<ChangelogEntry
25592547
date="2026-06-10"

src/content/docs/releases/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The Drop-in SDK (`@dropins/tools`) was upgraded to 2.0.0 in this release. The fo
8686
| `@adobe-commerce/storefront-design` | 1.1.1 |
8787

8888
- **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:
9090
- Picker no longer leaves Add to Cart disabled after single-option narrowing on configurable PDPs ([#219](https://github.com/adobe-commerce/StorefrontSDK/pull/219)).
9191
- Accessible labels on password validation icons ([#220](https://github.com/adobe-commerce/StorefrontSDK/pull/220)).
9292
- 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
121121

122122
| Component | Improvements |
123123
|-----------|--------------|
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. |
125125
| [**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. |
126126
| [**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. |
127127
| [**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
211211

212212
#### Adobe Commerce 2.4.9 support (Commerce on Cloud or on-premises)
213213

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.
215215

216216
#### Node.js 22 LTS now required
217217

@@ -1257,10 +1257,10 @@ This section provides details about the compatibility between Commerce Storefron
12571257
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 <Link href={"https://semver.org/"} text={"semantic versioning"} />:
12581258

12591259
> 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
12641264
12651265
### Public API
12661266

0 commit comments

Comments
 (0)