Skip to content

February 17 release notes#729

Merged
bdenham merged 58 commits intoreleases/dropin-updatesfrom
feb-release-notes
Feb 18, 2026
Merged

February 17 release notes#729
bdenham merged 58 commits intoreleases/dropin-updatesfrom
feb-release-notes

Conversation

@bdenham
Copy link
Copy Markdown
Collaborator

@bdenham bdenham commented Feb 12, 2026

Purpose of this pull request

This PR adds the February 2026 suite release notes and changelog entries for the Commerce Storefront documentation. It documents incremental enhancements to the Commerce boilerplate, Universal Editor model v2 upgrade, and drop-in component updates for both B2C and B2B implementations.

Associated JIRA ticket

Staging preview

https://commerce-docs.github.io/microsite-commerce-storefront/releases/

Affected pages

dependabot Bot and others added 30 commits January 23, 2026 03:19
Bumps the npm_and_yarn group with 1 update in the / directory: [lodash](https://github.com/lodash/lodash).


Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
This reverts commit 7380b74, reversing
changes made to 7f53b47.
created new icon sheets with white backgrounds
added trailing slashes to all links to enforce possible routing errors
Co-authored-by: Margaret Eker <meker@adobe.com>
fixed white bullet text that should be black in special instances
@bdenham bdenham self-assigned this Feb 12, 2026
@bdenham bdenham added the major-update Significant original updates to existing content label Feb 12, 2026
bdenham and others added 4 commits February 11, 2026 22:24
- Add H1 headings to index.mdx and changelog.mdx for proper document structure
- Remove trailing colons from section headings (Infrastructure updates, Document Authoring improvements, etc.)
- Remove trailing whitespace from October 2025 suite heading
- Fix trailing space in changelog.mdx content line

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Revert all files except release notes (index.mdx, changelog.mdx) to
match the base branch. Update February 2026 suite compatibility:
- Storefront Compatibility Package 4.8.16 (LYNX-1035)
- Storefront Compatibility B2B Package 1.0.17 (LYNX-1034)
- Carry forward 4.7.11 for Adobe Commerce 2.4.7

Co-authored-by: Cursor <cursoragent@cursor.com>
Document boilerplate fix #1112 from B2B PR #1107 that uses
addressUid to prevent duplicate address entries during checkout.

Co-authored-by: Cursor <cursoragent@cursor.com>
@bdenham bdenham marked this pull request as ready for review February 17, 2026 15:58
Comment thread src/content/docs/releases/changelog.mdx Outdated
The Storefront Compatibility Package has been updated to include the following changes:

- Added the **Merge Cart Preference** field to the **Store** > **Sales** > **Checkout** > **Shopping Cart** configuration panel in the Admin. It controls cart merge behavior when a GraphQL mutation merges guest or logged-in customer carts.
- Added the **Merge Cart Preference** field to the **Store** > **Sales** > **Checkout** > **Shopping Cart** configuration panel in the Admin. It controls cart merge behavior when a GraphQL mutation merges guest or logged-in customer carts.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This field needs to be added to the Admin Config Reference.

Copy link
Copy Markdown
Collaborator Author

@bdenham bdenham Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to understand this better. I'll add this in another PR since it was in the 2025-06-25 release.

>
The Order drop-in has been updated with the following changes:

- **Gift wrapping availability** - Added `gift_wrapping_available` field to order item product details, enabling conditional display of gift wrapping options based on product configuration ([#65](https://github.com/adobe-commerce/storefront-order/pull/65)).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to add giftWrappingAvailable to the order details data model doc

The Product Details Page drop-in has been updated with the following changes:

- **Downloadable products support** - Added support for downloadable product options directly on the PDP, allowing customers to view and select downloadable links and samples ([#50](https://github.com/adobe-commerce/storefront-pdp/pull/50)).
- **Options transformer prop** - New `transformer` prop enables custom option type conversion with robust error handling for advanced product configuration scenarios.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure where to check if this has been doc'd. It's not in dropins/product-details/containers/product-options/, but I don't know if I'm looking in the right place

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. You were looking in the right drop-in but on the wrong page. The transform and transformer props live on the PDP initializer's models configuration, not on the ProductOptions container.

A search for them revealed they were not documented.

Comment thread src/content/docs/releases/changelog.mdx Outdated
The User Account drop-in has been updated with the following changes:

- **Dynamic form field translations** - Added dynamic i18n support for field labels and placeholders, enabling custom placeholders and floating labels in address forms ([#40](https://github.com/adobe-commerce/storefront-account/pull/40)).
- **Improved accessibility** - New `getAriaLabel` method for better screen reader support in form elements.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not doc'd in dropins/user-account/functions/ (Same caveat applies)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed bullet to remove the getAriaLabel because the implementation is internal and automatically applied.

>
The Quote Management drop-in has been updated with the following changes:

- **Quote template expiration dates** - New `setQuoteTemplateExpirationDate` API enables managing expiration dates for quote templates, with a new modal component for setting dates through a user-friendly interface ([#78](https://github.com/adobe-commerce/storefront-quote-management/pull/78)).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not doc'd in dropins-b2b/quote-management/functions/, but that's an AI generated file, so maybe it's forthcoming.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added it manually for now.

bdenham and others added 2 commits February 17, 2026 12:14
…sing components

- Add detailed SDK commit descriptions replacing generic one-liner
- Add missing drop-in components (Personalization, Product Discovery, Recommendations, Payment Services)
- Enrich boilerplate section with B2B diff findings (enrichment block, keyboard accessibility)
- Update compatibility versions (Payment Services ~3.0.1, PDP ~3.0.1)
- Improve B2B component descriptions with specific changes from code analysis
- Remove internal-only changes (Node.js 24 requirement, debounce cancel method)
- Add async handleValidation and other checkout improvements

Co-authored-by: Cursor <cursoragent@cursor.com>
Comment thread src/content/docs/releases/changelog.mdx Outdated
>
The Drop-in SDK (Elsie) has been updated with the following changes:

- **Revert: field asterisk styling** - Reverted wrapping required field asterisks in span elements for consistent styling ([#161](https://github.com/adobe-commerce/StorefrontSDK/pull/161)).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please remove this line? this change was reverted in the release branch (it's not included into the previous stable version)

Comment thread src/content/docs/releases/changelog.mdx Outdated
- **Custom content below row total** - Allow custom content below cart item row total price ([#162](https://github.com/adobe-commerce/StorefrontSDK/pull/162)).
- **Price display fix** - Resolved issue with displaying prices.
- **RadioButton icon support** - Added icon support to the RadioButton component.
- **Cart item image border fix** - Fixed border around cart item's image when inside a link.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please remove this line? this change was reverted in the release branch (it's not included into the previous stable version)

Comment thread src/content/docs/releases/index.mdx Outdated
- **Custom content below row total** - Allow custom content below cart item row total price ([#162](https://github.com/adobe-commerce/StorefrontSDK/pull/162)).
- **Price display fix** - Resolved issue with displaying prices.
- **RadioButton icon support** - Added icon support to the RadioButton component.
- **Cart item image border fix** - Fixed border around cart item's image when inside a link.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please remove this line? this change was reverted in the release branch (it's not included into the previous stable version)

Comment thread src/content/docs/releases/index.mdx Outdated

### Updated Drop-in SDK

- **Revert: field asterisk styling** - Reverted wrapping required field asterisks in span elements for consistent styling ([#161](https://github.com/adobe-commerce/StorefrontSDK/pull/161)).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please remove this line? this change was reverted in the release branch (it's not included into the previous stable version)

@bdenham
Copy link
Copy Markdown
Collaborator Author

bdenham commented Feb 18, 2026

@mcocapiza @keharper I've made the changes based on your reviews, both to the release notes and changelog, as well as doc changes mentioned in the release notes review. Thanks.

Copy link
Copy Markdown
Contributor

@keharper keharper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The SCP/B2B SCP versions appear to be for the March release. Putting a block on this until we can get it sorted out.

bdenham and others added 2 commits February 18, 2026 11:07
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
@bdenham bdenham requested a review from keharper February 18, 2026 17:23
@bdenham bdenham merged commit 52ae05b into releases/dropin-updates Feb 18, 2026
4 checks passed
@bdenham bdenham deleted the feb-release-notes branch February 18, 2026 17:51
bdenham added a commit that referenced this pull request Feb 18, 2026
@bdenham bdenham restored the feb-release-notes branch February 18, 2026 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

major-update Significant original updates to existing content

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants